=== overnight Magento cleanup/publish ===
started_utc=20260805T194846Z
app_root=/home2/devpiesol/plytix.dev.piesol.com
connection_id=4
dry_run=0
log_file=/home2/devpiesol/plytix.dev.piesol.com/logs/overnight_magento_conn4_20260805T194846Z.log
python=python3 (Python 3.10.16)
run_taxonomy_repair=1
run_attribute_repair=1
attribute_bundles=specs
attribute_fields=manufacturer family collection_style depth soft_close packaged_dimension_height packaged_dimension_width packaged_dimension_depth packaged_gross_weight cabinet_type base_cabinets wall_cabinets panels_and_fillers mouldings angle drawer_box
attribute_sync_options=1


------------------------------------------------------------
STEP: magento_pull_full
CMD: python3 -m app.jobs.magento_pull --connection-id 4 --full
started: 2026-08-05T19:48:46Z
------------------------------------------------------------
Pulled 5642 products, 57 pages
OK: magento_pull_full (2026-08-05T19:52:03Z)

------------------------------------------------------------
STEP: remove_rta_products
CMD: python3 -m app.jobs.remove_channel_products --channel magento --connection-id 4 --selection sku_filter --sku-filter RTA- --scan-remote --apply --magento-action hard
started: 2026-08-05T19:52:03Z
------------------------------------------------------------
INFO:__main__:Live Magento scan for RTA-*: found=120 added_to_plan=0
ERROR:magento.oauth_client:Magento API request failed: GET https://127.0.0.1/rest/V1/products?searchCriteria%5BpageSize%5D=5&searchCriteria
Traceback (most recent call last):
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 464, in _make_request
    self._validate_conn(conn)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
    conn.connect()
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connection.py", line 796, in connect
    sock_and_verified = _ssl_wrap_socket_and_match_hostname(
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connection.py", line 975, in _ssl_wrap_socket_and_match_hostname
    ssl_sock = ssl_wrap_socket(
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py", line 483, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py", line 527, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  File "/home2/devpiesol/.pyenv/versions/3.10.16/lib/python3.10/ssl.py", line 513, in wrap_socket
    return self.sslsocket_class._create(
  File "/home2/devpiesol/.pyenv/versions/3.10.16/lib/python3.10/ssl.py", line 1104, in _create
    self.do_handshake()
  File "/home2/devpiesol/.pyenv/versions/3.10.16/lib/python3.10/ssl.py", line 1375, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
    response = self._make_request(
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 488, in _make_request
    raise new_e
urllib3.exceptions.SSLError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/requests/adapters.py", line 644, in send
    resp = conn.urlopen(
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 841, in urlopen
    retries = retries.increment(
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 519, in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products?searchCriteria%5BpageSize%5D=5&searchCriteria%5BcurrentPage%5D=1&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bfield%5D=sku&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bvalue%5D=RTA-MSW-BBC36%2F39L%2FR&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bcondition_type%5D=eq (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/oauth_client.py", line 152, in _request_url
    status, body, err, _ = self._perform_request(
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/oauth_client.py", line 138, in _perform_request
    resp = requests.request(method, url, **request_kwargs)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/requests/api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/requests/adapters.py", line 675, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products?searchCriteria%5BpageSize%5D=5&searchCriteria%5BcurrentPage%5D=1&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bfield%5D=sku&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bvalue%5D=RTA-MSW-BBC36%2F39L%2FR&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bcondition_type%5D=eq (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
{
  "status": "ok",
  "dry_run": false,
  "plan": {
    "channel_code": "magento",
    "connection_id": 4,
    "selection": "sku_filter",
    "remote_catalog_count": 5642,
    "active_master_count": 8703,
    "candidate_count": 120,
    "candidates": [
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC36/39L/R",
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC36/39L/R",
        "channel_sku": "RTA-ASW-BBC36/39L/R",
        "remote_id": "13937",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC39/42L/R",
        "channel_sku": "RTA-EOB-BBC39/42L/R",
        "remote_id": "14246",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "remote_id": "14248",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPP9648 1/4",
        "channel_sku": "RTA-EOB-FPP9648 1/4",
        "remote_id": "14284",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC36/39L/R",
        "channel_sku": "RTA-ESW-BBC36/39L/R",
        "remote_id": "14474",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC39/42L/R",
        "channel_sku": "RTA-ESW-BBC39/42L/R",
        "remote_id": "14475",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48FHL/R",
        "channel_sku": "RTA-ESW-BBC45/48FHL/R",
        "remote_id": "14476",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48L/R",
        "channel_sku": "RTA-ESW-BBC45/48L/R",
        "remote_id": "14478",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR33L/R",
        "channel_sku": "RTA-ESW-BCOR33L/R",
        "remote_id": "14479",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR36L/R",
        "channel_sku": "RTA-ESW-BCOR36L/R",
        "remote_id": "14480",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-DWR3L/R",
        "channel_sku": "RTA-ESW-DWR3L/R",
        "remote_id": "14503",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 1/4",
        "channel_sku": "RTA-ESW-FPP9648 1/4",
        "remote_id": "14513",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 3/4",
        "channel_sku": "RTA-ESW-FPP9648 3/4",
        "remote_id": "14514",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPPB9648 1/2",
        "channel_sku": "RTA-ESW-FPPB9648 1/2",
        "remote_id": "14515",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC36/39L/R",
        "channel_sku": "RTA-HPW-BBC36/39L/R",
        "remote_id": "14933",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "remote_id": "14936",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48L/R",
        "channel_sku": "RTA-HPW-BBC45/48L/R",
        "remote_id": "14937",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BCOR33L/R",
        "channel_sku": "RTA-HPW-BCOR33L/R",
        "remote_id": "14938",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC39/42L/R",
        "channel_sku": "RTA-MBRO-BBC39/42L/R",
        "remote_id": "15196",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "remote_id": "15198",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPPB9648 1/3",
        "channel_sku": "RTA-MBRO-FPPB9648 1/3",
        "remote_id": "15240",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48FHL/R",
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R",
        "remote_id": "15457",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48L/R",
        "channel_sku": "RTA-MNRO-BBC45/48L/R",
        "remote_id": "15459",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BCOR33L/R",
        "channel_sku": "RTA-MNRO-BCOR33L/R",
        "remote_id": "15460",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BCOR36L/R",
        "channel_sku": "RTA-MNRO-BCOR36L/R",
        "remote_id": "15461",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648 3/5",
        "channel_sku": "RTA-MNRO-FPP9648 3/5",
        "remote_id": "15498",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648GL 1/5",
        "channel_sku": "RTA-MNRO-FPP9648GL 1/5",
        "remote_id": "15499",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPPB9648 1/3",
        "channel_sku": "RTA-MNRO-FPPB9648 1/3",
        "remote_id": "15500",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC39/42L/R",
        "channel_sku": "RTA-MSW-BBC39/42L/R",
        "remote_id": "15724",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BCOR33L/R",
        "channel_sku": "RTA-MSW-BCOR33L/R",
        "remote_id": "15728",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BCOR36L/R",
        "channel_sku": "RTA-MSW-BCOR36L/R",
        "remote_id": "15729",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-DWR3L/R",
        "channel_sku": "RTA-MSW-DWR3L/R",
        "remote_id": "15755",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R",
        "remote_id": "13555",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC36/39L/R",
        "channel_sku": "RTA-EOB-BBC36/39L/R",
        "remote_id": "14245",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "remote_id": "13939",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "remote_id": "14477",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48FHL/R",
        "channel_sku": "RTA-HPW-BBC45/48FHL/R",
        "remote_id": "14935",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC36/39L/R",
        "channel_sku": "RTA-MNRO-BBC36/39L/R",
        "remote_id": "15455",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48FHL/R",
        "channel_sku": "RTA-MSW-BBC45/48FHL/R",
        "remote_id": "15725",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BCOR33L/R",
        "channel_sku": "RTA-ASW-BCOR33L/R",
        "remote_id": "17018",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BCOR36L/R",
        "channel_sku": "RTA-ASW-BCOR36L/R",
        "remote_id": "17019",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPP9648 1/4",
        "channel_sku": "RTA-ASW-FPP9648 1/4",
        "remote_id": "13957",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPPB9648 1/2",
        "channel_sku": "RTA-ASW-FPPB9648 1/2",
        "remote_id": "13959",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BCOR36L/R",
        "channel_sku": "RTA-GSW-BCOR36L/R",
        "remote_id": "14733",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC39/42L/R",
        "channel_sku": "RTA-MNRO-BBC39/42L/R",
        "remote_id": "15456",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R-MC",
        "remote_id": "15458",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "remote_id": "13812",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48FHL/R",
        "channel_sku": "RTA-ASW-BBC45/48FHL/R",
        "remote_id": "13938",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BCOR33L/R",
        "channel_sku": "RTA-EOB-BCOR33L/R",
        "remote_id": "14250",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BCOR36L/R",
        "channel_sku": "RTA-EOB-BCOR36L/R",
        "remote_id": "14251",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48FHL/R",
        "channel_sku": "RTA-GSW-BBC45/48FHL/R",
        "remote_id": "14729",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "remote_id": "14730",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BCOR33L/R",
        "channel_sku": "RTA-GSW-BCOR33L/R",
        "remote_id": "14732",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BCOR36L/R",
        "channel_sku": "RTA-MBRO-BCOR36L/R",
        "remote_id": "15201",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648 1/5",
        "channel_sku": "RTA-MBRO-FPP9648 1/5",
        "remote_id": "15237",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-DWR3L/R",
        "channel_sku": "RTA-MNRO-DWR3L/R",
        "remote_id": "15487",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648 1/5",
        "channel_sku": "RTA-MNRO-FPP9648 1/5",
        "remote_id": "15497",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC39/42L/R",
        "channel_sku": "RTA-ASG-BBC39/42L/R",
        "remote_id": "16790",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC39/42L/R",
        "channel_sku": "RTA-ASW-BBC39/42L/R",
        "remote_id": "17016",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48L/R",
        "channel_sku": "RTA-ASW-BBC45/48L/R",
        "remote_id": "17017",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48L/R",
        "channel_sku": "RTA-ASG-BBC45/48L/R",
        "remote_id": "16792",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BCOR33L/R",
        "channel_sku": "RTA-ASG-BCOR33L/R",
        "remote_id": "16793",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BCOR36L/R",
        "channel_sku": "RTA-ASG-BCOR36L/R",
        "remote_id": "16794",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPP9648 3/4",
        "channel_sku": "RTA-ASW-FPP9648 3/4",
        "remote_id": "13958",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48FHL/R",
        "channel_sku": "RTA-ASG-BBC45/48FHL/R",
        "remote_id": "16791",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48FHL/R",
        "channel_sku": "RTA-EOB-BBC45/48FHL/R",
        "remote_id": "14247",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR33L/R",
        "channel_sku": "RTA-ACH-BCOR33L/R",
        "remote_id": "13300",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-DWR3L/R",
        "channel_sku": "RTA-EOB-DWR3L/R",
        "remote_id": "14274",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48L/R",
        "channel_sku": "RTA-GSW-BBC45/48L/R",
        "remote_id": "14731",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC36/39L/R",
        "channel_sku": "RTA-GSW-BBC36/39L/R",
        "remote_id": "14727",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC39/42L/R",
        "channel_sku": "RTA-GSW-BBC39/42L/R",
        "remote_id": "14728",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPPB9648 1/2",
        "channel_sku": "RTA-HPW-FPPB9648 1/2",
        "remote_id": "14975",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPPB9648 1/2",
        "channel_sku": "RTA-MSW-FPPB9648 1/2",
        "remote_id": "15767",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC36/39L/R",
        "channel_sku": "RTA-ACH-BBC36/39L/R",
        "remote_id": "13295",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 1/5",
        "channel_sku": "RTA-ANRO-FPP9648 1/5",
        "remote_id": "13595",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPPB9648 1/3",
        "channel_sku": "RTA-ANRO-FPPB9648 1/3",
        "remote_id": "13598",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPP9648 1/4",
        "channel_sku": "RTA-ASG-FPP9648 1/4",
        "remote_id": "13830",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48FHL/R",
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R",
        "remote_id": "15197",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MSW-BBC45/48FHL/R-MC",
        "remote_id": "15726",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48L/R",
        "channel_sku": "RTA-MSW-BBC45/48L/R",
        "remote_id": "15727",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPP9648 1/4",
        "channel_sku": "RTA-MSW-FPP9648 1/4",
        "remote_id": "15765",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPP9648 3/4",
        "channel_sku": "RTA-MSW-FPP9648 3/4",
        "remote_id": "15766",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC39/42L/R",
        "channel_sku": "RTA-ACH-BBC39/42L/R",
        "remote_id": "13296",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "remote_id": "13298",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48L/R",
        "channel_sku": "RTA-ACH-BBC45/48L/R",
        "remote_id": "13299",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR36L/R",
        "channel_sku": "RTA-ACH-BCOR36L/R",
        "remote_id": "13301",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-DWR3L/R",
        "channel_sku": "RTA-ACH-DWR3L/R",
        "remote_id": "13324",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 1/4",
        "channel_sku": "RTA-ACH-FPP9648 1/4",
        "remote_id": "13334",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 3/4",
        "channel_sku": "RTA-ACH-FPP9648 3/4",
        "remote_id": "13335",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPPB9648 1/2",
        "channel_sku": "RTA-ACH-FPPB9648 1/2",
        "remote_id": "13336",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC36/39L/R",
        "channel_sku": "RTA-ANRO-BBC36/39L/R",
        "remote_id": "13553",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC39/42L/R",
        "channel_sku": "RTA-ANRO-BBC39/42L/R",
        "remote_id": "13554",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48L/R",
        "channel_sku": "RTA-ANRO-BBC45/48L/R",
        "remote_id": "13557",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR33L/R",
        "channel_sku": "RTA-ANRO-BCOR33L/R",
        "remote_id": "13558",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR36L/R",
        "channel_sku": "RTA-ANRO-BCOR36L/R",
        "remote_id": "13559",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-DWR3L/R",
        "channel_sku": "RTA-ANRO-DWR3L/R",
        "remote_id": "13585",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 3/5",
        "channel_sku": "RTA-ANRO-FPP9648 3/5",
        "remote_id": "13596",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648GL 1/5",
        "channel_sku": "RTA-ANRO-FPP9648GL 1/5",
        "remote_id": "13597",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-DWR3L/R",
        "channel_sku": "RTA-ASG-DWR3L/R",
        "remote_id": "13822",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPP9648 3/4",
        "channel_sku": "RTA-ASG-FPP9648 3/4",
        "remote_id": "13831",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPPB9648 1/2",
        "channel_sku": "RTA-ASG-FPPB9648 1/2",
        "remote_id": "13832",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-DWR3L/R",
        "channel_sku": "RTA-ASW-DWR3L/R",
        "remote_id": "13949",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48L/R",
        "channel_sku": "RTA-EOB-BBC45/48L/R",
        "remote_id": "14249",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPP9648 3/4",
        "channel_sku": "RTA-EOB-FPP9648 3/4",
        "remote_id": "14285",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPPB9648 1/2",
        "channel_sku": "RTA-EOB-FPPB9648 1/2",
        "remote_id": "14286",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC39/42L/R",
        "channel_sku": "RTA-HPW-BBC39/42L/R",
        "remote_id": "14934",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BCOR36L/R",
        "channel_sku": "RTA-HPW-BCOR36L/R",
        "remote_id": "14939",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-DWR3L/R",
        "channel_sku": "RTA-HPW-DWR3L/R",
        "remote_id": "14963",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPP9648 1/4",
        "channel_sku": "RTA-HPW-FPP9648 1/4",
        "remote_id": "14973",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPP9648 3/4",
        "channel_sku": "RTA-HPW-FPP9648 3/4",
        "remote_id": "14974",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC36/39L/R",
        "channel_sku": "RTA-MBRO-BBC36/39L/R",
        "remote_id": "15195",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48L/R",
        "channel_sku": "RTA-MBRO-BBC45/48L/R",
        "remote_id": "15199",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BCOR33L/R",
        "channel_sku": "RTA-MBRO-BCOR33L/R",
        "remote_id": "15200",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-DWR3L/R",
        "channel_sku": "RTA-MBRO-DWR3L/R",
        "remote_id": "15227",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648 3/5",
        "channel_sku": "RTA-MBRO-FPP9648 3/5",
        "remote_id": "15238",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648GL 1/5",
        "channel_sku": "RTA-MBRO-FPP9648GL 1/5",
        "remote_id": "15239",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC36/39L/R",
        "channel_sku": "RTA-MSW-BBC36/39L/R",
        "remote_id": "15723",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      }
    ],
    "samples": [
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC36/39L/R",
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC36/39L/R",
        "channel_sku": "RTA-ASW-BBC36/39L/R",
        "remote_id": "13937",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC39/42L/R",
        "channel_sku": "RTA-EOB-BBC39/42L/R",
        "remote_id": "14246",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "remote_id": "14248",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPP9648 1/4",
        "channel_sku": "RTA-EOB-FPP9648 1/4",
        "remote_id": "14284",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC36/39L/R",
        "channel_sku": "RTA-ESW-BBC36/39L/R",
        "remote_id": "14474",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC39/42L/R",
        "channel_sku": "RTA-ESW-BBC39/42L/R",
        "remote_id": "14475",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48FHL/R",
        "channel_sku": "RTA-ESW-BBC45/48FHL/R",
        "remote_id": "14476",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48L/R",
        "channel_sku": "RTA-ESW-BBC45/48L/R",
        "remote_id": "14478",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR33L/R",
        "channel_sku": "RTA-ESW-BCOR33L/R",
        "remote_id": "14479",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR36L/R",
        "channel_sku": "RTA-ESW-BCOR36L/R",
        "remote_id": "14480",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-DWR3L/R",
        "channel_sku": "RTA-ESW-DWR3L/R",
        "remote_id": "14503",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 1/4",
        "channel_sku": "RTA-ESW-FPP9648 1/4",
        "remote_id": "14513",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 3/4",
        "channel_sku": "RTA-ESW-FPP9648 3/4",
        "remote_id": "14514",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPPB9648 1/2",
        "channel_sku": "RTA-ESW-FPPB9648 1/2",
        "remote_id": "14515",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC36/39L/R",
        "channel_sku": "RTA-HPW-BBC36/39L/R",
        "remote_id": "14933",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "remote_id": "14936",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48L/R",
        "channel_sku": "RTA-HPW-BBC45/48L/R",
        "remote_id": "14937",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BCOR33L/R",
        "channel_sku": "RTA-HPW-BCOR33L/R",
        "remote_id": "14938",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC39/42L/R",
        "channel_sku": "RTA-MBRO-BBC39/42L/R",
        "remote_id": "15196",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "remote_id": "15198",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPPB9648 1/3",
        "channel_sku": "RTA-MBRO-FPPB9648 1/3",
        "remote_id": "15240",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48FHL/R",
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R",
        "remote_id": "15457",
        "reason": "sku_filter:starts_with:RTA-",
        "product_type": "simple",
        "parent_sku": null
      }
    ],
    "scan_remote_added": 0,
    "scan_remote_count": 120
  },
  "execution": {
    "channel_code": "magento",
    "connection_id": 4,
    "dry_run": false,
    "magento_action": "hard",
    "deleted": 1,
    "failed": 119,
    "results": [
      {
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13297 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13556 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13811 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC36/39L/R",
        "remote_id": "13937",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13937 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC39/42L/R",
        "remote_id": "14246",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14246 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "remote_id": "14248",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14248 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-FPP9648 1/4",
        "remote_id": "14284",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14284 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC36/39L/R",
        "remote_id": "14474",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14474 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC39/42L/R",
        "remote_id": "14475",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14475 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48FHL/R",
        "remote_id": "14476",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14476 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48L/R",
        "remote_id": "14478",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14478 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BCOR33L/R",
        "remote_id": "14479",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14479 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BCOR36L/R",
        "remote_id": "14480",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14480 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-DWR3L/R",
        "remote_id": "14503",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14503 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPP9648 1/4",
        "remote_id": "14513",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14513 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPP9648 3/4",
        "remote_id": "14514",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14514 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPPB9648 1/2",
        "remote_id": "14515",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14515 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC36/39L/R",
        "remote_id": "14933",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14933 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "remote_id": "14936",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14936 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48L/R",
        "remote_id": "14937",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14937 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BCOR33L/R",
        "remote_id": "14938",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14938 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC39/42L/R",
        "remote_id": "15196",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15196 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "remote_id": "15198",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15198 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPPB9648 1/3",
        "remote_id": "15240",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15240 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R",
        "remote_id": "15457",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15457 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC45/48L/R",
        "remote_id": "15459",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15459 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BCOR33L/R",
        "remote_id": "15460",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15460 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BCOR36L/R",
        "remote_id": "15461",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15461 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-FPP9648 3/5",
        "remote_id": "15498",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15498 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-FPP9648GL 1/5",
        "remote_id": "15499",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15499 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-FPPB9648 1/3",
        "remote_id": "15500",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15500 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BBC39/42L/R",
        "remote_id": "15724",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15724 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BCOR33L/R",
        "remote_id": "15728",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15728 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BCOR36L/R",
        "remote_id": "15729",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15729 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-DWR3L/R",
        "remote_id": "15755",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15755 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R",
        "remote_id": "13555",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13555 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC36/39L/R",
        "remote_id": "14245",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14245 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "remote_id": "13939",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13939 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "remote_id": "14477",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14477 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48FHL/R",
        "remote_id": "14935",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14935 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC36/39L/R",
        "remote_id": "15455",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15455 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BBC45/48FHL/R",
        "remote_id": "15725",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15725 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BCOR33L/R",
        "remote_id": "17018",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17018 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BCOR36L/R",
        "remote_id": "17019",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17019 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPP9648 1/4",
        "remote_id": "13957",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13957 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPPB9648 1/2",
        "remote_id": "13959",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13959 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BCOR36L/R",
        "remote_id": "14733",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14733 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC39/42L/R",
        "remote_id": "15456",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15456 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R-MC",
        "remote_id": "15458",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15458 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "remote_id": "13812",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13812 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48FHL/R",
        "remote_id": "13938",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13938 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BCOR33L/R",
        "remote_id": "14250",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14250 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BCOR36L/R",
        "remote_id": "14251",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14251 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48FHL/R",
        "remote_id": "14729",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14729 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "remote_id": "14730",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14730 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BCOR33L/R",
        "remote_id": "14732",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14732 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BCOR36L/R",
        "remote_id": "15201",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15201 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPP9648 1/5",
        "remote_id": "15237",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15237 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-DWR3L/R",
        "remote_id": "15487",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15487 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-FPP9648 1/5",
        "remote_id": "15497",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15497 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC39/42L/R",
        "remote_id": "16790",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16790 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC39/42L/R",
        "remote_id": "17016",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17016 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48L/R",
        "remote_id": "17017",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17017 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48L/R",
        "remote_id": "16792",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16792 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BCOR33L/R",
        "remote_id": "16793",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16793 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BCOR36L/R",
        "remote_id": "16794",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16794 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPP9648 3/4",
        "remote_id": "13958",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13958 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48FHL/R",
        "remote_id": "16791",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16791 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC45/48FHL/R",
        "remote_id": "14247",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14247 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BCOR33L/R",
        "remote_id": "13300",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13300 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-DWR3L/R",
        "remote_id": "14274",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14274 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48L/R",
        "remote_id": "14731",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14731 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC36/39L/R",
        "remote_id": "14727",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14727 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC39/42L/R",
        "remote_id": "14728",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14728 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-FPPB9648 1/2",
        "remote_id": "14975",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14975 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-FPPB9648 1/2",
        "remote_id": "15767",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15767 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC36/39L/R",
        "remote_id": "13295",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13295 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPP9648 1/5",
        "remote_id": "13595",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13595 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPPB9648 1/3",
        "remote_id": "13598",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13598 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-FPP9648 1/4",
        "remote_id": "13830",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13830 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R",
        "remote_id": "15197",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15197 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BBC45/48FHL/R-MC",
        "remote_id": "15726",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15726 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-BBC45/48L/R",
        "remote_id": "15727",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15727 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-FPP9648 1/4",
        "remote_id": "15765",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15765 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MSW-FPP9648 3/4",
        "remote_id": "15766",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15766 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC39/42L/R",
        "remote_id": "13296",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13296 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "remote_id": "13298",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13298 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC45/48L/R",
        "remote_id": "13299",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13299 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BCOR36L/R",
        "remote_id": "13301",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13301 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-DWR3L/R",
        "remote_id": "13324",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13324 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPP9648 1/4",
        "remote_id": "13334",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13334 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPP9648 3/4",
        "remote_id": "13335",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13335 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPPB9648 1/2",
        "remote_id": "13336",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13336 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC36/39L/R",
        "remote_id": "13553",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13553 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC39/42L/R",
        "remote_id": "13554",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13554 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48L/R",
        "remote_id": "13557",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13557 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BCOR33L/R",
        "remote_id": "13558",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13558 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BCOR36L/R",
        "remote_id": "13559",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13559 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-DWR3L/R",
        "remote_id": "13585",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13585 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPP9648 3/5",
        "remote_id": "13596",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13596 \u2014 product still present via Magento search (slash SKU path likely)"
      }
    ]
  }
}
OK: remove_rta_products (2026-08-05T19:54:38Z)

------------------------------------------------------------
STEP: remove_unassembled_products
CMD: python3 -m app.jobs.remove_channel_products --channel magento --connection-id 4 --selection master_filter --master-filter assembled or rta=Unassembled --scan-remote --apply --magento-action hard
started: 2026-08-05T19:54:38Z
------------------------------------------------------------
{
  "status": "ok",
  "dry_run": false,
  "plan": {
    "channel_code": "magento",
    "connection_id": 4,
    "selection": "master_filter",
    "remote_catalog_count": 5641,
    "active_master_count": 8703,
    "candidate_count": 119,
    "candidates": [
      {
        "master_sku": "RTA-ACH-BBC36/39L/R",
        "channel_sku": "RTA-ACH-BBC36/39L/R",
        "remote_id": "13295",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC39/42L/R",
        "channel_sku": "RTA-ACH-BBC39/42L/R",
        "remote_id": "13296",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "remote_id": "13298",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48L/R",
        "channel_sku": "RTA-ACH-BBC45/48L/R",
        "remote_id": "13299",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR33L/R",
        "channel_sku": "RTA-ACH-BCOR33L/R",
        "remote_id": "13300",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR36L/R",
        "channel_sku": "RTA-ACH-BCOR36L/R",
        "remote_id": "13301",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-DWR3L/R",
        "channel_sku": "RTA-ACH-DWR3L/R",
        "remote_id": "13324",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 1/4",
        "channel_sku": "RTA-ACH-FPP9648 1/4",
        "remote_id": "13334",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 3/4",
        "channel_sku": "RTA-ACH-FPP9648 3/4",
        "remote_id": "13335",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPPB9648 1/2",
        "channel_sku": "RTA-ACH-FPPB9648 1/2",
        "remote_id": "13336",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC36/39L/R",
        "channel_sku": "RTA-ANRO-BBC36/39L/R",
        "remote_id": "13553",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC39/42L/R",
        "channel_sku": "RTA-ANRO-BBC39/42L/R",
        "remote_id": "13554",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R",
        "remote_id": "13555",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48L/R",
        "channel_sku": "RTA-ANRO-BBC45/48L/R",
        "remote_id": "13557",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR33L/R",
        "channel_sku": "RTA-ANRO-BCOR33L/R",
        "remote_id": "13558",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR36L/R",
        "channel_sku": "RTA-ANRO-BCOR36L/R",
        "remote_id": "13559",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-DWR3L/R",
        "channel_sku": "RTA-ANRO-DWR3L/R",
        "remote_id": "13585",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 1/5",
        "channel_sku": "RTA-ANRO-FPP9648 1/5",
        "remote_id": "13595",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 3/5",
        "channel_sku": "RTA-ANRO-FPP9648 3/5",
        "remote_id": "13596",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648GL 1/5",
        "channel_sku": "RTA-ANRO-FPP9648GL 1/5",
        "remote_id": "13597",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPPB9648 1/3",
        "channel_sku": "RTA-ANRO-FPPB9648 1/3",
        "remote_id": "13598",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC36/39L/R",
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC39/42L/R",
        "channel_sku": "RTA-ASG-BBC39/42L/R",
        "remote_id": "16790",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48FHL/R",
        "channel_sku": "RTA-ASG-BBC45/48FHL/R",
        "remote_id": "16791",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "remote_id": "13812",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC45/48L/R",
        "channel_sku": "RTA-ASG-BBC45/48L/R",
        "remote_id": "16792",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BCOR33L/R",
        "channel_sku": "RTA-ASG-BCOR33L/R",
        "remote_id": "16793",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BCOR36L/R",
        "channel_sku": "RTA-ASG-BCOR36L/R",
        "remote_id": "16794",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-DWR3L/R",
        "channel_sku": "RTA-ASG-DWR3L/R",
        "remote_id": "13822",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPP9648 1/4",
        "channel_sku": "RTA-ASG-FPP9648 1/4",
        "remote_id": "13830",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPP9648 3/4",
        "channel_sku": "RTA-ASG-FPP9648 3/4",
        "remote_id": "13831",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-FPPB9648 1/2",
        "channel_sku": "RTA-ASG-FPPB9648 1/2",
        "remote_id": "13832",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC36/39L/R",
        "channel_sku": "RTA-ASW-BBC36/39L/R",
        "remote_id": "13937",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC39/42L/R",
        "channel_sku": "RTA-ASW-BBC39/42L/R",
        "remote_id": "17016",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48FHL/R",
        "channel_sku": "RTA-ASW-BBC45/48FHL/R",
        "remote_id": "13938",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "remote_id": "13939",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BBC45/48L/R",
        "channel_sku": "RTA-ASW-BBC45/48L/R",
        "remote_id": "17017",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BCOR33L/R",
        "channel_sku": "RTA-ASW-BCOR33L/R",
        "remote_id": "17018",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-BCOR36L/R",
        "channel_sku": "RTA-ASW-BCOR36L/R",
        "remote_id": "17019",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-DWR3L/R",
        "channel_sku": "RTA-ASW-DWR3L/R",
        "remote_id": "13949",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPP9648 1/4",
        "channel_sku": "RTA-ASW-FPP9648 1/4",
        "remote_id": "13957",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPP9648 3/4",
        "channel_sku": "RTA-ASW-FPP9648 3/4",
        "remote_id": "13958",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASW-FPPB9648 1/2",
        "channel_sku": "RTA-ASW-FPPB9648 1/2",
        "remote_id": "13959",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC36/39L/R",
        "channel_sku": "RTA-EOB-BBC36/39L/R",
        "remote_id": "14245",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC39/42L/R",
        "channel_sku": "RTA-EOB-BBC39/42L/R",
        "remote_id": "14246",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48FHL/R",
        "channel_sku": "RTA-EOB-BBC45/48FHL/R",
        "remote_id": "14247",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "remote_id": "14248",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BBC45/48L/R",
        "channel_sku": "RTA-EOB-BBC45/48L/R",
        "remote_id": "14249",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BCOR33L/R",
        "channel_sku": "RTA-EOB-BCOR33L/R",
        "remote_id": "14250",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-BCOR36L/R",
        "channel_sku": "RTA-EOB-BCOR36L/R",
        "remote_id": "14251",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-DWR3L/R",
        "channel_sku": "RTA-EOB-DWR3L/R",
        "remote_id": "14274",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPP9648 1/4",
        "channel_sku": "RTA-EOB-FPP9648 1/4",
        "remote_id": "14284",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPP9648 3/4",
        "channel_sku": "RTA-EOB-FPP9648 3/4",
        "remote_id": "14285",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-EOB-FPPB9648 1/2",
        "channel_sku": "RTA-EOB-FPPB9648 1/2",
        "remote_id": "14286",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC36/39L/R",
        "channel_sku": "RTA-ESW-BBC36/39L/R",
        "remote_id": "14474",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC39/42L/R",
        "channel_sku": "RTA-ESW-BBC39/42L/R",
        "remote_id": "14475",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48FHL/R",
        "channel_sku": "RTA-ESW-BBC45/48FHL/R",
        "remote_id": "14476",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "remote_id": "14477",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BBC45/48L/R",
        "channel_sku": "RTA-ESW-BBC45/48L/R",
        "remote_id": "14478",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR33L/R",
        "channel_sku": "RTA-ESW-BCOR33L/R",
        "remote_id": "14479",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-BCOR36L/R",
        "channel_sku": "RTA-ESW-BCOR36L/R",
        "remote_id": "14480",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-DWR3L/R",
        "channel_sku": "RTA-ESW-DWR3L/R",
        "remote_id": "14503",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 1/4",
        "channel_sku": "RTA-ESW-FPP9648 1/4",
        "remote_id": "14513",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPP9648 3/4",
        "channel_sku": "RTA-ESW-FPP9648 3/4",
        "remote_id": "14514",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ESW-FPPB9648 1/2",
        "channel_sku": "RTA-ESW-FPPB9648 1/2",
        "remote_id": "14515",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC36/39L/R",
        "channel_sku": "RTA-GSW-BBC36/39L/R",
        "remote_id": "14727",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC39/42L/R",
        "channel_sku": "RTA-GSW-BBC39/42L/R",
        "remote_id": "14728",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48FHL/R",
        "channel_sku": "RTA-GSW-BBC45/48FHL/R",
        "remote_id": "14729",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "remote_id": "14730",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BBC45/48L/R",
        "channel_sku": "RTA-GSW-BBC45/48L/R",
        "remote_id": "14731",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BCOR33L/R",
        "channel_sku": "RTA-GSW-BCOR33L/R",
        "remote_id": "14732",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-GSW-BCOR36L/R",
        "channel_sku": "RTA-GSW-BCOR36L/R",
        "remote_id": "14733",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC36/39L/R",
        "channel_sku": "RTA-HPW-BBC36/39L/R",
        "remote_id": "14933",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC39/42L/R",
        "channel_sku": "RTA-HPW-BBC39/42L/R",
        "remote_id": "14934",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48FHL/R",
        "channel_sku": "RTA-HPW-BBC45/48FHL/R",
        "remote_id": "14935",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "remote_id": "14936",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BBC45/48L/R",
        "channel_sku": "RTA-HPW-BBC45/48L/R",
        "remote_id": "14937",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BCOR33L/R",
        "channel_sku": "RTA-HPW-BCOR33L/R",
        "remote_id": "14938",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-BCOR36L/R",
        "channel_sku": "RTA-HPW-BCOR36L/R",
        "remote_id": "14939",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-DWR3L/R",
        "channel_sku": "RTA-HPW-DWR3L/R",
        "remote_id": "14963",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPP9648 1/4",
        "channel_sku": "RTA-HPW-FPP9648 1/4",
        "remote_id": "14973",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPP9648 3/4",
        "channel_sku": "RTA-HPW-FPP9648 3/4",
        "remote_id": "14974",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-HPW-FPPB9648 1/2",
        "channel_sku": "RTA-HPW-FPPB9648 1/2",
        "remote_id": "14975",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC36/39L/R",
        "channel_sku": "RTA-MBRO-BBC36/39L/R",
        "remote_id": "15195",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC39/42L/R",
        "channel_sku": "RTA-MBRO-BBC39/42L/R",
        "remote_id": "15196",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48FHL/R",
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R",
        "remote_id": "15197",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "remote_id": "15198",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BBC45/48L/R",
        "channel_sku": "RTA-MBRO-BBC45/48L/R",
        "remote_id": "15199",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BCOR33L/R",
        "channel_sku": "RTA-MBRO-BCOR33L/R",
        "remote_id": "15200",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-BCOR36L/R",
        "channel_sku": "RTA-MBRO-BCOR36L/R",
        "remote_id": "15201",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-DWR3L/R",
        "channel_sku": "RTA-MBRO-DWR3L/R",
        "remote_id": "15227",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648 1/5",
        "channel_sku": "RTA-MBRO-FPP9648 1/5",
        "remote_id": "15237",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648 3/5",
        "channel_sku": "RTA-MBRO-FPP9648 3/5",
        "remote_id": "15238",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPP9648GL 1/5",
        "channel_sku": "RTA-MBRO-FPP9648GL 1/5",
        "remote_id": "15239",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MBRO-FPPB9648 1/3",
        "channel_sku": "RTA-MBRO-FPPB9648 1/3",
        "remote_id": "15240",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC36/39L/R",
        "channel_sku": "RTA-MNRO-BBC36/39L/R",
        "remote_id": "15455",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC39/42L/R",
        "channel_sku": "RTA-MNRO-BBC39/42L/R",
        "remote_id": "15456",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48FHL/R",
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R",
        "remote_id": "15457",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R-MC",
        "remote_id": "15458",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BBC45/48L/R",
        "channel_sku": "RTA-MNRO-BBC45/48L/R",
        "remote_id": "15459",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BCOR33L/R",
        "channel_sku": "RTA-MNRO-BCOR33L/R",
        "remote_id": "15460",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-BCOR36L/R",
        "channel_sku": "RTA-MNRO-BCOR36L/R",
        "remote_id": "15461",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-DWR3L/R",
        "channel_sku": "RTA-MNRO-DWR3L/R",
        "remote_id": "15487",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648 1/5",
        "channel_sku": "RTA-MNRO-FPP9648 1/5",
        "remote_id": "15497",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648 3/5",
        "channel_sku": "RTA-MNRO-FPP9648 3/5",
        "remote_id": "15498",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPP9648GL 1/5",
        "channel_sku": "RTA-MNRO-FPP9648GL 1/5",
        "remote_id": "15499",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MNRO-FPPB9648 1/3",
        "channel_sku": "RTA-MNRO-FPPB9648 1/3",
        "remote_id": "15500",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC39/42L/R",
        "channel_sku": "RTA-MSW-BBC39/42L/R",
        "remote_id": "15724",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48FHL/R",
        "channel_sku": "RTA-MSW-BBC45/48FHL/R",
        "remote_id": "15725",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-MSW-BBC45/48FHL/R-MC",
        "remote_id": "15726",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BBC45/48L/R",
        "channel_sku": "RTA-MSW-BBC45/48L/R",
        "remote_id": "15727",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BCOR33L/R",
        "channel_sku": "RTA-MSW-BCOR33L/R",
        "remote_id": "15728",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-BCOR36L/R",
        "channel_sku": "RTA-MSW-BCOR36L/R",
        "remote_id": "15729",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-DWR3L/R",
        "channel_sku": "RTA-MSW-DWR3L/R",
        "remote_id": "15755",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPP9648 1/4",
        "channel_sku": "RTA-MSW-FPP9648 1/4",
        "remote_id": "15765",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPP9648 3/4",
        "channel_sku": "RTA-MSW-FPP9648 3/4",
        "remote_id": "15766",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-MSW-FPPB9648 1/2",
        "channel_sku": "RTA-MSW-FPPB9648 1/2",
        "remote_id": "15767",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      }
    ],
    "samples": [
      {
        "master_sku": "RTA-ACH-BBC36/39L/R",
        "channel_sku": "RTA-ACH-BBC36/39L/R",
        "remote_id": "13295",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC39/42L/R",
        "channel_sku": "RTA-ACH-BBC39/42L/R",
        "remote_id": "13296",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "remote_id": "13298",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BBC45/48L/R",
        "channel_sku": "RTA-ACH-BBC45/48L/R",
        "remote_id": "13299",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR33L/R",
        "channel_sku": "RTA-ACH-BCOR33L/R",
        "remote_id": "13300",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-BCOR36L/R",
        "channel_sku": "RTA-ACH-BCOR36L/R",
        "remote_id": "13301",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-DWR3L/R",
        "channel_sku": "RTA-ACH-DWR3L/R",
        "remote_id": "13324",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 1/4",
        "channel_sku": "RTA-ACH-FPP9648 1/4",
        "remote_id": "13334",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPP9648 3/4",
        "channel_sku": "RTA-ACH-FPP9648 3/4",
        "remote_id": "13335",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ACH-FPPB9648 1/2",
        "channel_sku": "RTA-ACH-FPPB9648 1/2",
        "remote_id": "13336",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC36/39L/R",
        "channel_sku": "RTA-ANRO-BBC36/39L/R",
        "remote_id": "13553",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC39/42L/R",
        "channel_sku": "RTA-ANRO-BBC39/42L/R",
        "remote_id": "13554",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R",
        "remote_id": "13555",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BBC45/48L/R",
        "channel_sku": "RTA-ANRO-BBC45/48L/R",
        "remote_id": "13557",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR33L/R",
        "channel_sku": "RTA-ANRO-BCOR33L/R",
        "remote_id": "13558",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-BCOR36L/R",
        "channel_sku": "RTA-ANRO-BCOR36L/R",
        "remote_id": "13559",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-DWR3L/R",
        "channel_sku": "RTA-ANRO-DWR3L/R",
        "remote_id": "13585",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 1/5",
        "channel_sku": "RTA-ANRO-FPP9648 1/5",
        "remote_id": "13595",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648 3/5",
        "channel_sku": "RTA-ANRO-FPP9648 3/5",
        "remote_id": "13596",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPP9648GL 1/5",
        "channel_sku": "RTA-ANRO-FPP9648GL 1/5",
        "remote_id": "13597",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ANRO-FPPB9648 1/3",
        "channel_sku": "RTA-ANRO-FPPB9648 1/3",
        "remote_id": "13598",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC36/39L/R",
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      },
      {
        "master_sku": "RTA-ASG-BBC39/42L/R",
        "channel_sku": "RTA-ASG-BBC39/42L/R",
        "remote_id": "16790",
        "reason": "master_filter",
        "product_type": "simple",
        "parent_sku": null
      }
    ]
  },
  "execution": {
    "channel_code": "magento",
    "connection_id": 4,
    "dry_run": false,
    "magento_action": "hard",
    "deleted": 0,
    "failed": 119,
    "results": [
      {
        "channel_sku": "RTA-ACH-BBC36/39L/R",
        "remote_id": "13295",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13295 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC39/42L/R",
        "remote_id": "13296",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13296 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC45/48FHL/R",
        "remote_id": "13297",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13297 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC45/48FHL/R-MC",
        "remote_id": "13298",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13298 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BBC45/48L/R",
        "remote_id": "13299",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13299 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BCOR33L/R",
        "remote_id": "13300",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13300 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-BCOR36L/R",
        "remote_id": "13301",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13301 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-DWR3L/R",
        "remote_id": "13324",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13324 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPP9648 1/4",
        "remote_id": "13334",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13334 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPP9648 3/4",
        "remote_id": "13335",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13335 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ACH-FPPB9648 1/2",
        "remote_id": "13336",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13336 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC36/39L/R",
        "remote_id": "13553",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13553 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC39/42L/R",
        "remote_id": "13554",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13554 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R",
        "remote_id": "13555",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13555 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48FHL/R-MC",
        "remote_id": "13556",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13556 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BBC45/48L/R",
        "remote_id": "13557",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13557 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BCOR33L/R",
        "remote_id": "13558",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13558 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-BCOR36L/R",
        "remote_id": "13559",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13559 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-DWR3L/R",
        "remote_id": "13585",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13585 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPP9648 1/5",
        "remote_id": "13595",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13595 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPP9648 3/5",
        "remote_id": "13596",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13596 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPP9648GL 1/5",
        "remote_id": "13597",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13597 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ANRO-FPPB9648 1/3",
        "remote_id": "13598",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13598 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC36/39L/R",
        "remote_id": "13811",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13811 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC39/42L/R",
        "remote_id": "16790",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16790 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48FHL/R",
        "remote_id": "16791",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16791 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48FHL/R-MC",
        "remote_id": "13812",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13812 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BBC45/48L/R",
        "remote_id": "16792",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16792 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BCOR33L/R",
        "remote_id": "16793",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16793 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-BCOR36L/R",
        "remote_id": "16794",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=16794 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-DWR3L/R",
        "remote_id": "13822",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13822 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-FPP9648 1/4",
        "remote_id": "13830",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13830 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-FPP9648 3/4",
        "remote_id": "13831",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13831 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASG-FPPB9648 1/2",
        "remote_id": "13832",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13832 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC36/39L/R",
        "remote_id": "13937",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13937 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC39/42L/R",
        "remote_id": "17016",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17016 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48FHL/R",
        "remote_id": "13938",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13938 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48FHL/R-MC",
        "remote_id": "13939",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13939 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BBC45/48L/R",
        "remote_id": "17017",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17017 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BCOR33L/R",
        "remote_id": "17018",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17018 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-BCOR36L/R",
        "remote_id": "17019",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=17019 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-DWR3L/R",
        "remote_id": "13949",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13949 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPP9648 1/4",
        "remote_id": "13957",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13957 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPP9648 3/4",
        "remote_id": "13958",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13958 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ASW-FPPB9648 1/2",
        "remote_id": "13959",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=13959 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC36/39L/R",
        "remote_id": "14245",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14245 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC39/42L/R",
        "remote_id": "14246",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14246 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC45/48FHL/R",
        "remote_id": "14247",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14247 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC45/48FHL/R-MC",
        "remote_id": "14248",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14248 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BBC45/48L/R",
        "remote_id": "14249",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14249 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BCOR33L/R",
        "remote_id": "14250",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14250 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-BCOR36L/R",
        "remote_id": "14251",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14251 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-DWR3L/R",
        "remote_id": "14274",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14274 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-FPP9648 1/4",
        "remote_id": "14284",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14284 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-FPP9648 3/4",
        "remote_id": "14285",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14285 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-EOB-FPPB9648 1/2",
        "remote_id": "14286",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14286 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC36/39L/R",
        "remote_id": "14474",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14474 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC39/42L/R",
        "remote_id": "14475",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14475 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48FHL/R",
        "remote_id": "14476",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14476 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48FHL/R-MC",
        "remote_id": "14477",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14477 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BBC45/48L/R",
        "remote_id": "14478",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14478 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BCOR33L/R",
        "remote_id": "14479",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14479 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-BCOR36L/R",
        "remote_id": "14480",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14480 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-DWR3L/R",
        "remote_id": "14503",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14503 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPP9648 1/4",
        "remote_id": "14513",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14513 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPP9648 3/4",
        "remote_id": "14514",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14514 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-ESW-FPPB9648 1/2",
        "remote_id": "14515",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14515 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC36/39L/R",
        "remote_id": "14727",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14727 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC39/42L/R",
        "remote_id": "14728",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14728 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48FHL/R",
        "remote_id": "14729",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14729 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48FHL/R-MC",
        "remote_id": "14730",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14730 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BBC45/48L/R",
        "remote_id": "14731",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14731 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BCOR33L/R",
        "remote_id": "14732",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14732 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-GSW-BCOR36L/R",
        "remote_id": "14733",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14733 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC36/39L/R",
        "remote_id": "14933",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14933 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC39/42L/R",
        "remote_id": "14934",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14934 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48FHL/R",
        "remote_id": "14935",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14935 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48FHL/R-MC",
        "remote_id": "14936",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14936 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BBC45/48L/R",
        "remote_id": "14937",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14937 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BCOR33L/R",
        "remote_id": "14938",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14938 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-BCOR36L/R",
        "remote_id": "14939",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14939 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-DWR3L/R",
        "remote_id": "14963",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14963 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-FPP9648 1/4",
        "remote_id": "14973",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14973 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-FPP9648 3/4",
        "remote_id": "14974",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14974 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-HPW-FPPB9648 1/2",
        "remote_id": "14975",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=14975 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC36/39L/R",
        "remote_id": "15195",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15195 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC39/42L/R",
        "remote_id": "15196",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15196 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R",
        "remote_id": "15197",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15197 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC45/48FHL/R-MC",
        "remote_id": "15198",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15198 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BBC45/48L/R",
        "remote_id": "15199",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15199 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BCOR33L/R",
        "remote_id": "15200",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15200 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-BCOR36L/R",
        "remote_id": "15201",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15201 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-DWR3L/R",
        "remote_id": "15227",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15227 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPP9648 1/5",
        "remote_id": "15237",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15237 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPP9648 3/5",
        "remote_id": "15238",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15238 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPP9648GL 1/5",
        "remote_id": "15239",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15239 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MBRO-FPPB9648 1/3",
        "remote_id": "15240",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15240 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC36/39L/R",
        "remote_id": "15455",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15455 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC39/42L/R",
        "remote_id": "15456",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15456 \u2014 product still present via Magento search (slash SKU path likely)"
      },
      {
        "channel_sku": "RTA-MNRO-BBC45/48FHL/R",
        "remote_id": "15457",
        "status": "failed",
        "error": "hard-deleted HTTP 401 [{\"message\":\"The signature is invalid. Verify and try again.\"}] remote_id=15457 \u2014 product still present via Magento search (slash SKU path likely)"
      }
    ]
  }
}
OK: remove_unassembled_products (2026-08-05T19:57:11Z)

------------------------------------------------------------
STEP: prune_polluted_collections
CMD: python3 -m app.jobs.prune_polluted_collections --hub-path-slug kitchen-cabinets --magento-connection-id 4 --channels magento --include-orphans --orphan-tier test --orphan-tier empty_unlinked --purge-remote --apply
started: 2026-08-05T19:57:11Z
------------------------------------------------------------
{
  "dry_run": false,
  "hub_path_slug": "kitchen-cabinets",
  "remote_only": false,
  "taxonomy_links_only": false,
  "forget_stale_taxonomy_links": false,
  "channels": [
    "magento"
  ],
  "excluded_remote_ids": [],
  "polluted_count": 0,
  "polluted": [],
  "remote_target_count": 4,
  "remote_targets": [
    {
      "source": "magento_registry",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "537",
      "path_slug": "kitchen-cabinets/angle-end",
      "name": "Angle End",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Angle End",
      "level": 3,
      "purge_reason": "not_in_taxonomy"
    },
    {
      "source": "magento_registry",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "536",
      "path_slug": "kitchen-cabinets/blind-corner",
      "name": "Blind Corner",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Blind Corner",
      "level": 3,
      "purge_reason": "not_in_taxonomy"
    },
    {
      "source": "magento_registry",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "539",
      "path_slug": "kitchen-cabinets/microwave-shelf",
      "name": "Microwave Shelf",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Microwave Shelf",
      "level": 3,
      "purge_reason": "not_in_taxonomy"
    },
    {
      "source": "magento_registry",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "538",
      "path_slug": "kitchen-cabinets/wine-rack",
      "name": "Wine Rack",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Wine Rack",
      "level": 3,
      "purge_reason": "not_in_taxonomy"
    }
  ],
  "include_orphans": true,
  "orphans_skipped_reason": null,
  "orphan_purge_tiers": [
    "empty_unlinked",
    "test"
  ],
  "orphan_count": 4,
  "orphans": [
    {
      "source": "magento_orphan",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "537",
      "name": "Angle End",
      "title": "Angle End",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Angle End",
      "level": 3,
      "is_known": true,
      "orphan_tier": "keep",
      "orphan_reason": "title matches a known canonical collection"
    },
    {
      "source": "magento_orphan",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "536",
      "name": "Blind Corner",
      "title": "Blind Corner",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Blind Corner",
      "level": 3,
      "is_known": true,
      "orphan_tier": "keep",
      "orphan_reason": "title matches a known canonical collection"
    },
    {
      "source": "magento_orphan",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "539",
      "name": "Microwave Shelf",
      "title": "Microwave Shelf",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Microwave Shelf",
      "level": 3,
      "is_known": true,
      "orphan_tier": "keep",
      "orphan_reason": "title matches a known canonical collection"
    },
    {
      "source": "magento_orphan",
      "channel_code": "magento",
      "connection_id": 4,
      "remote_id": "538",
      "name": "Wine Rack",
      "title": "Wine Rack",
      "path_names": "Kitchen Cabinets/Wall Cabinets/Wine Rack",
      "level": 3,
      "is_known": true,
      "orphan_tier": "keep",
      "orphan_reason": "title matches a known canonical collection"
    }
  ],
  "orphan_purge_target_count": 0,
  "deactivated": [],
  "remote_purge": {
    "dry_run": false,
    "magento_deleted": 4,
    "shopify_deleted": 0,
    "already_deleted": 4,
    "links_deactivated": 0,
    "skipped": 0,
    "errors": [],
    "actions": [
      {
        "channel": "magento",
        "remote_id": "536",
        "status": "already_deleted",
        "source": "magento_registry",
        "path_slug": "kitchen-cabinets/blind-corner",
        "path_names": "Kitchen Cabinets/Wall Cabinets/Blind Corner",
        "name": "Blind Corner",
        "level": 3,
        "purge_reason": "not_in_taxonomy"
      },
      {
        "channel": "magento",
        "remote_id": "537",
        "status": "already_deleted",
        "source": "magento_registry",
        "path_slug": "kitchen-cabinets/angle-end",
        "path_names": "Kitchen Cabinets/Wall Cabinets/Angle End",
        "name": "Angle End",
        "level": 3,
        "purge_reason": "not_in_taxonomy"
      },
      {
        "channel": "magento",
        "remote_id": "538",
        "status": "already_deleted",
        "source": "magento_registry",
        "path_slug": "kitchen-cabinets/wine-rack",
        "path_names": "Kitchen Cabinets/Wall Cabinets/Wine Rack",
        "name": "Wine Rack",
        "level": 3,
        "purge_reason": "not_in_taxonomy"
      },
      {
        "channel": "magento",
        "remote_id": "539",
        "status": "already_deleted",
        "source": "magento_registry",
        "path_slug": "kitchen-cabinets/microwave-shelf",
        "path_names": "Kitchen Cabinets/Wall Cabinets/Microwave Shelf",
        "name": "Microwave Shelf",
        "level": 3,
        "purge_reason": "not_in_taxonomy"
      }
    ]
  },
  "errors": []
}
OK: prune_polluted_collections (2026-08-05T19:57:26Z)

------------------------------------------------------------
STEP: channel_full_publish
CMD: python3 -m app.jobs.channel_full_publish --channel magento --magento-connection-id 4 --wait-timeout 14400 --run-pull-after --apply
started: 2026-08-05T19:57:26Z
------------------------------------------------------------
INFO:__main__:Step: master taxonomy (mode=link_only)
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy mode=link_only: skipping hierarchy/proposals/remote rebuild
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 1/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 1/12: skus=500 upserted=2473
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 2/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 2/12: skus=500 upserted=2318
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 3/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 3/12: skus=500 upserted=2293
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 4/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 4/12: skus=500 upserted=1997
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 5/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 5/12: skus=500 upserted=2455
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 6/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 6/12: skus=500 upserted=2357
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 7/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 7/12: skus=500 upserted=2289
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 8/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 8/12: skus=500 upserted=2031
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 9/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 9/12: skus=500 upserted=2472
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 10/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 10/12: skus=500 upserted=2054
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 11/12 (500 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 11/12: skus=500 upserted=1525
INFO:app.jobs.sync_master_taxonomy_pipeline:Taxonomy pipeline [1/1]: Linking products batch 12/12 (17 SKUs)
INFO:app.jobs.sync_master_taxonomy_pipeline:link_products batch 12/12: skus=17 upserted=33
INFO:__main__:Step: provision channel attributes (create_new aliases)
INFO:__main__:Step: bootstrap shopping facets (cabinet_type options + filterable)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/attributes/cabinet_type - HTTPSConnectionPool(host='127.0.0.1', port=443): Read timed out. (read timeout=30.0)
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/attributes/cabinet_type
INFO:__main__:Step: Magento collection landing metadata push
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaCaramelHarvest_Vignette1a-65e0a543c21f6c0e.jpg mime=image/jpeg file_bytes=96191 post_json_bytes=128369 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaCaramelHarvest_0226-e81fcc6d93ade8bf.pdf mime=application/pdf file_bytes=1441691 post_json_bytes=1922368 (1.83 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaCaramelHarvest_Vignette1b-8e92484497892b1f.jpg mime=image/jpeg file_bytes=95588 post_json_bytes=127565 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaCaramelHarvest_Vignette2-79c132e115df9114.jpg mime=image/jpeg file_bytes=101726 post_json_bytes=135748 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=26 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120217
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest category_id=386 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-caramel-harvest status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette1a-965ed9aaa238afbc.jpg mime=image/jpeg file_bytes=75799 post_json_bytes=101186 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_0226-4515d44537f8deb1.pdf mime=application/pdf file_bytes=1456743 post_json_bytes=1942441 (1.85 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette1b-1179bc91946e2da7.jpg mime=image/jpeg file_bytes=67014 post_json_bytes=89470 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette2-d09b64c543993f00.jpg mime=image/jpeg file_bytes=83305 post_json_bytes=111193 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette3-bb711e5b25531e94.jpg mime=image/jpeg file_bytes=76662 post_json_bytes=102333 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette4-9c668ce6e1ce4901.jpg mime=image/jpeg file_bytes=89669 post_json_bytes=119677 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaNaturalRiftWhiteOak_Vignette5-1bd91a3f75cc376a.jpg mime=image/jpeg file_bytes=93944 post_json_bytes=125377 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=23 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120217
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-natural-rift-white-oak status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-snow-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_Vignette1b-2bc9d56b4e45fa0b.jpg mime=image/jpeg file_bytes=89970 post_json_bytes=120068 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_0226-4ef54f8995e5e896.pdf mime=application/pdf file_bytes=1368343 post_json_bytes=1824567 (1.74 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_Vignette2-8bbb4a60b7f9a317.jpg mime=image/jpeg file_bytes=113682 post_json_bytes=151683 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_Vignette3-fb127ecd9fa924ab.jpg mime=image/jpeg file_bytes=108761 post_json_bytes=145123 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_Vignette4-25511e961a1a3adf.jpg mime=image/jpeg file_bytes=63846 post_json_bytes=85235 (0.08 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaSnowWhite_Vignette5-41d19881be0b3242.jpg mime=image/jpeg file_bytes=94475 post_json_bytes=126075 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=26 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120217
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-snow-white category_id=388 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-snow-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaStoneGray_Vignette1a-07cad0e91bb05fd0.jpg mime=image/jpeg file_bytes=86584 post_json_bytes=115556 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaStoneGray_0226-1e5b85093033ceb1.pdf mime=application/pdf file_bytes=1276393 post_json_bytes=1701967 (1.62 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaStoneGray_Vignette1b-9b42eccdc3679552.jpg mime=image/jpeg file_bytes=68377 post_json_bytes=91280 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=AnnaStoneGray_Vignette2-177f84999580bb3c.jpg mime=image/jpeg file_bytes=93465 post_json_bytes=124727 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120217
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray category_id=389 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/anna-stone-gray status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/bedford dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/bedford category_id=326
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/bedford category_id=326
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/bedford category_id=326
INFO:magento.magento_api:Magento collection asset upload: filename=PBV-BED-18GR-510x510-8b82e834f2af9291.jpg mime=image/jpeg file_bytes=14137 post_json_bytes=18956 (0.02 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=14 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/bedford category_id=326
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/bedford category_id=326 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/bedford category_id=326 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/bedford category_id=326 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/bedford status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/dayton dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/dayton category_id=327
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/dayton category_id=327
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/dayton category_id=327
INFO:magento.magento_api:Magento collection asset upload: filename=wayfair_DAYTON_72inch_doors-closed_White_ISOMETRIC_900-260x166-ce42b1a0157be50f.jpg mime=image/jpeg file_bytes=5030 post_json_bytes=6854 (0.01 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=14 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/dayton category_id=327
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/dayton category_id=327 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/dayton category_id=327 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/dayton category_id=327 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/dayton status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/hallmark-frost dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328
INFO:magento.magento_api:Magento collection asset upload: filename=hallmark-frost_kitchen_main-006a9f78ef73c703.jpg mime=image/jpeg file_bytes=535681 post_json_bytes=714355 (0.68 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=14 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/hallmark-frost category_id=328 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/hallmark-frost status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/harriet dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/harriet status=skipped
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/mchenry dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330
INFO:magento.magento_api:Magento collection asset upload: filename=1k_McHenry-GRAY_24inch_ISOMETRIC-260x260-d1fb0166a4c58ac7.jpg mime=image/jpeg file_bytes=6892 post_json_bytes=9316 (0.01 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=13 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/mchenry category_id=330 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/mchenry status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/metro-frost dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329
INFO:magento.magento_api:Magento collection asset upload: filename=glamour_metro_frost_kitchen_Page_1-scaled-cfecee99410b0a96.jpg mime=image/jpeg file_bytes=245723 post_json_bytes=327757 (0.31 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=14 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/metro-frost category_id=329 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/metro-frost status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/metro-mist dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331
INFO:magento.magento_api:Magento collection asset upload: filename=glamour_metro_mist-scaled-d6262a0962934d98.jpg mime=image/jpeg file_bytes=299103 post_json_bytes=398913 (0.38 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=15 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/metro-mist category_id=331 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/metro-mist status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=bathroom-vanities/vanity-tops dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332
INFO:magento.magento_api:Magento collection asset upload: filename=02CARTOP245-260x260-80a1ec476d470bb5.jpg mime=image/jpeg file_bytes=5483 post_json_bytes=7415 (0.01 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/vanity-tops category_id=332 attr_count=14 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/vanity-tops category_id=332 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332 skipped=False
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332 skipped=False
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities category_id=149 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities category_id=149 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/panels-and-fillers category_id=373 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/panels-and-fillers category_id=373 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/bedford category_id=326 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/bedford category_id=326 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/dayton category_id=327 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/dayton category_id=327 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/mchenry category_id=330 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/mchenry category_id=330 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-frost category_id=329 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-frost category_id=329 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/metro-mist category_id=331 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/metro-mist category_id=331 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=51 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=bathroom-vanities/hallmark-frost category_id=328 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=bathroom-vanities/hallmark-frost category_id=328 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=250 has_shopping_intersections=False shopping_intersections_chars=0
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=bathroom-vanities/vanity-tops category_id=332 updated=8 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=bathroom-vanities/vanity-tops status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontDriftWhite_Vignette1a-edfb4c3e7ad09ea9.jpg mime=image/jpeg file_bytes=82447 post_json_bytes=110044 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontDriftWhite_0226-61113642c1fcae1f.pdf mime=application/pdf file_bytes=963047 post_json_bytes=1284175 (1.22 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontDriftWhite_Vignette1b-36b8f896498c2bd1.jpg mime=image/jpeg file_bytes=67896 post_json_bytes=90640 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontDriftWhite_Door-f10bf7903c199875.jpg mime=image/jpeg file_bytes=16128 post_json_bytes=21610 (0.02 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120217
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white category_id=390 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/belmont-drift-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontToffeePecan_Vignette1a-062013a15863a29d.jpg mime=image/jpeg file_bytes=108403 post_json_bytes=144653 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontToffeePecan_0226-0b856aa48b323988.pdf mime=application/pdf file_bytes=1360188 post_json_bytes=1813696 (1.73 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontToffeePecan_Vignette1b-e776fd44159a9bc6.jpg mime=image/jpeg file_bytes=82551 post_json_bytes=110181 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=BelmontToffeePecan_Door-469101c857be31af.jpg mime=image/jpeg file_bytes=33235 post_json_bytes=44423 (0.04 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120739
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan category_id=391 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/belmont-toffee-pecan status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392
INFO:magento.magento_api:Magento collection asset upload: filename=ChesapeakeGoldenOak_Vignette1a-405d46e452e10f87.jpg mime=image/jpeg file_bytes=100899 post_json_bytes=134646 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=ChesapeakeGoldenOak_0226-2d50d8e9a143b02e.pdf mime=application/pdf file_bytes=1162477 post_json_bytes=1550085 (1.48 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=ChesapeakeGoldenOak_Vignette2-c9b2ba41c053e12f.jpg mime=image/jpeg file_bytes=92980 post_json_bytes=124089 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=ChesapeakeGoldenOak_Door-de76ec39ca74d3ec.jpg mime=image/jpeg file_bytes=38167 post_json_bytes=51000 (0.05 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak category_id=392 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/chesapeake-golden-oak status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393
INFO:magento.magento_api:Magento collection asset upload: filename=CooperSlateGray_Vignette1a-8a840d734a076a06.jpg mime=image/jpeg file_bytes=83181 post_json_bytes=111018 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=CooperSlateGray_0226-fca503d63b13023e.pdf mime=application/pdf file_bytes=1107404 post_json_bytes=1476649 (1.41 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=CooperSlateGray_Vignette1b-6a3f14fcaf2be01c.jpg mime=image/jpeg file_bytes=67840 post_json_bytes=90566 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=CooperSlateGray_Door-2f68ca0d48edddb9.jpg mime=image/jpeg file_bytes=22350 post_json_bytes=29904 (0.03 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray category_id=393 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/cooper-slate-gray status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorOceanBlue_Vignette1a-fa24f7ec7dcfe9da.jpg mime=image/jpeg file_bytes=78589 post_json_bytes=104899 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorOceanBlue_0226-37e62fabb154851b.pdf mime=application/pdf file_bytes=1233096 post_json_bytes=1644238 (1.57 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorOceanBlue_Vignette1b-764e67441d5fa804.jpg mime=image/jpeg file_bytes=47432 post_json_bytes=63355 (0.06 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=23 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119173
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue category_id=394 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/eleanor-ocean-blue status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_Vignette1a-ae67d849101eec97.jpg mime=image/jpeg file_bytes=95434 post_json_bytes=127359 (0.12 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_0226-4a10f5b03ba9c61f.pdf mime=application/pdf file_bytes=1364439 post_json_bytes=1819362 (1.74 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_Vignette1b-f734347ac3cf3f22.jpg mime=image/jpeg file_bytes=82766 post_json_bytes=110467 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_Vignette2-20a068e1c20f10ad.jpg mime=image/jpeg file_bytes=64104 post_json_bytes=85582 (0.08 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_Vignette3-c2a22aea71a9eb64.jpg mime=image/jpeg file_bytes=55170 post_json_bytes=73670 (0.07 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=EleanorSnowWhite_Vignette4-47927830e82feea8.jpg mime=image/jpeg file_bytes=76280 post_json_bytes=101818 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): PUT products/ESW-CSB36 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/ESW-CSB36 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: PUT products/ESW-CSB36
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white category_id=395 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/eleanor-snow-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396
INFO:magento.magento_api:Magento collection asset upload: filename=GalaxyHorizon_Vignette1a-e517d898531c1203.jpg mime=image/jpeg file_bytes=106181 post_json_bytes=141684 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=FabuwoodGalaxyHorizon_0226-v4-a9cf89627fe12a89.pdf mime=application/pdf file_bytes=1161241 post_json_bytes=1548442 (1.48 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=GalaxyHorizon_Vignette1b-076c8446b64994d8.jpg mime=image/jpeg file_bytes=98855 post_json_bytes=131916 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon category_id=396 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/galaxy-horizon status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/grace-snow-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397
INFO:magento.magento_api:Magento collection asset upload: filename=GraceSnowWhite_1080_x_608-42d2648e6f457143.jpg mime=image/jpeg file_bytes=181597 post_json_bytes=242241 (0.23 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=GraceSnowWhite_0426-e61d48eefe02c170.pdf mime=application/pdf file_bytes=1844725 post_json_bytes=2459744 (2.35 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117085
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/grace-snow-white category_id=397 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/grace-snow-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/hallmark-frost dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398
INFO:magento.magento_api:Magento collection asset upload: filename=HallmarkFrost_Vignette1a-e16f83ae89e8688b.jpg mime=image/jpeg file_bytes=109742 post_json_bytes=146432 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=FabuwoodHallmarkFrost_0326-2f329e90a479224d.pdf mime=application/pdf file_bytes=1476216 post_json_bytes=1968403 (1.88 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HallmarkFrost_Vignette1b-0bb15ef6fff1208d.jpg mime=image/jpeg file_bytes=105934 post_json_bytes=141356 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HallmarkFrost_Vignette2-cf73c2463a620554.jpg mime=image/jpeg file_bytes=85407 post_json_bytes=113983 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HallmarkFrost_Vignette3-1924da18e748ec9c.jpg mime=image/jpeg file_bytes=82854 post_json_bytes=110579 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=23 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/hallmark-frost category_id=398 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/hallmark-frost status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399
INFO:magento.magento_api:Magento collection asset upload: filename=HarrietPearlWhite_Vignette1a-b753a21c31f4215d.jpg mime=image/jpeg file_bytes=53317 post_json_bytes=71204 (0.07 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HarrietPearlWhite_0226-59ed3a0adcbf4fa8.pdf mime=application/pdf file_bytes=1396513 post_json_bytes=1862131 (1.78 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HarrietPearlWhite_Vignette1b-98bfffd0b430ce6d.jpg mime=image/jpeg file_bytes=51164 post_json_bytes=68332 (0.07 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HarrietPearlWhite_Vignette2-a2b7ad0993723a87.jpg mime=image/jpeg file_bytes=53836 post_json_bytes=71895 (0.07 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HarrietPearlWhite_Vignette3-399a2442f0fbb43f.jpg mime=image/jpeg file_bytes=64963 post_json_bytes=86731 (0.08 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): PUT products/HPW-WCOR2436 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/HPW-WCOR2436 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: PUT products/HPW-WCOR2436
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120685
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white category_id=399 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/harriet-pearl-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400
INFO:magento.magento_api:Magento collection asset upload: filename=glamour_hurston_espresso-b65427c25a23b4e1.webp mime=image/webp file_bytes=31284 post_json_bytes=41821 (0.04 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=HurstonMidnightEspresso_0226-6972bef70c2b5c9e.pdf mime=application/pdf file_bytes=977872 post_json_bytes=1303949 (1.24 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso category_id=400 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/hurston-midnight-espresso status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401
INFO:magento.magento_api:Magento collection asset upload: filename=JohnsonSandstone_Vignette1a-580506ceae40926a.jpg mime=image/jpeg file_bytes=100427 post_json_bytes=134015 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=JohnsonSandstone_0226-b0f4cbd900a0f5d1.pdf mime=application/pdf file_bytes=1344123 post_json_bytes=1792274 (1.71 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=JohnsonSandstone_Vignette1b-c30b948b46957c8f.jpg mime=image/jpeg file_bytes=104914 post_json_bytes=139999 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121088
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): PUT categories/408 - HTTPSConnectionPool(host='127.0.0.1', port=443): Read timed out. (read timeout=30.0)
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: PUT categories/408
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone category_id=401 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/johnson-sandstone status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/johnson-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531
INFO:magento.magento_api:Magento collection asset upload: filename=JOHNSON_glamour-418b373ad67790ce.jpg mime=image/jpeg file_bytes=232339 post_json_bytes=309887 (0.30 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=18 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122827
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET categories/395 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/categories/395 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET categories/395
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/johnson-white category_id=531 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/johnson-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403
INFO:magento.magento_api:Magento collection asset upload: filename=MayaBlackRiftWhiteOak_Vignette1a-ee090b2815e10c17.jpg mime=image/jpeg file_bytes=84446 post_json_bytes=112712 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaBlackRiftWhiteOak_0226-aeba9dcb265b5895.pdf mime=application/pdf file_bytes=1465528 post_json_bytes=1954155 (1.86 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaBlackRiftWhiteOak_Vignette1b-358e405b78567788.jpg mime=image/jpeg file_bytes=78072 post_json_bytes=104212 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaBlackRiftWhiteOak_Vignette2-27c77943ffd57f72.jpg mime=image/jpeg file_bytes=104265 post_json_bytes=139135 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaBlackRiftWhiteOak_Door-058d689440ecae67.jpg mime=image/jpeg file_bytes=47425 post_json_bytes=63346 (0.06 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123871
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak category_id=403 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-black-rift-white-oak status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404
INFO:magento.magento_api:Magento collection asset upload: filename=MayaNaturalRiftWhiteOak_Vignette1a-f8943bde70a4b88c.jpg mime=image/jpeg file_bytes=65641 post_json_bytes=87642 (0.08 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaNaturalRiftWhiteOak_0226-5f9e6ca75b952779.pdf mime=application/pdf file_bytes=1460868 post_json_bytes=1947941 (1.86 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaNaturalRiftWhiteOak_Vignette1b-c4ee80ffb420575e.jpg mime=image/jpeg file_bytes=56095 post_json_bytes=74914 (0.07 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaNaturalRiftWhiteOak_Vignette2-89793b877e60d38e.jpg mime=image/jpeg file_bytes=68764 post_json_bytes=91805 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117607
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-natural-rift-white-oak status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-snow-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405
INFO:magento.magento_api:Magento collection asset upload: filename=MayaSnowWhite_Vignette1a-bcf611d3852d405e.jpg mime=image/jpeg file_bytes=70072 post_json_bytes=93540 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaSnowWhite_0226-8b1cf8c5d24a4af9.pdf mime=application/pdf file_bytes=1335903 post_json_bytes=1781311 (1.70 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaSnowWhite_Vignette1b-94695fc572c4e060.jpg mime=image/jpeg file_bytes=60223 post_json_bytes=80408 (0.08 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaSnowWhite_Vignette2-1129d70670fc7a24.jpg mime=image/jpeg file_bytes=102965 post_json_bytes=137395 (0.13 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MayaSnowWhite_Vignette3-ba46f51a9af698c7.jpg mime=image/jpeg file_bytes=85291 post_json_bytes=113831 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=25 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239 field_keys=None
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): PUT categories/405 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/categories/405 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: PUT categories/405
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119695
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/maya-snow-white category_id=405 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/maya-snow-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406
INFO:magento.magento_api:Magento collection asset upload: filename=MerrillPolarWhite_Vignette1a-7e4170b9340062ff.jpg mime=image/jpeg file_bytes=76639 post_json_bytes=102300 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MerrillPolarWhite_0226-fd21f0c823ff4b6a.pdf mime=application/pdf file_bytes=1171986 post_json_bytes=1562759 (1.49 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MerrillPolarWhite_Vignette1b-3e17f69f2ae755e5.jpg mime=image/jpeg file_bytes=70110 post_json_bytes=93592 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=24 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116563
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white category_id=406 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/merrill-polar-white status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/merrill-slate dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407
INFO:magento.magento_api:Magento collection asset upload: filename=30-MARCH-2022_northpoint_maui-slate_MERRILL_glamour-17d4e219a2fc27ae.png mime=image/png file_bytes=765119 post_json_bytes=1020294 (0.97 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=Home-Surplus-Kitchen-Measuring-Guide-25edce321464d030.pdf mime=application/pdf file_bytes=791090 post_json_bytes=1054913 (1.01 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=23 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116195 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116195
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121783
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/merrill-slate category_id=407 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/merrill-slate status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408
INFO:magento.magento_api:Magento collection asset upload: filename=glamour_plymouth_espresso_maple-7e3b4bf91a48e16d.jpg mime=image/jpeg file_bytes=110000 post_json_bytes=146783 (0.14 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=Legacy_PlymouthMapleEspresso_v0326-1965162e5b64e5b7.pdf mime=application/pdf file_bytes=1353729 post_json_bytes=1805095 (1.72 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=22 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121415 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121415
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116195
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118651
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple category_id=408 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/plymouth-espresso-maple status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409
INFO:magento.magento_api:Magento collection asset upload: filename=glamour_metro_frost_kitchen_Page_1-8cb8462384c58151.jpg mime=image/jpeg file_bytes=504376 post_json_bytes=672622 (0.64 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=20 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116195
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118129
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121415
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost category_id=409 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/quest-metro-frost status=pushed
INFO:db.collection_landing_push:Collection landing push start channel=magento connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist dry_run=False sync_products=True sync_shopping_icons=True apply_listing_paths=True
INFO:db.collection_landing_push:Collection landing Magento stage=refresh_intersections connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410
INFO:db.collection_landing_push:Collection landing Magento stage=build_relationship_metadata connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410
INFO:db.collection_landing_push:Collection landing Magento stage=apply_listing_paths connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410
INFO:magento.magento_api:Magento collection asset upload: filename=MetroMist_Vignette1a-c1c04e3c3774fac2.jpg mime=image/jpeg file_bytes=82992 post_json_bytes=110760 (0.11 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=FabuwoodMetroMist_0326-58163223a720a350.pdf mime=application/pdf file_bytes=1454024 post_json_bytes=1938811 (1.85 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MetroMist_Vignette1b-5c89fde5bfbce1f4.jpg mime=image/jpeg file_bytes=75384 post_json_bytes=100616 (0.10 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=MetroMist_Vignette2-90e5e5b6ba76761c.jpg mime=image/jpeg file_bytes=70676 post_json_bytes=94339 (0.09 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-mist category_id=410 attr_count=23 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761 field_keys=None
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-mist category_id=410 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:db.collection_landing_push:Collection landing Magento stage=push_category_metadata_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410
INFO:db.collection_landing_push:Collection landing Magento stage=product_sync_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410 skipped=False
INFO:magento.magento_api:Magento collection asset upload: filename=accessories-14e16841370490f4.png mime=image/png file_bytes=1726 post_json_bytes=2398 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=221 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.magento_api:Magento collection asset upload: filename=panels_and_filters-cd60aaea0fd66c60.png mime=image/png file_bytes=1841 post_json_bytes=2557 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=370 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.magento_api:Magento collection asset upload: filename=moldings-e631ffcea0899097.png mime=image/png file_bytes=2275 post_json_bytes=3127 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=371 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.magento_api:Magento collection asset upload: filename=base_cabinets_1-e2db0d235c095f2d.png mime=image/png file_bytes=1423 post_json_bytes=1998 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=36 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.magento_api:Magento collection asset upload: filename=wall_cabinets_1-c66d9eb28ebdd9fb.png mime=image/png file_bytes=2218 post_json_bytes=3058 (0.00 MB) url=https://127.0.0.1/rest/V1/piehs/collection-media
INFO:magento.collection_landing_push:Magento collection landing payload path=<unknown> category_id=130 attr_count=1 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['category_icon_url']
INFO:magento.collection_landing_push:Magento collection landing verify path=<unknown> category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:db.collection_landing_push:Collection landing Magento stage=shopping_icons_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410 skipped=True
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/accessories category_id=221 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/accessories category_id=221 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-caramel-harvest category_id=386 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-caramel-harvest category_id=386 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-stone-gray category_id=389 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-stone-gray category_id=389 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-black-rift-white-oak category_id=403 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=122459
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/vanity category_id=244 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/vanity category_id=244 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets category_id=5 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets category_id=5 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/grace-snow-white category_id=397 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/grace-snow-white category_id=397 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117761
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-snow-white category_id=405 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-snow-white category_id=405 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/panels-and-fillers category_id=370 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/panels-and-fillers category_id=370 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=487024
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-natural-rift-white-oak category_id=387 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/anna-snow-white category_id=388 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/anna-snow-white category_id=388 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=117239
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-drift-white category_id=390 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-drift-white category_id=390 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/belmont-toffee-pecan category_id=391 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/belmont-toffee-pecan category_id=391 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119849
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/chesapeake-golden-oak category_id=392 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/chesapeake-golden-oak category_id=392 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120371
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/harriet-pearl-white category_id=399 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/harriet-pearl-white category_id=399 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-polar-white category_id=406 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-polar-white category_id=406 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=119327
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-white category_id=531 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-white category_id=531 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120720
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/moldings category_id=371 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/moldings category_id=371 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=393974
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/base-cabinets category_id=36 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/base-cabinets category_id=36 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=985330
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/wall-cabinets category_id=130 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/wall-cabinets category_id=130 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=36 has_shopping_intersections=True shopping_intersections_chars=1514848
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/tall-cabinets category_id=132 attr_count=9 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/tall-cabinets category_id=132 verify_status=200 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/maya-natural-rift-white-oak category_id=404 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=123503
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/merrill-slate category_id=407 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/merrill-slate category_id=407 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116195
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-ocean-blue category_id=394 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-ocean-blue category_id=394 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/eleanor-snow-white category_id=395 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/eleanor-snow-white category_id=395 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118805
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/galaxy-horizon category_id=396 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/galaxy-horizon category_id=396 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=4051 has_shopping_intersections=True shopping_intersections_chars=79386
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hallmark-frost category_id=398 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hallmark-frost category_id=398 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=116717
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/quest-metro-frost category_id=409 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/quest-metro-frost category_id=409 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/johnson-sandstone category_id=401 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/johnson-sandstone category_id=401 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/plymouth-espresso-maple category_id=408 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/plymouth-espresso-maple category_id=408 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=121415
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/hurston-midnight-espresso category_id=400 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/hurston-midnight-espresso category_id=400 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=120317
INFO:magento.collection_landing_push:Magento collection landing payload path=kitchen-cabinets/cooper-slate-gray category_id=393 attr_count=7 has_start_shopping_config=False start_shopping_config_chars=0 has_shopping_intersections=False shopping_intersections_chars=0 field_keys=['child_remote_ids', 'child_taxonomy_nodes', 'has_collections', 'is_collection', 'parent_path_slug', 'parent_remote_id', 'shopping_intersections', 'sibling_remote_ids', 'sibling_taxonomy_nodes', 'start_shopping_config', 'taxonomy_path_slug']
INFO:magento.collection_landing_push:Magento collection landing verify path=kitchen-cabinets/cooper-slate-gray category_id=393 verify_status=200 has_start_shopping_config=True start_shopping_config_chars=50 has_shopping_intersections=True shopping_intersections_chars=118283
INFO:db.collection_landing_push:Collection landing Magento stage=relationship_sync_done connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist category_id=410 updated=32 errors=0
INFO:db.collection_landing_push:Collection landing push done channel=magento connection_id=4 path_slug=kitchen-cabinets/quest-metro-mist status=pushed
INFO:__main__:Step: prime channel projection cache
INFO:__main__:Step: Magento product/image upserts
INFO:__main__:Magento push batch 1/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1700 label=push-channel-sample-magento-products-20260805-215453 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1700 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1700] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260805-215453
INFO:app.jobs.magento_sync_worker:[queue=1700] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=26318
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=26318
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: dataframe done rows=500 elapsed_ms=2136
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=normalize: done, 500 rows ready elapsed_ms=28919
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=provision_configurable: done elapsed_ms=5 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=sync: starting incremental sync job_id=1223 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 216 items (job_id=1223)
INFO:magento.sync_service:Executing plan: 216 pending actions (job_id=1223)
INFO:magento.sync_service:Magento PUT product ACH-B12 payload: {"sku": "ACH-B12", "name": "Anna Caramel Harvest Base - 12\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-12-assembled-port-bell-ach-b12", "meta_title": "Anna Caramel Harvest Base - 12\" Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-B15 payload: {"sku": "ACH-B15", "name": "Anna Caramel Harvest Base - 15\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-15-assembled-port-bell-ach-b15", "meta_title": "Anna Caramel Harvest Base - 15\" Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-B18 payload: {"sku": "ACH-B18", "name": "Anna Caramel Harvest Base - 18\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-18-assembled-port-bell-ach-b18", "meta_title": "Anna Caramel Harvest Base - 18\" Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-B21 payload: {"sku": "ACH-B21", "name": "Anna Caramel Harvest Base - 21\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-21-assembled-port-bell-ach-b21", "meta_title": "Anna Caramel Harvest Base - 21\" Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-B24 payload: {"sku": "ACH-B24", "name": "Anna Caramel Harvest Base - 24\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-24-assembled-port-bell-ach-b24", "meta_title": "Anna Caramel Harvest Base - 24\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-B27 payload: {"sku": "ACH-B27", "name": "Anna Caramel Harvest Base - 27\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-27-assembled-port-bell-ach-b27", "meta_title": "Anna Caramel Harvest Base - 27\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-B30 payload: {"sku": "ACH-B30", "name": "Anna Caramel Harvest Base - 30\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-30-assembled-port-bell-ach-b30", "meta_title": "Anna Caramel Harvest Base - 30\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-B33 payload: {"sku": "ACH-B33", "name": "Anna Caramel Harvest Base - 33\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-33-assembled-port-bell-ach-b33", "meta_title": "Anna Caramel Harvest Base - 33\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-B36 payload: {"sku": "ACH-B36", "name": "Anna Caramel Harvest Base - 36\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-36-assembled-port-bell-ach-b36", "meta_title": "Anna Caramel Harvest Base - 36\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-B39 payload: {"sku": "ACH-B39", "name": "Anna Caramel Harvest Base - 39\" Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-39-assembled-port-bell-ach-b39", "meta_title": "Anna Caramel Harvest Base - 39\" Assembled - Port & Bell", "category_ids": ["386", "386", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BBC36/39L/R payload: {"sku": "ACH-BBC36/39L/R", "name": "Anna Caramel Harvest Base Corner Blind 9\" door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-blind-9-door-assembled-port-bell-ach-bbc36-39l-r", "meta_title": "Anna Caramel Harvest Base Corner Blind 9\" door - Assembled - Port & Be", "category_ids": ["386", "386", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BBC39/42L/R payload: {"sku": "ACH-BBC39/42L/R", "name": "Anna Caramel Harvest Base Corner Blind 15\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-blind-15-door-assembled-port-bell-ach-bbc39-42l-r", "meta_title": "Anna Caramel Harvest Base Corner Blind 15\" Door - Assembled - Port & B", "category_ids": ["386", "386", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BBC45/48FHL/R payload: {"sku": "ACH-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Anna Caramel Harvest - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-anna-caramel-harvest-port-bell-base-corner-blind-17-5-door-assembled-ach-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Anna Caramel Harvest - Port & Bell - Base Corner Blind", "category_ids": ["386", "386", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BBC45/48FHL/R-MC payload: {"sku": "ACH-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Anna Caramel Harvest - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-anna-caramel-harvest-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-ach-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Anna Caramel Harvest - Port & Bell - Base Corner Bl", "category_ids": ["386", "386", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BBC45/48L/R payload: {"sku": "ACH-BBC45/48L/R", "name": "Anna Caramel Harvest Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-blind-17-5-door-assembled-port-bell-ach-bbc45-48l-r", "meta_title": "Anna Caramel Harvest Base Corner Blind 17.5\" Door - Assembled - Port &", "category_ids": ["386", "386", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BCOR33L/R payload: {"sku": "ACH-BCOR33L/R", "name": "Anna Caramel Harvest Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-lazy-susan-assembled-port-bell-ach-bcor33l-r", "meta_title": "Anna Caramel Harvest Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BCOR36L/R payload: {"sku": "ACH-BCOR36L/R", "name": "Anna Caramel Harvest Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-lazy-susan-assembled-port-bell-ach-bcor36l-r", "meta_title": "Anna Caramel Harvest Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BEC1224L payload: {"sku": "ACH-BEC1224L", "name": "Anna Caramel Harvest Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-angle-end-assembled-port-bell-ach-bec1224l", "meta_title": "Anna Caramel Harvest Base Angle End - Assembled - Port & Bell", "category_ids": ["386", "386", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BEC1224R payload: {"sku": "ACH-BEC1224R", "name": "Anna Caramel Harvest Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-angle-end-assembled-port-bell-ach-bec1224r", "meta_title": "Anna Caramel Harvest Base Angle End - Assembled - Port & Bell", "category_ids": ["386", "386", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BF3 payload: {"sku": "ACH-BF3", "name": "*** Alias Item *** For BF3 - Caramel Harvest - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-caramel-harvest-port-bell-filler-base-ach-bf3", "meta_title": "*** Alias Item *** For BF3 - Caramel Harvest - Port & Bell - Filler Ba", "category_ids": ["386", "386", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-BF6 payload: {"sku": "ACH-BF6", "name": "*** Alias Item *** For BF6 - Caramel Harvest - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-caramel-harvest-port-bell-filler-base-ach-bf6", "meta_title": "*** Alias Item *** For BF6 - Caramel Harvest - Port & Bell - Filler Ba", "category_ids": ["386", "386", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-BH09 payload: {"sku": "ACH-BH09", "name": "Anna Caramel Harvest Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-assembled-port-bell-ach-bh09", "meta_title": "Anna Caramel Harvest Base - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-BH12 payload: {"sku": "ACH-BH12", "name": "Anna Caramel Harvest Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-full-height-door-assembled-port-bell-ach-bh12", "meta_title": "Anna Caramel Harvest Base Full Height Door - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-BH15 payload: {"sku": "ACH-BH15", "name": "BH15 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh15", "meta_title": "BH15 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-BH18 payload: {"sku": "ACH-BH18", "name": "Anna Caramel Harvest Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-full-height-door-assembled-port-bell-ach-bh18", "meta_title": "Anna Caramel Harvest Base Full Height Door - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-BH21 payload: {"sku": "ACH-BH21", "name": "BH21 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh21", "meta_title": "BH21 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-BH24 payload: {"sku": "ACH-BH24", "name": "BH24 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh24", "meta_title": "BH24 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BH27 payload: {"sku": "ACH-BH27", "name": "BH27 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh27", "meta_title": "BH27 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BH30 payload: {"sku": "ACH-BH30", "name": "BH30 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh30", "meta_title": "BH30 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BH33 payload: {"sku": "ACH-BH33", "name": "BH33 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh33", "meta_title": "BH33 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BH36 payload: {"sku": "ACH-BH36", "name": "BH36 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh36", "meta_title": "BH36 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-BH39 payload: {"sku": "ACH-BH39", "name": "BH39 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-anna-caramel-harvest-port-bell-base-full-height-door-assembled-ach-bh39", "meta_title": "BH39 - Anna Caramel Harvest - Port & Bell - Base Full Height Door -- A", "category_ids": ["386", "386", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-BM8 payload: {"sku": "ACH-BM8", "name": "*** Alias Item *** For BM8 - Caramel Harvest - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-caramel-harvest-port-bell-molding-bead-ach-bm8", "meta_title": "*** Alias Item *** For BM8 - Caramel Harvest - Port & Bell - Molding B", "category_ids": ["386", "386", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ACH-BMC24 payload: {"sku": "ACH-BMC24", "name": "Anna Caramel Harvest Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-microwave-assembled-port-bell-ach-bmc24", "meta_title": "Anna Caramel Harvest Base Microwave - Assembled - Port & Bell", "category_ids": ["386", "386", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-BMC30 payload: {"sku": "ACH-BMC30", "name": "Anna Caramel Harvest Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-microwave-assembled-port-bell-ach-bmc30", "meta_title": "Anna Caramel Harvest Base Microwave - Assembled - Port & Bell", "category_ids": ["386", "386", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-CVM8 payload: {"sku": "ACH-CVM8", "name": "*** Alias Item *** For CVM8 - Caramel Harvest - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-caramel-harvest-port-bell-molding-cove-crown-ach-cvm8", "meta_title": "*** Alias Item *** For CVM8 - Caramel Harvest - Port & Bell - Molding ", "category_ids": ["386", "386", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB12-3 payload: {"sku": "ACH-DB12-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db12-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB15-3 payload: {"sku": "ACH-DB15-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db15-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB18-3 payload: {"sku": "ACH-DB18-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db18-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB21-3 payload: {"sku": "ACH-DB21-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db21-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB24-3 payload: {"sku": "ACH-DB24-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db24-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB27-3 payload: {"sku": "ACH-DB27-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db27-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB30-2 payload: {"sku": "ACH-DB30-2", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db30-2", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB30-3 payload: {"sku": "ACH-DB30-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db30-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB33-3 payload: {"sku": "ACH-DB33-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db33-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-DB36-3 payload: {"sku": "ACH-DB36-3", "name": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-drawer-base-assembled-port-bell-ach-db36-3", "meta_title": "Anna Caramel Harvest Drawer Base - Assembled - Port & Bell", "category_ids": ["386", "386", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-EZR33 payload: {"sku": "ACH-EZR33", "name": "Anna Caramel Harvest Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-ez-reach-assembled-port-bell-ach-ezr33", "meta_title": "Anna Caramel Harvest Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-EZR36 payload: {"sku": "ACH-EZR36", "name": "Anna Caramel Harvest Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-base-corner-ez-reach-assembled-port-bell-ach-ezr36", "meta_title": "Anna Caramel Harvest Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-FPP9648 1/4 payload: {"sku": "ACH-FPP9648 1/4", "name": "*** Alias Item *** For FPP9648 1/4 - Caramel Harvest - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-caramel-harvest-port-bell-panel-ach-fpp9648-1-4", "meta_title": "*** Alias Item *** For FPP9648 1/4 - Caramel Harvest - Port & Bell - P", "category_ids": ["386", "386", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-FPP9648 3/4 payload: {"sku": "ACH-FPP9648 3/4", "name": "*** Alias Item *** For FPP9648 3/4 - Caramel Harvest - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-caramel-harvest-port-bell-panel-ach-fpp9648-3-4", "meta_title": "*** Alias Item *** For FPP9648 3/4 - Caramel Harvest - Port & Bell - P", "category_ids": ["386", "386", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-FS24 payload: {"sku": "ACH-FS24", "name": "*** Alias Item *** For FS24 - Caramel Harvest - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-caramel-harvest-port-bell-floating-shelf-ach-fs24", "meta_title": "*** Alias Item *** For FS24 - Caramel Harvest - Port & Bell - Floating", "category_ids": ["431", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-FS30 payload: {"sku": "ACH-FS30", "name": "*** Alias Item *** For FS30 - Caramel Harvest - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-caramel-harvest-port-bell-floating-shelf-ach-fs30", "meta_title": "*** Alias Item *** For FS30 - Caramel Harvest - Port & Bell - Floating", "category_ids": ["386", "386", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-FS36 payload: {"sku": "ACH-FS36", "name": "*** Alias Item *** For FS36 - Caramel Harvest - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-caramel-harvest-port-bell-floating-shelf-ach-fs36", "meta_title": "*** Alias Item *** For FS36 - Caramel Harvest - Port & Bell - Floating", "category_ids": ["386", "386", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-FS60 payload: {"sku": "ACH-FS60", "name": "*** Alias Item *** For FS60 - Caramel Harvest - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-caramel-harvest-port-bell-floating-shelf-ach-fs60", "meta_title": "*** Alias Item *** For FS60 - Caramel Harvest - Port & Bell - Floating", "category_ids": ["431", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-GD-WDC2430 payload: {"sku": "ACH-GD-WDC2430", "name": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-corner-assembled-door-only-port-bell-ach-gd-wdc2430", "meta_title": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port &", "category_ids": ["386", "386", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-GD-WDC2436 payload: {"sku": "ACH-GD-WDC2436", "name": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-corner-assembled-door-only-port-bell-ach-gd-wdc2436", "meta_title": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port &", "category_ids": ["386", "386", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-GD-WDC2442 payload: {"sku": "ACH-GD-WDC2442", "name": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-corner-assembled-door-only-port-bell-ach-gd-wdc2442", "meta_title": "Anna Caramel Harvest Wall Diagonal Corner Assembled Door Only - Port &", "category_ids": ["386", "386", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-GDWDC2430 payload: {"sku": "ACH-GDWDC2430", "name": "GDWDC2430 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-anna-caramel-harvest-port-bell-wall-diagonal-corner-with-glass-door-assembled-ach-gdwdc2430", "meta_title": "GDWDC2430 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner ", "category_ids": ["386", "386", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-GDWDC2436 payload: {"sku": "ACH-GDWDC2436", "name": "GDWDC2436 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-anna-caramel-harvest-port-bell-wall-diagonal-corner-with-glass-door-assembled-ach-gdwdc2436", "meta_title": "GDWDC2436 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner ", "category_ids": ["386", "386", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-GDWDC2442 payload: {"sku": "ACH-GDWDC2442", "name": "GDWDC2442 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-anna-caramel-harvest-port-bell-wall-diagonal-corner-with-glass-door-assembled-ach-gdwdc2442", "meta_title": "GDWDC2442 - Anna Caramel Harvest - Port & Bell - Wall Diagonal Corner ", "category_ids": ["386", "386", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-LCVM8 payload: {"sku": "ACH-LCVM8", "name": "*** Alias Item *** For LCVM8 - Caramel Harvest - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-caramel-harvest-port-bell-molding-cove-crown-ach-lcvm8", "meta_title": "*** Alias Item *** For LCVM8 - Caramel Harvest - Port & Bell - Molding", "category_ids": ["386", "386", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-LM8 payload: {"sku": "ACH-LM8", "name": "*** Alias Item *** For LM8 - Caramel Harvest - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-caramel-harvest-port-bell-molding-light-rail-ach-lm8", "meta_title": "*** Alias Item *** For LM8 - Caramel Harvest - Port & Bell - Molding L", "category_ids": ["386", "386", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-LRM8 payload: {"sku": "ACH-LRM8", "name": "*** Alias Item *** For LRM8 - Caramel Harvest - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-caramel-harvest-port-bell-molding-light-rail-ach-lrm8", "meta_title": "*** Alias Item *** For LRM8 - Caramel Harvest - Port & Bell - Molding ", "category_ids": ["386", "386", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ACH-MWEP15 payload: {"sku": "ACH-MWEP15", "name": "MWEP15 - Anna Caramel Harvest - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-anna-caramel-harvest-port-bell-wall-deco-end-panel-ach-mwep15", "meta_title": "MWEP15 - Anna Caramel Harvest - Port & Bell - Wall Deco End Panel", "category_ids": ["386", "386", "416", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-MWEP30 payload: {"sku": "ACH-MWEP30", "name": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-deco-end-panel-port-bell-ach-mwep30", "meta_title": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "category_ids": ["386", "386", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-MWEP36 payload: {"sku": "ACH-MWEP36", "name": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-deco-end-panel-port-bell-ach-mwep36", "meta_title": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "category_ids": ["386", "386", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-MWEP42 payload: {"sku": "ACH-MWEP42", "name": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-deco-end-panel-port-bell-ach-mwep42", "meta_title": "Anna Caramel Harvest Wall Deco End Panel - Port & Bell", "category_ids": ["386", "386", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-OC3384 payload: {"sku": "ACH-OC3384", "name": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-tall-oven-single-assembled-port-bell-ach-oc3384", "meta_title": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "category_ids": ["386", "386", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-OC3390 payload: {"sku": "ACH-OC3390", "name": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-tall-oven-single-assembled-port-bell-ach-oc3390", "meta_title": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "category_ids": ["386", "386", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-OC3396 payload: {"sku": "ACH-OC3396", "name": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-tall-oven-single-assembled-port-bell-ach-oc3396", "meta_title": "Anna Caramel Harvest Tall Oven Single - Assembled - Port & Bell", "category_ids": ["386", "386", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ACH-OCM8-1 payload: {"sku": "ACH-OCM8-1", "name": "*** Alias Item *** For OCM8-1 - Caramel Harvest - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-caramel-harvest-port-bell-molding-outside-corner-ach-ocm8-1", "meta_title": "*** Alias Item *** For OCM8-1 - Caramel Harvest - Port & Bell - Moldin", "category_ids": ["386", "386", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-REP120 payload: {"sku": "ACH-REP120", "name": "*** Alias Item *** For REP120 - Caramel Harvest - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-caramel-harvest-port-bell-panel-refrigerator-end-ach-rep120", "meta_title": "*** Alias Item *** For REP120 - Caramel Harvest - Port & Bell - Panel ", "category_ids": ["386", "386", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ACH-REP96 payload: {"sku": "ACH-REP96", "name": "*** Alias Item *** For REP96 - Caramel Harvest - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-caramel-harvest-port-bell-panel-refrigerator-end-ach-rep96", "meta_title": "*** Alias Item *** For REP96 - Caramel Harvest - Port & Bell - Panel R", "category_ids": ["386", "386", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-SB24 payload: {"sku": "ACH-SB24", "name": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-assembled-port-bell-ach-sb24", "meta_title": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SB27 payload: {"sku": "ACH-SB27", "name": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-assembled-port-bell-ach-sb27", "meta_title": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SB30 payload: {"sku": "ACH-SB30", "name": "Anna Caramel Harvest Sink Base -- Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-assembled-port-bell-ach-sb30", "meta_title": "Anna Caramel Harvest Sink Base -- Assembled - Port & Bell", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SB33 payload: {"sku": "ACH-SB33", "name": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-assembled-port-bell-ach-sb33", "meta_title": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SB36 payload: {"sku": "ACH-SB36", "name": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-assembled-port-bell-ach-sb36", "meta_title": "Anna Caramel Harvest Sink Base - Assembled - Port & Bell", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SBF30 payload: {"sku": "ACH-SBF30", "name": "Anna Caramel Harvest Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-farm-apron-front-assembled-port-bell-ach-sbf30", "meta_title": "Anna Caramel Harvest Sink Base Farm Apron Front - Assembled - Port & B", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-SBF36 payload: {"sku": "ACH-SBF36", "name": "Anna Caramel Harvest Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-sink-base-farm-apron-front-assembled-port-bell-ach-sbf36", "meta_title": "Anna Caramel Harvest Sink Base Farm Apron Front - Assembled - Port & B", "category_ids": ["442", "386", "386", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-SBM8 payload: {"sku": "ACH-SBM8", "name": "*** Alias Item *** For SBM8 - Caramel Harvest - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-caramel-harvest-port-bell-molding-single-bead-ach-sbm8", "meta_title": "*** Alias Item *** For SBM8 - Caramel Harvest - Port & Bell - Molding ", "category_ids": ["386", "386", "413", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ACH-SM8 payload: {"sku": "ACH-SM8", "name": "*** Alias Item *** For SM8 - Caramel Harvest - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-caramel-harvest-port-bell-molding-scribe-ach-sm8", "meta_title": "*** Alias Item *** For SM8 - Caramel Harvest - Port & Bell - Molding S", "category_ids": ["386", "386", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ACH-TK8 payload: {"sku": "ACH-TK8", "name": "*** Alias Item *** For TK8 - Caramel Harvest - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-caramel-harvest-port-bell-molding-toe-kick-ach-tk8", "meta_title": "*** Alias Item *** For TK8 - Caramel Harvest - Port & Bell - Molding T", "category_ids": ["386", "386", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-TKBM8 payload: {"sku": "ACH-TKBM8", "name": "*** Alias Item *** For TKBM8 - Caramel Harvest - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-caramel-harvest-port-bell-molding-base-ach-tkbm8", "meta_title": "*** Alias Item *** For TKBM8 - Caramel Harvest - Port & Bell - Molding", "category_ids": ["386", "386", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ACH-TLM8 payload: {"sku": "ACH-TLM8", "name": "*** Alias Item *** For TLM8 - Caramel Harvest - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-caramel-harvest-port-bell-molding-large-crown-ach-tlm8", "meta_title": "*** Alias Item *** For TLM8 - Caramel Harvest - Port & Bell - Molding ", "category_ids": ["386", "386", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ACH-TOUCH UP KIT payload: {"sku": "ACH-TOUCH UP KIT", "name": "*** Alias Item *** For TOUCH UP KIT - Caramel Harvest - Port & Bell - Touch Up Kit", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-touch-up-kit-caramel-harvest-port-bell-touch-up-kit-ach-touch-up-kit", "meta_title": "*** Alias Item *** For TOUCH UP KIT - Caramel Harvest - Port & Bell - ", "category_ids": ["386", "386", "468", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "assembly_type", "drawer_slides", "materials_box", "kcma_certified", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included", "cabinet_description", "cabinet_door_reveal", "cabinet_shelf_depth", "drawer_box_material"], "custom_attribute_count": 79}
INFO:magento.sync_service:Magento PUT product ACH-VA2421 payload: {"sku": "ACH-VA2421", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-va2421", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VA3021 payload: {"sku": "ACH-VA3021", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-va3021", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VA3621 payload: {"sku": "ACH-VA3621", "name": "VA3621 - Anna Caramel Harvest - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-anna-caramel-harvest-port-bell-vanity-assembled-ach-va3621", "meta_title": "VA3621 - Anna Caramel Harvest - Port & Bell - Vanity -- Assembled --", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VDB12-3 payload: {"sku": "ACH-VDB12-3", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vdb12-3", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VDB15-3 payload: {"sku": "ACH-VDB15-3", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vdb15-3", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VDB18-3 payload: {"sku": "ACH-VDB18-3", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vdb18-3", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD3021DL payload: {"sku": "ACH-VSD3021DL", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd3021dl", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD3021DR payload: {"sku": "ACH-VSD3021DR", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd3021dr", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD3621DL payload: {"sku": "ACH-VSD3621DL", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd3621dl", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD3621DR payload: {"sku": "ACH-VSD3621DR", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd3621dr", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD4821DLR payload: {"sku": "ACH-VSD4821DLR", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd4821dlr", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-VSD6021DLR payload: {"sku": "ACH-VSD6021DLR", "name": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-vanity-assembled-port-bell-ach-vsd6021dlr", "meta_title": "Anna Caramel Harvest Vanity - Assembled - Port & Bell", "category_ids": ["386", "386", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ACH-WBC2730 payload: {"sku": "ACH-WBC2730", "name": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-blind-27-assembled-port-bell-ach-wbc2730", "meta_title": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["386", "386", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Plan progress: 100/216 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product ACH-WBC2736 payload: {"sku": "ACH-WBC2736", "name": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-blind-27-assembled-port-bell-ach-wbc2736", "meta_title": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["386", "386", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WBC2742 payload: {"sku": "ACH-WBC2742", "name": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-blind-27-assembled-port-bell-ach-wbc2742", "meta_title": "Anna Caramel Harvest Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["386", "386", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WCOR2430 payload: {"sku": "ACH-WCOR2430", "name": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-pie-cut-corner-assembled-port-bell-ach-wcor2430", "meta_title": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WCOR2436 payload: {"sku": "ACH-WCOR2436", "name": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-pie-cut-corner-assembled-port-bell-ach-wcor2436", "meta_title": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WCOR2442 payload: {"sku": "ACH-WCOR2442", "name": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-pie-cut-corner-assembled-port-bell-ach-wcor2442", "meta_title": "Anna Caramel Harvest Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["386", "386", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WDC2430 payload: {"sku": "ACH-WDC2430", "name": "Anna Caramel Harvest Wall Diagonal - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-port-bell-ach-wdc2430", "meta_title": "Anna Caramel Harvest Wall Diagonal - Port & Bell", "category_ids": ["386", "386", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-WDC2436 payload: {"sku": "ACH-WDC2436", "name": "Anna Caramel Harvest Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-corner-assembled-port-bell-ach-wdc2436", "meta_title": "Anna Caramel Harvest Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["386", "386", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-WDC2442 payload: {"sku": "ACH-WDC2442", "name": "Anna Caramel Harvest Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-diagonal-corner-assembled-port-bell-ach-wdc2442", "meta_title": "Anna Caramel Harvest Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["386", "386", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-WECA30 payload: {"sku": "ACH-WECA30", "name": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-angle-end-assembled-port-bell-ach-weca30", "meta_title": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "category_ids": ["386", "386", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WECA36 payload: {"sku": "ACH-WECA36", "name": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-angle-end-assembled-port-bell-ach-weca36", "meta_title": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "category_ids": ["386", "386", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WECA42 payload: {"sku": "ACH-WECA42", "name": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-caramel-harvest-wall-angle-end-assembled-port-bell-ach-weca42", "meta_title": "Anna Caramel Harvest Wall Angle End - Assembled - Port & Bell", "category_ids": ["386", "386", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WHB3624 payload: {"sku": "ACH-WHB3624", "name": "WHB3624 - Anna Caramel Harvest - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-anna-caramel-harvest-port-bell-wall-hood-straight-assembled-ach-whb3624", "meta_title": "WHB3624 - Anna Caramel Harvest - Port & Bell - Wall Hood Straight -- A", "category_ids": ["386", "386", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WHB3630 payload: {"sku": "ACH-WHB3630", "name": "WHB3630 - Anna Caramel Harvest - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-anna-caramel-harvest-port-bell-wall-hood-straight-assembled-ach-whb3630", "meta_title": "WHB3630 - Anna Caramel Harvest - Port & Bell - Wall Hood Straight -- A", "category_ids": ["386", "386", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ACH-WOCD2430 payload: {"sku": "ACH-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Caramel Harvest - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-caramel-harvest-port-bell-wall-open-diagonal-corner-no-door-assembled-ach-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Caramel Harvest - Port & Bell - Wall", "category_ids": ["386", "386", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-WOCD2436 payload: {"sku": "ACH-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Caramel Harvest - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-caramel-harvest-port-bell-wall-open-diagonal-corner-no-door-assembled-ach-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Caramel Harvest - Port & Bell - Wall", "category_ids": ["386", "386", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ACH-WOCD2442 payload: {"sku": "ACH-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Caramel Harvest - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-caramel-harvest-port-bell-wall-open-diagonal-corner-no-door-assembled-ach-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Caramel Harvest - Port & Bell - Wall", "category_ids": ["386", "386", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ANRO-B12 payload: {"sku": "ANRO-B12", "name": "B12 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b12-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b12", "meta_title": "B12 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["387", "387", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-B15 payload: {"sku": "ANRO-B15", "name": "B15 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b15-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b15", "meta_title": "B15 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["387", "387", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-B18 payload: {"sku": "ANRO-B18", "name": "B18 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b18-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b18", "meta_title": "B18 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["387", "387", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-B21 payload: {"sku": "ANRO-B21", "name": "B21 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b21-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b21", "meta_title": "B21 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["387", "387", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-B24 payload: {"sku": "ANRO-B24", "name": "B24 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b24-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b24", "meta_title": "B24 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-B27 payload: {"sku": "ANRO-B27", "name": "B27 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b27-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b27", "meta_title": "B27 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-B30 payload: {"sku": "ANRO-B30", "name": "B30 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b30-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b30", "meta_title": "B30 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-B33 payload: {"sku": "ANRO-B33", "name": "B33 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b33", "meta_title": "B33 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-B36 payload: {"sku": "ANRO-B36", "name": "B36 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b36", "meta_title": "B36 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-B39 payload: {"sku": "ANRO-B39", "name": "B39 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-anna-natural-rift-white-oak-port-bell-base-assembled-anro-b39", "meta_title": "B39 - Anna Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["506", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-BBC36/39L/R payload: {"sku": "ANRO-BBC36/39L/R", "name": "BBC36/39L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-anna-natural-rift-white-oak-port-bell-base-corner-blind-9-door-assembled-anro-bbc36-39l-r", "meta_title": "BBC36/39L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["435", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BBC39/42L/R payload: {"sku": "ANRO-BBC39/42L/R", "name": "BBC39/42L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner Blind 15\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc39-42l-r-anna-natural-rift-white-oak-port-bell-base-corner-blind-15-door-assembled-anro-bbc39-42l-r", "meta_title": "BBC39/42L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["435", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BBC45/48FHL/R payload: {"sku": "ANRO-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Anna Natural Rift White Oak - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-anna-natural-rift-white-oak-port-bell-base-corner-blind-17-5-door-assembled-anro-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Anna Natural Rift White Oak - Port & Bell - Base Corne", "category_ids": ["435", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-BBC45/48FHL/R-MC payload: {"sku": "ANRO-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Anna Natural Rift White Oak - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-anna-natural-rift-white-oak-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-anro-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Anna Natural Rift White Oak - Port & Bell - Base Co", "category_ids": ["435", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-BBC45/48L/R payload: {"sku": "ANRO-BBC45/48L/R", "name": "BBC45/48L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48l-r-anna-natural-rift-white-oak-port-bell-base-corner-blind-17-5-door-assembled-anro-bbc45-48l-r", "meta_title": "BBC45/48L/R - Anna Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["435", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-BEC1224L payload: {"sku": "ANRO-BEC1224L", "name": "BEC1224L - Anna Natural Rift White Oak - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224l-anna-natural-rift-white-oak-port-bell-base-angle-end-assembled-anro-bec1224l", "meta_title": "BEC1224L - Anna Natural Rift White Oak - Port & Bell - Base Angle End ", "category_ids": ["464", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BEC1224R payload: {"sku": "ANRO-BEC1224R", "name": "BEC1224R - Anna Natural Rift White Oak - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224r-anna-natural-rift-white-oak-port-bell-base-angle-end-assembled-anro-bec1224r", "meta_title": "BEC1224R - Anna Natural Rift White Oak - Port & Bell - Base Angle End ", "category_ids": ["464", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BF3 payload: {"sku": "ANRO-BF3", "name": "*** Alias Item For *** BF3 - Natural Rift White Oak - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-natural-rift-white-oak-port-bell-filler-base-anro-bf3", "meta_title": "*** Alias Item For *** BF3 - Natural Rift White Oak - Port & Bell - Fi", "category_ids": ["387", "387", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-BF6 payload: {"sku": "ANRO-BF6", "name": "*** Alias Item For *** BF6 - Natural Rift White Oak - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-natural-rift-white-oak-port-bell-filler-base-anro-bf6", "meta_title": "*** Alias Item For *** BF6 - Natural Rift White Oak - Port & Bell - Fi", "category_ids": ["387", "387", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-BH12 payload: {"sku": "ANRO-BH12", "name": "Anna Natural Rift White Oak Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-natural-rift-white-oak-base-full-height-door-assembled-port-bell-anro-bh12", "meta_title": "Anna Natural Rift White Oak Base Full Height Door - Assembled - Port &", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-BH15 payload: {"sku": "ANRO-BH15", "name": "BH15 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh15", "meta_title": "BH15 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-BH18 payload: {"sku": "ANRO-BH18", "name": "Anna Natural Rift White Oak Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-natural-rift-white-oak-base-full-height-door-assembled-port-bell-anro-bh18", "meta_title": "Anna Natural Rift White Oak Base Full Height Door - Assembled - Port &", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-BH21 payload: {"sku": "ANRO-BH21", "name": "BH21 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh21", "meta_title": "BH21 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-BH24 payload: {"sku": "ANRO-BH24", "name": "BH24 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh24", "meta_title": "BH24 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BH27 payload: {"sku": "ANRO-BH27", "name": "BH27 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh27", "meta_title": "BH27 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BH30 payload: {"sku": "ANRO-BH30", "name": "BH30 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh30", "meta_title": "BH30 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BH33 payload: {"sku": "ANRO-BH33", "name": "BH33 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh33", "meta_title": "BH33 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BH36 payload: {"sku": "ANRO-BH36", "name": "BH36 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh36", "meta_title": "BH36 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-BH39 payload: {"sku": "ANRO-BH39", "name": "BH39 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-anna-natural-rift-white-oak-port-bell-base-full-height-door-assembled-anro-bh39", "meta_title": "BH39 - Anna Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["387", "387", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-BM8 payload: {"sku": "ANRO-BM8", "name": "*** Alias Item For *** BM8 - Natural Rift White Oak - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-natural-rift-white-oak-port-bell-molding-bead-anro-bm8", "meta_title": "*** Alias Item For *** BM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["387", "387", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ANRO-BMC24 payload: {"sku": "ANRO-BMC24", "name": "BMC24 - Anna Natural Rift White Oak - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-anna-natural-rift-white-oak-port-bell-base-microwave-assembled-anro-bmc24", "meta_title": "BMC24 - Anna Natural Rift White Oak - Port & Bell - Base Microwave -- ", "category_ids": ["387", "387", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-BMC30 payload: {"sku": "ANRO-BMC30", "name": "BMC30 - Anna Natural Rift White Oak - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc30-anna-natural-rift-white-oak-port-bell-base-microwave-assembled-anro-bmc30", "meta_title": "BMC30 - Anna Natural Rift White Oak - Port & Bell - Base Microwave -- ", "category_ids": ["387", "387", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-CVM8 payload: {"sku": "ANRO-CVM8", "name": "*** Alias Item For *** CVM8 - Natural Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-natural-rift-white-oak-port-bell-molding-cove-crown-anro-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["387", "387", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB12-3 payload: {"sku": "ANRO-DB12-3", "name": "DB12-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db12-3", "meta_title": "DB12-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB15-3 payload: {"sku": "ANRO-DB15-3", "name": "DB15-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db15-3", "meta_title": "DB15-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB18-3 payload: {"sku": "ANRO-DB18-3", "name": "DB18-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db18-3", "meta_title": "DB18-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB21-3 payload: {"sku": "ANRO-DB21-3", "name": "DB21-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db21-3", "meta_title": "DB21-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB24-3 payload: {"sku": "ANRO-DB24-3", "name": "DB24-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db24-3", "meta_title": "DB24-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB27-3 payload: {"sku": "ANRO-DB27-3", "name": "DB27-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db27-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db27-3", "meta_title": "DB27-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB30-2 payload: {"sku": "ANRO-DB30-2", "name": "DB30-2 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db30-2", "meta_title": "DB30-2 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB30-3 payload: {"sku": "ANRO-DB30-3", "name": "DB30-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db30-3", "meta_title": "DB30-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB33-3 payload: {"sku": "ANRO-DB33-3", "name": "DB33-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db33-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db33-3", "meta_title": "DB33-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-DB36-3 payload: {"sku": "ANRO-DB36-3", "name": "DB36-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-anna-natural-rift-white-oak-port-bell-drawer-base-assembled-anro-db36-3", "meta_title": "DB36-3 - Anna Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["387", "387", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-EZR33 payload: {"sku": "ANRO-EZR33", "name": "EZR33 - Anna Natural Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr33-anna-natural-rift-white-oak-port-bell-base-corner-ez-reach-assembled-anro-ezr33", "meta_title": "EZR33 - Anna Natural Rift White Oak - Port & Bell - Base Corner EZ Rea", "category_ids": ["387", "387", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-EZR36 payload: {"sku": "ANRO-EZR36", "name": "EZR36 - Anna Natural Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr36-anna-natural-rift-white-oak-port-bell-base-corner-ez-reach-assembled-anro-ezr36", "meta_title": "EZR36 - Anna Natural Rift White Oak - Port & Bell - Base Corner EZ Rea", "category_ids": ["387", "387", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-FPP9648 1/4 payload: {"sku": "ANRO-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-natural-rift-white-oak-port-bell-panel-anro-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Natural Rift White Oak - Port & B", "category_ids": ["387", "387", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-FPP9648 3/4 payload: {"sku": "ANRO-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-natural-rift-white-oak-port-bell-panel-anro-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Natural Rift White Oak - Port & B", "category_ids": ["387", "387", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-FPP9648GL 1/4 payload: {"sku": "ANRO-FPP9648GL 1/4", "name": "*** Alias Item For *** FPP9648GL 1/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648gl-1-4-natural-rift-white-oak-port-bell-panel-anro-fpp9648gl-1-4", "meta_title": "*** Alias Item For *** FPP9648GL 1/4 - Natural Rift White Oak - Port &", "category_ids": ["418", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-FS24 payload: {"sku": "ANRO-FS24", "name": "*** Alias Item For *** FS24 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-natural-rift-white-oak-port-bell-floating-shelf-anro-fs24", "meta_title": "*** Alias Item For *** FS24 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["431", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-FS30 payload: {"sku": "ANRO-FS30", "name": "*** Alias Item For *** FS30 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-natural-rift-white-oak-port-bell-floating-shelf-anro-fs30", "meta_title": "*** Alias Item For *** FS30 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["387", "387", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-FS36 payload: {"sku": "ANRO-FS36", "name": "*** Alias Item For *** FS36 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-natural-rift-white-oak-port-bell-floating-shelf-anro-fs36", "meta_title": "*** Alias Item For *** FS36 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["387", "387", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-FS60 payload: {"sku": "ANRO-FS60", "name": "*** Alias Item For *** FS60 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-natural-rift-white-oak-port-bell-floating-shelf-anro-fs60", "meta_title": "*** Alias Item For *** FS60 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["431", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-GD-WDC2430 payload: {"sku": "ANRO-GD-WDC2430", "name": "GD-WDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-anro-gd-wdc2430", "meta_title": "GD-WDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["516", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-GD-WDC2436 payload: {"sku": "ANRO-GD-WDC2436", "name": "GD-WDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-anro-gd-wdc2436", "meta_title": "GD-WDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["516", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-GD-WDC2442 payload: {"sku": "ANRO-GD-WDC2442", "name": "GD-WDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-anro-gd-wdc2442", "meta_title": "GD-WDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["516", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-GDWDC2430 payload: {"sku": "ANRO-GDWDC2430", "name": "GDWDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-anro-gdwdc2430", "meta_title": "GDWDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["533", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-GDWDC2436 payload: {"sku": "ANRO-GDWDC2436", "name": "GDWDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-anro-gdwdc2436", "meta_title": "GDWDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["533", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-GDWDC2442 payload: {"sku": "ANRO-GDWDC2442", "name": "GDWDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-anro-gdwdc2442", "meta_title": "GDWDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["533", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-LCVM8 payload: {"sku": "ANRO-LCVM8", "name": "*** Alias Item For *** LCVM8 - Natural Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-natural-rift-white-oak-port-bell-molding-cove-crown-anro-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["387", "387", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-LM8 payload: {"sku": "ANRO-LM8", "name": "*** Alias Item For *** LM8 - Natural Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-natural-rift-white-oak-port-bell-molding-light-rail-anro-lm8", "meta_title": "*** Alias Item For *** LM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["532", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-LRM8 payload: {"sku": "ANRO-LRM8", "name": "*** Alias Item For *** LRM8 - Natural Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-natural-rift-white-oak-port-bell-molding-light-rail-anro-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["532", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ANRO-MWEP15 payload: {"sku": "ANRO-MWEP15", "name": "MWEP15 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-anna-natural-rift-white-oak-port-bell-wall-deco-end-panel-anro-mwep15", "meta_title": "MWEP15 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["416", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-MWEP30 payload: {"sku": "ANRO-MWEP30", "name": "MWEP30 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-anna-natural-rift-white-oak-port-bell-wall-deco-end-panel-anro-mwep30", "meta_title": "MWEP30 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["387", "387", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-MWEP36 payload: {"sku": "ANRO-MWEP36", "name": "MWEP36 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-anna-natural-rift-white-oak-port-bell-wall-deco-end-panel-anro-mwep36", "meta_title": "MWEP36 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["387", "387", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-MWEP42 payload: {"sku": "ANRO-MWEP42", "name": "MWEP42 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-anna-natural-rift-white-oak-port-bell-wall-deco-end-panel-anro-mwep42", "meta_title": "MWEP42 - Anna Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["387", "387", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-OC3384 payload: {"sku": "ANRO-OC3384", "name": "OC3384 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-anna-natural-rift-white-oak-port-bell-tall-oven-single-assembled-anro-oc3384", "meta_title": "OC3384 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["421", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-OC3390 payload: {"sku": "ANRO-OC3390", "name": "OC3390 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-anna-natural-rift-white-oak-port-bell-tall-oven-single-assembled-anro-oc3390", "meta_title": "OC3390 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["421", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-OC3396 payload: {"sku": "ANRO-OC3396", "name": "OC3396 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-anna-natural-rift-white-oak-port-bell-tall-oven-single-assembled-anro-oc3396", "meta_title": "OC3396 - Anna Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["421", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ANRO-OCM8-1 payload: {"sku": "ANRO-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Natural Rift White Oak - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-natural-rift-white-oak-port-bell-molding-outside-corner-anro-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Natural Rift White Oak - Port & Bell -", "category_ids": ["387", "387", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-REP120 payload: {"sku": "ANRO-REP120", "name": "*** Alias Item For *** REP120 - Natural Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-natural-rift-white-oak-port-bell-panel-refrigerator-end-anro-rep120", "meta_title": "*** Alias Item For *** REP120 - Natural Rift White Oak - Port & Bell -", "category_ids": ["387", "387", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ANRO-REP96 payload: {"sku": "ANRO-REP96", "name": "*** Alias Item For *** REP96 - Natural Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-natural-rift-white-oak-port-bell-panel-refrigerator-end-anro-rep96", "meta_title": "*** Alias Item For *** REP96 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["387", "387", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SB24 payload: {"sku": "ANRO-SB24", "name": "SB24 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-anna-natural-rift-white-oak-port-bell-sink-base-assembled-anro-sb24", "meta_title": "SB24 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SB27 payload: {"sku": "ANRO-SB27", "name": "SB27 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-anna-natural-rift-white-oak-port-bell-sink-base-assembled-anro-sb27", "meta_title": "SB27 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SB30 payload: {"sku": "ANRO-SB30", "name": "SB30 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-anna-natural-rift-white-oak-port-bell-sink-base-assembled-anro-sb30", "meta_title": "SB30 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SB33 payload: {"sku": "ANRO-SB33", "name": "SB33 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-anna-natural-rift-white-oak-port-bell-sink-base-assembled-anro-sb33", "meta_title": "SB33 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SB36 payload: {"sku": "ANRO-SB36", "name": "SB36 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-anna-natural-rift-white-oak-port-bell-sink-base-assembled-anro-sb36", "meta_title": "SB36 - Anna Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SBF30 payload: {"sku": "ANRO-SBF30", "name": "SBF30 - Anna Natural Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf30-anna-natural-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-anro-sbf30", "meta_title": "SBF30 - Anna Natural Rift White Oak - Port & Bell - Sink Base Farm Apr", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-SBF36 payload: {"sku": "ANRO-SBF36", "name": "SBF36 - Anna Natural Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-anna-natural-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-anro-sbf36", "meta_title": "SBF36 - Anna Natural Rift White Oak - Port & Bell - Sink Base Farm Apr", "category_ids": ["442", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-SBM8 payload: {"sku": "ANRO-SBM8", "name": "*** Alias Item For *** SBM8 - Natural Rift White Oak - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-natural-rift-white-oak-port-bell-molding-single-bead-anro-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["413", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ANRO-SK12 payload: {"sku": "ANRO-SK12", "name": "** Alias Item For *** SK12 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk12-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk12", "meta_title": "** Alias Item For *** SK12 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SK15 payload: {"sku": "ANRO-SK15", "name": "** Alias Item For *** SK15 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk15-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk15", "meta_title": "** Alias Item For *** SK15 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SK18 payload: {"sku": "ANRO-SK18", "name": "** Alias Item For *** SK18 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk18-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk18", "meta_title": "** Alias Item For *** SK18 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SK24 payload: {"sku": "ANRO-SK24", "name": "** Alias Item For *** SK24 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk24-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk24", "meta_title": "** Alias Item For *** SK24 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SK30 payload: {"sku": "ANRO-SK30", "name": "** Alias Item For *** SK30 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk30-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk30", "meta_title": "** Alias Item For *** SK30 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Plan progress: 200/216 actions (199 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product ANRO-SK36 payload: {"sku": "ANRO-SK36", "name": "** Alias Item For *** SK36 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk36-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk36", "meta_title": "** Alias Item For *** SK36 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SK42 payload: {"sku": "ANRO-SK42", "name": "** Alias Item For *** SK42 - Anna Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk42-anna-natural-rift-white-oak-port-bell-wall-finished-skin-anro-sk42", "meta_title": "** Alias Item For *** SK42 - Anna Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-SM8 payload: {"sku": "ANRO-SM8", "name": "*** Alias Item For *** SM8 - Natural Rift White Oak - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-natural-rift-white-oak-port-bell-molding-scribe-anro-sm8", "meta_title": "*** Alias Item For *** SM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["387", "387", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ANRO-TK8 payload: {"sku": "ANRO-TK8", "name": "*** Alias Item For *** TK8 - Natural Rift White Oak - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-natural-rift-white-oak-port-bell-molding-toe-kick-anro-tk8", "meta_title": "*** Alias Item For *** TK8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["387", "387", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ANRO-TKBM8 payload: {"sku": "ANRO-TKBM8", "name": "*** Alias Item For *** TKBM8 - Natural Rift White Oak - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-natural-rift-white-oak-port-bell-molding-base-anro-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["387", "387", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VA2421 payload: {"sku": "ANRO-VA2421", "name": "VA2421 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va2421-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-va2421", "meta_title": "VA2421 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VA3021 payload: {"sku": "ANRO-VA3021", "name": "VA3021 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3021-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-va3021", "meta_title": "VA3021 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VA3621 payload: {"sku": "ANRO-VA3621", "name": "VA3621 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-va3621", "meta_title": "VA3621 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VDB12-3 payload: {"sku": "ANRO-VDB12-3", "name": "VDB12-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vdb12-3", "meta_title": "VDB12-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VDB15-3 payload: {"sku": "ANRO-VDB15-3", "name": "VDB15-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vdb15-3", "meta_title": "VDB15-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VDB18-3 payload: {"sku": "ANRO-VDB18-3", "name": "VDB18-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vdb18-3", "meta_title": "VDB18-3 - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD3021DL payload: {"sku": "ANRO-VSD3021DL", "name": "VSD3021DL - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dl-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd3021dl", "meta_title": "VSD3021DL - Anna Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD3021DR payload: {"sku": "ANRO-VSD3021DR", "name": "VSD3021DR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dr-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd3021dr", "meta_title": "VSD3021DR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD3621DL payload: {"sku": "ANRO-VSD3621DL", "name": "VSD3621DL - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dl-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd3621dl", "meta_title": "VSD3621DL - Anna Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD3621DR payload: {"sku": "ANRO-VSD3621DR", "name": "VSD3621DR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dr-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd3621dr", "meta_title": "VSD3621DR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD4821DLR payload: {"sku": "ANRO-VSD4821DLR", "name": "VSD4821DLR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd4821dlr-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd4821dlr", "meta_title": "VSD4821DLR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Ass", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ANRO-VSD6021DLR payload: {"sku": "ANRO-VSD6021DLR", "name": "VSD6021DLR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd6021dlr-anna-natural-rift-white-oak-port-bell-vanity-assembled-anro-vsd6021dlr", "meta_title": "VSD6021DLR - Anna Natural Rift White Oak - Port & Bell - Vanity -- Ass", "category_ids": ["467", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:app.jobs.magento_sync_worker:[queue=1700] stage=done: job_id=1223 success=216 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1701 label=push-channel-sample-magento-images-20260805-220242 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1701 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1701] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260805-220242
INFO:app.jobs.magento_sync_worker:[queue=1701] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1701] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1701] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1701] stage=snapshots: 500 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1701] stage=sync: starting incremental sync job_id=1224 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 500 items (job_id=1224)
INFO:magento.sync_service:Executing plan: 500 pending actions (job_id=1224)
WARNING:magento.sync_service:Media upload failed for ACH-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-BEC1224R pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-DB33-3 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ACH-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/ACH-GDW1536 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/ACH-GDW1536 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/ACH-GDW1536
INFO:magento.sync_service:Plan progress: 100/500 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ACH-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-TKBM8 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ACH-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/500 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ANRO-B33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC36/39L/R pos=7: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR33L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 300/500 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ANRO-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 1/4 pos=7: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648 3/4 pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPP9648GL 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-FPPB9648 1/2 pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ANRO-GD-WDC2442 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/500 actions (399 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ANRO-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ANRO-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 500/500 actions (499 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1701] stage=done: job_id=1224 success=500 errors=0
INFO:__main__:Magento push batch 2/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1702 label=push-channel-sample-magento-products-20260805-231934 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1702 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1702] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260805-231934
INFO:app.jobs.magento_sync_worker:[queue=1702] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=52801
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=52801
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: dataframe done rows=500 elapsed_ms=1855
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=normalize: done, 500 rows ready elapsed_ms=54793
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=provision_configurable: done elapsed_ms=6 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=sync: starting incremental sync job_id=1225 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 162 items (job_id=1225)
INFO:magento.sync_service:Executing plan: 162 pending actions (job_id=1225)
INFO:magento.sync_service:Magento PUT product ANRO-WBC2730 payload: {"sku": "ANRO-WBC2730", "name": "WBC2730 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2730-anna-natural-rift-white-oak-port-bell-wall-blind-27-assembled-anro-wbc2730", "meta_title": "WBC2730 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["536", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WBC2736 payload: {"sku": "ANRO-WBC2736", "name": "WBC2736 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2736-anna-natural-rift-white-oak-port-bell-wall-blind-27-assembled-anro-wbc2736", "meta_title": "WBC2736 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["536", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WBC2742 payload: {"sku": "ANRO-WBC2742", "name": "WBC2742 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2742-anna-natural-rift-white-oak-port-bell-wall-blind-27-assembled-anro-wbc2742", "meta_title": "WBC2742 - Anna Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["536", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WCOR2430 payload: {"sku": "ANRO-WCOR2430", "name": "WCOR2430 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2430-anna-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-anro-wcor2430", "meta_title": "WCOR2430 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["387", "387", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WCOR2436 payload: {"sku": "ANRO-WCOR2436", "name": "WCOR2436 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2436-anna-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-anro-wcor2436", "meta_title": "WCOR2436 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["387", "387", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WCOR2442 payload: {"sku": "ANRO-WCOR2442", "name": "WCOR2442 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2442-anna-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-anro-wcor2442", "meta_title": "WCOR2442 - Anna Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["387", "387", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WDC2430 payload: {"sku": "ANRO-WDC2430", "name": "WDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-anro-wdc2430", "meta_title": "WDC2430 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["449", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-WDC2436 payload: {"sku": "ANRO-WDC2436", "name": "WDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-anro-wdc2436", "meta_title": "WDC2436 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["449", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-WDC2442 payload: {"sku": "ANRO-WDC2442", "name": "WDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-anna-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-anro-wdc2442", "meta_title": "WDC2442 - Anna Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["449", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-WECA30 payload: {"sku": "ANRO-WECA30", "name": "WECA30 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca30-anna-natural-rift-white-oak-port-bell-wall-angle-end-assembled-anro-weca30", "meta_title": "WECA30 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["537", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WECA36 payload: {"sku": "ANRO-WECA36", "name": "WECA36 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca36-anna-natural-rift-white-oak-port-bell-wall-angle-end-assembled-anro-weca36", "meta_title": "WECA36 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["537", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WECA42 payload: {"sku": "ANRO-WECA42", "name": "WECA42 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca42-anna-natural-rift-white-oak-port-bell-wall-angle-end-assembled-anro-weca42", "meta_title": "WECA42 - Anna Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["537", "387", "387", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WHB3624 payload: {"sku": "ANRO-WHB3624", "name": "WHB3624 - Anna Natural Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-anna-natural-rift-white-oak-port-bell-wall-hood-straight-assembled-anro-whb3624", "meta_title": "WHB3624 - Anna Natural Rift White Oak - Port & Bell - Wall Hood Straig", "category_ids": ["387", "387", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WHB3630 payload: {"sku": "ANRO-WHB3630", "name": "WHB3630 - Anna Natural Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-anna-natural-rift-white-oak-port-bell-wall-hood-straight-assembled-anro-whb3630", "meta_title": "WHB3630 - Anna Natural Rift White Oak - Port & Bell - Wall Hood Straig", "category_ids": ["387", "387", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ANRO-WOCD2430 payload: {"sku": "ANRO-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-anro-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-WOCD2436 payload: {"sku": "ANRO-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-anro-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ANRO-WOCD2442 payload: {"sku": "ANRO-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-anro-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Natural Rift White Oak - Port & Bell", "category_ids": ["387", "387", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B12 payload: {"sku": "ASG-B12", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b12", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-B15 payload: {"sku": "ASG-B15", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b15", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-B18 payload: {"sku": "ASG-B18", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b18", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-B21 payload: {"sku": "ASG-B21", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b21", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-B24 payload: {"sku": "ASG-B24", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b24", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B27 payload: {"sku": "ASG-B27", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b27", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B30 payload: {"sku": "ASG-B30", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b30", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B33 payload: {"sku": "ASG-B33", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b33", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B36 payload: {"sku": "ASG-B36", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-b36", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-B39 payload: {"sku": "ASG-B39", "name": "B39 - Anna Stone Gray - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-anna-stone-gray-port-bell-base-assembled-asg-b39", "meta_title": "B39 - Anna Stone Gray - Port & Bell - Base -- Assembled --", "category_ids": ["506", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-BBC36/39L/R payload: {"sku": "ASG-BBC36/39L/R", "name": "BBC36/39L/R - Anna Stone Gray - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-anna-stone-gray-port-bell-base-corner-blind-9-door-assembled-asg-bbc36-39l-r", "meta_title": "BBC36/39L/R - Anna Stone Gray - Port & Bell - Base Corner Blind 9\" doo", "category_ids": ["435", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BBC39/42L/R payload: {"sku": "ASG-BBC39/42L/R", "name": "Anna Stone Gray Base Corner Blind 15\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-corner-blind-15-door-assembled-port-bell-asg-bbc39-42l-r", "meta_title": "Anna Stone Gray Base Corner Blind 15\" Door - Assembled - Port & Bell", "category_ids": ["435", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BBC45/48FHL/R payload: {"sku": "ASG-BBC45/48FHL/R", "name": "Anna Stone Gray Base Corner - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-corner-port-bell-asg-bbc45-48fhl-r", "meta_title": "Anna Stone Gray Base Corner - Port & Bell", "category_ids": ["435", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-BBC45/48FHL/R-MC payload: {"sku": "ASG-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Anna Stone Gray - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-anna-stone-gray-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-asg-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Anna Stone Gray - Port & Bell - Base Corner Blind M", "category_ids": ["435", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-BBC45/48L/R payload: {"sku": "ASG-BBC45/48L/R", "name": "Anna Stone Gray Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-corner-blind-17-5-door-assembled-port-bell-asg-bbc45-48l-r", "meta_title": "Anna Stone Gray Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "category_ids": ["435", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-BEC1224L payload: {"sku": "ASG-BEC1224L", "name": "Anna Stone Gray Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-angle-end-assembled-port-bell-asg-bec1224l", "meta_title": "Anna Stone Gray Base Angle End - Assembled - Port & Bell", "category_ids": ["464", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BEC1224R payload: {"sku": "ASG-BEC1224R", "name": "Anna Stone Gray Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-angle-end-assembled-port-bell-asg-bec1224r", "meta_title": "Anna Stone Gray Base Angle End - Assembled - Port & Bell", "category_ids": ["464", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BF3 payload: {"sku": "ASG-BF3", "name": "*** Alias Item For *** BF3 - Stone Gray - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-stone-gray-port-bell-filler-base-asg-bf3", "meta_title": "*** Alias Item For *** BF3 - Stone Gray - Port & Bell - Filler Base", "category_ids": ["389", "389", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-BF6 payload: {"sku": "ASG-BF6", "name": "*** Alias Item For *** BF6 - Stone Gray - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-stone-gray-port-bell-filler-base-asg-bf6", "meta_title": "*** Alias Item For *** BF6 - Stone Gray - Port & Bell - Filler Base", "category_ids": ["389", "389", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-BH09 payload: {"sku": "ASG-BH09", "name": "Anna Stone Gray Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-assembled-port-bell-asg-bh09", "meta_title": "Anna Stone Gray Base - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-BH12 payload: {"sku": "ASG-BH12", "name": "Anna Stone Gray Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-full-height-door-assembled-port-bell-asg-bh12", "meta_title": "Anna Stone Gray Base Full Height Door - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-BH15 payload: {"sku": "ASG-BH15", "name": "BH15 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh15", "meta_title": "BH15 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-BH18 payload: {"sku": "ASG-BH18", "name": "Anna Stone Gray Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-full-height-door-assembled-port-bell-asg-bh18", "meta_title": "Anna Stone Gray Base Full Height Door - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-BH21 payload: {"sku": "ASG-BH21", "name": "BH21 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh21", "meta_title": "BH21 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-BH24 payload: {"sku": "ASG-BH24", "name": "BH24 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh24", "meta_title": "BH24 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BH27 payload: {"sku": "ASG-BH27", "name": "BH27 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh27", "meta_title": "BH27 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BH30 payload: {"sku": "ASG-BH30", "name": "BH30 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh30", "meta_title": "BH30 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BH33 payload: {"sku": "ASG-BH33", "name": "BH33 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh33", "meta_title": "BH33 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BH36 payload: {"sku": "ASG-BH36", "name": "BH36 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh36", "meta_title": "BH36 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-BH39 payload: {"sku": "ASG-BH39", "name": "BH39 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-anna-stone-gray-port-bell-base-full-height-door-assembled-asg-bh39", "meta_title": "BH39 - Anna Stone Gray - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["389", "389", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-BM8 payload: {"sku": "ASG-BM8", "name": "*** Alias Item For *** BM8 - Stone Gray - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-stone-gray-port-bell-molding-bead-asg-bm8", "meta_title": "*** Alias Item For *** BM8 - Stone Gray - Port & Bell - Molding Bead", "category_ids": ["389", "389", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASG-BMC24 payload: {"sku": "ASG-BMC24", "name": "BMC24 - Anna Stone Gray - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-anna-stone-gray-port-bell-base-microwave-assembled-asg-bmc24", "meta_title": "BMC24 - Anna Stone Gray - Port & Bell - Base Microwave -- Assembled --", "category_ids": ["389", "389", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-BMC30 payload: {"sku": "ASG-BMC30", "name": "Anna Stone Gray Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-microwave-assembled-port-bell-asg-bmc30", "meta_title": "Anna Stone Gray Base Microwave - Assembled - Port & Bell", "category_ids": ["389", "389", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-CVM8 payload: {"sku": "ASG-CVM8", "name": "*** Alias Item For *** CVM8 - Stone Gray - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-stone-gray-port-bell-molding-cove-crown-asg-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Stone Gray - Port & Bell - Molding Cove ", "category_ids": ["389", "389", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB12-3 payload: {"sku": "ASG-DB12-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db12-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB15-3 payload: {"sku": "ASG-DB15-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db15-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB18-3 payload: {"sku": "ASG-DB18-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db18-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB21-3 payload: {"sku": "ASG-DB21-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db21-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB24-3 payload: {"sku": "ASG-DB24-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db24-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB27-3 payload: {"sku": "ASG-DB27-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db27-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB30-2 payload: {"sku": "ASG-DB30-2", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db30-2", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB30-3 payload: {"sku": "ASG-DB30-3", "name": "DB30-3 - Anna Stone Gray - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-anna-stone-gray-port-bell-drawer-base-assembled-asg-db30-3", "meta_title": "DB30-3 - Anna Stone Gray - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB33-3 payload: {"sku": "ASG-DB33-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db33-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-DB36-3 payload: {"sku": "ASG-DB36-3", "name": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-drawer-base-assembled-port-bell-asg-db36-3", "meta_title": "Anna Stone Gray Drawer Base - Assembled - Port & Bell", "category_ids": ["389", "389", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-EZR33 payload: {"sku": "ASG-EZR33", "name": "Anna Stone Gray Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-corner-ez-reach-assembled-port-bell-asg-ezr33", "meta_title": "Anna Stone Gray Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-EZR36 payload: {"sku": "ASG-EZR36", "name": "Anna Stone Gray Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-base-corner-ez-reach-assembled-port-bell-asg-ezr36", "meta_title": "Anna Stone Gray Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-FPP9648 1/4 payload: {"sku": "ASG-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Stone Gray - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-stone-gray-port-bell-panel-asg-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Stone Gray - Port & Bell - Panel", "category_ids": ["389", "389", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-FPP9648 3/4 payload: {"sku": "ASG-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Stone Gray - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-stone-gray-port-bell-panel-asg-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Stone Gray - Port & Bell - Panel", "category_ids": ["389", "389", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-FS24 payload: {"sku": "ASG-FS24", "name": "*** Alias Item For *** FS24 - Stone Gray - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-stone-gray-port-bell-floating-shelf-asg-fs24", "meta_title": "*** Alias Item For *** FS24 - Stone Gray - Port & Bell - Floating Shel", "category_ids": ["431", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-FS30 payload: {"sku": "ASG-FS30", "name": "*** Alias Item For *** FS30 - Stone Gray - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-stone-gray-port-bell-floating-shelf-asg-fs30", "meta_title": "*** Alias Item For *** FS30 - Stone Gray - Port & Bell - Floating Shel", "category_ids": ["389", "389", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-FS36 payload: {"sku": "ASG-FS36", "name": "*** Alias Item For *** FS36 - Stone Gray - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-stone-gray-port-bell-floating-shelf-asg-fs36", "meta_title": "*** Alias Item For *** FS36 - Stone Gray - Port & Bell - Floating Shel", "category_ids": ["389", "389", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-FS60 payload: {"sku": "ASG-FS60", "name": "*** Alias Item For *** FS60 - Stone Gray - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-stone-gray-port-bell-floating-shelf-asg-fs60", "meta_title": "*** Alias Item For *** FS60 - Stone Gray - Port & Bell - Floating Shel", "category_ids": ["431", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-GD-WDC2430 payload: {"sku": "ASG-GD-WDC2430", "name": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-door-only-port-bell-asg-gd-wdc2430", "meta_title": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-GD-WDC2436 payload: {"sku": "ASG-GD-WDC2436", "name": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-door-only-port-bell-asg-gd-wdc2436", "meta_title": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-GD-WDC2442 payload: {"sku": "ASG-GD-WDC2442", "name": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-door-only-port-bell-asg-gd-wdc2442", "meta_title": "Anna Stone Gray Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-GDWDC2430 payload: {"sku": "ASG-GDWDC2430", "name": "GDWDC2430 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-anna-stone-gray-port-bell-wall-diagonal-corner-with-glass-door-assembled-asg-gdwdc2430", "meta_title": "GDWDC2430 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["389", "389", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-GDWDC2436 payload: {"sku": "ASG-GDWDC2436", "name": "GDWDC2436 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-anna-stone-gray-port-bell-wall-diagonal-corner-with-glass-door-assembled-asg-gdwdc2436", "meta_title": "GDWDC2436 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["389", "389", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-GDWDC2442 payload: {"sku": "ASG-GDWDC2442", "name": "GDWDC2442 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-anna-stone-gray-port-bell-wall-diagonal-corner-with-glass-door-assembled-asg-gdwdc2442", "meta_title": "GDWDC2442 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["389", "389", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-LCVM8 payload: {"sku": "ASG-LCVM8", "name": "*** Alias Item For *** LCVM8 - Stone Gray - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-stone-gray-port-bell-molding-cove-crown-asg-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Stone Gray - Port & Bell - Molding Cove", "category_ids": ["389", "389", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-LM8 payload: {"sku": "ASG-LM8", "name": "*** Alias Item For *** LM8 - Stone Gray - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-stone-gray-port-bell-molding-light-rail-asg-lm8", "meta_title": "*** Alias Item For *** LM8 - Stone Gray - Port & Bell - Molding Light ", "category_ids": ["389", "389", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-LRM8 payload: {"sku": "ASG-LRM8", "name": "*** Alias Item For *** LRM8 - Stone Gray - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-stone-gray-port-bell-molding-light-rail-asg-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Stone Gray - Port & Bell - Molding Light", "category_ids": ["389", "389", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASG-MWEP30 payload: {"sku": "ASG-MWEP30", "name": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-deco-end-panel-port-bell-asg-mwep30", "meta_title": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "category_ids": ["389", "389", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-MWEP36 payload: {"sku": "ASG-MWEP36", "name": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-deco-end-panel-port-bell-asg-mwep36", "meta_title": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "category_ids": ["389", "389", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-MWEP42 payload: {"sku": "ASG-MWEP42", "name": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-deco-end-panel-port-bell-asg-mwep42", "meta_title": "Anna Stone Gray Wall Deco End Panel - Port & Bell", "category_ids": ["389", "389", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-OC3384 payload: {"sku": "ASG-OC3384", "name": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-tall-oven-single-assembled-port-bell-asg-oc3384", "meta_title": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "category_ids": ["389", "389", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-OC3390 payload: {"sku": "ASG-OC3390", "name": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-tall-oven-single-assembled-port-bell-asg-oc3390", "meta_title": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "category_ids": ["389", "389", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-OC3396 payload: {"sku": "ASG-OC3396", "name": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-tall-oven-single-assembled-port-bell-asg-oc3396", "meta_title": "Anna Stone Gray Tall Oven Single - Assembled - Port & Bell", "category_ids": ["389", "389", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASG-OCM8-1 payload: {"sku": "ASG-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Stone Gray - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-stone-gray-port-bell-molding-outside-corner-asg-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Stone Gray - Port & Bell - Molding Out", "category_ids": ["389", "389", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-REP120 payload: {"sku": "ASG-REP120", "name": "*** Alias Item For *** REP120 - Stone Gray - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-stone-gray-port-bell-panel-refrigerator-end-asg-rep120", "meta_title": "*** Alias Item For *** REP120 - Stone Gray - Port & Bell - Panel Refri", "category_ids": ["389", "389", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASG-REP96 payload: {"sku": "ASG-REP96", "name": "*** Alias Item For *** REP96 - Stone Gray - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-stone-gray-port-bell-panel-refrigerator-end-asg-rep96", "meta_title": "*** Alias Item For *** REP96 - Stone Gray - Port & Bell - Panel Refrig", "category_ids": ["389", "389", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-SB24 payload: {"sku": "ASG-SB24", "name": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-assembled-port-bell-asg-sb24", "meta_title": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SB27 payload: {"sku": "ASG-SB27", "name": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-assembled-port-bell-asg-sb27", "meta_title": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SB30 payload: {"sku": "ASG-SB30", "name": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-assembled-port-bell-asg-sb30", "meta_title": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SB33 payload: {"sku": "ASG-SB33", "name": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-assembled-port-bell-asg-sb33", "meta_title": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SB36 payload: {"sku": "ASG-SB36", "name": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-assembled-port-bell-asg-sb36", "meta_title": "Anna Stone Gray Sink Base - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SBF30 payload: {"sku": "ASG-SBF30", "name": "Anna Stone Gray Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-farm-apron-front-assembled-port-bell-asg-sbf30", "meta_title": "Anna Stone Gray Sink Base Farm Apron Front - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-SBF36 payload: {"sku": "ASG-SBF36", "name": "Anna Stone Gray Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-sink-base-farm-apron-front-assembled-port-bell-asg-sbf36", "meta_title": "Anna Stone Gray Sink Base Farm Apron Front - Assembled - Port & Bell", "category_ids": ["442", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-SBM8 payload: {"sku": "ASG-SBM8", "name": "*** Alias Item For *** SBM8 - Stone Gray - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-stone-gray-port-bell-molding-single-bead-asg-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Stone Gray - Port & Bell - Molding Singl", "category_ids": ["389", "389", "413", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASG-SM8 payload: {"sku": "ASG-SM8", "name": "*** Alias Item For *** SM8 - Stone Gray - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-stone-gray-port-bell-molding-scribe-asg-sm8", "meta_title": "*** Alias Item For *** SM8 - Stone Gray - Port & Bell - Molding Scribe", "category_ids": ["389", "389", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASG-TK8 payload: {"sku": "ASG-TK8", "name": "*** Alias Item For *** TK8 - Stone Gray - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-stone-gray-port-bell-molding-toe-kick-asg-tk8", "meta_title": "*** Alias Item For *** TK8 - Stone Gray - Port & Bell - Molding Toe Ki", "category_ids": ["389", "389", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-TKBM8 payload: {"sku": "ASG-TKBM8", "name": "*** Alias Item For *** TKBM8 - Stone Gray - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-stone-gray-port-bell-molding-base-asg-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Stone Gray - Port & Bell - Molding Base", "category_ids": ["389", "389", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASG-TLM8 payload: {"sku": "ASG-TLM8", "name": "*** Alias Item For *** TLM8 - Stone Gray - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-stone-gray-port-bell-molding-large-crown-asg-tlm8", "meta_title": "*** Alias Item For *** TLM8 - Stone Gray - Port & Bell - Molding Large", "category_ids": ["389", "389", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Plan progress: 100/162 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product ASG-VA2421 payload: {"sku": "ASG-VA2421", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-va2421", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VA3021 payload: {"sku": "ASG-VA3021", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-va3021", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VA3621 payload: {"sku": "ASG-VA3621", "name": "VA3621 - Anna Stone Gray - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-anna-stone-gray-port-bell-vanity-assembled-asg-va3621", "meta_title": "VA3621 - Anna Stone Gray - Port & Bell - Vanity -- Assembled --", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VDB12-3 payload: {"sku": "ASG-VDB12-3", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vdb12-3", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VDB15-3 payload: {"sku": "ASG-VDB15-3", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vdb15-3", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VDB18-3 payload: {"sku": "ASG-VDB18-3", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vdb18-3", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD3021DL payload: {"sku": "ASG-VSD3021DL", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd3021dl", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD3021DR payload: {"sku": "ASG-VSD3021DR", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd3021dr", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD3621DL payload: {"sku": "ASG-VSD3621DL", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd3621dl", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD3621DR payload: {"sku": "ASG-VSD3621DR", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd3621dr", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD4821DLR payload: {"sku": "ASG-VSD4821DLR", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd4821dlr", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-VSD6021DLR payload: {"sku": "ASG-VSD6021DLR", "name": "Anna Stone Gray Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-vanity-assembled-port-bell-asg-vsd6021dlr", "meta_title": "Anna Stone Gray Vanity - Assembled - Port & Bell", "category_ids": ["389", "389", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASG-WBC2730 payload: {"sku": "ASG-WBC2730", "name": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-blind-27-assembled-port-bell-asg-wbc2730", "meta_title": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["389", "389", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WBC2736 payload: {"sku": "ASG-WBC2736", "name": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-blind-27-assembled-port-bell-asg-wbc2736", "meta_title": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["389", "389", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WBC2742 payload: {"sku": "ASG-WBC2742", "name": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-blind-27-assembled-port-bell-asg-wbc2742", "meta_title": "Anna Stone Gray Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["389", "389", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WCOR2430 payload: {"sku": "ASG-WCOR2430", "name": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-pie-cut-corner-assembled-port-bell-asg-wcor2430", "meta_title": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WCOR2436 payload: {"sku": "ASG-WCOR2436", "name": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-pie-cut-corner-assembled-port-bell-asg-wcor2436", "meta_title": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WCOR2442 payload: {"sku": "ASG-WCOR2442", "name": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-pie-cut-corner-assembled-port-bell-asg-wcor2442", "meta_title": "Anna Stone Gray Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WDC2430 payload: {"sku": "ASG-WDC2430", "name": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-port-bell-asg-wdc2430", "meta_title": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-WDC2436 payload: {"sku": "ASG-WDC2436", "name": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-port-bell-asg-wdc2436", "meta_title": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-WDC2442 payload: {"sku": "ASG-WDC2442", "name": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-diagonal-corner-assembled-port-bell-asg-wdc2442", "meta_title": "Anna Stone Gray Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["389", "389", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-WECA30 payload: {"sku": "ASG-WECA30", "name": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-angle-end-assembled-port-bell-asg-weca30", "meta_title": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "category_ids": ["389", "389", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WECA36 payload: {"sku": "ASG-WECA36", "name": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-angle-end-assembled-port-bell-asg-weca36", "meta_title": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "category_ids": ["389", "389", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WECA42 payload: {"sku": "ASG-WECA42", "name": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-stone-gray-wall-angle-end-assembled-port-bell-asg-weca42", "meta_title": "Anna Stone Gray Wall Angle End - Assembled - Port & Bell", "category_ids": ["389", "389", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WHB3624 payload: {"sku": "ASG-WHB3624", "name": "WHB3624 - Anna Stone Gray - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-anna-stone-gray-port-bell-wall-hood-straight-assembled-asg-whb3624", "meta_title": "WHB3624 - Anna Stone Gray - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["389", "389", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WHB3630 payload: {"sku": "ASG-WHB3630", "name": "WHB3630 - Anna Stone Gray - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-anna-stone-gray-port-bell-wall-hood-straight-assembled-asg-whb3630", "meta_title": "WHB3630 - Anna Stone Gray - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["389", "389", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASG-WOCD2430 payload: {"sku": "ASG-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Stone Gray - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-stone-gray-port-bell-wall-open-diagonal-corner-no-door-assembled-asg-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Stone Gray - Port & Bell - Wall Open", "category_ids": ["389", "389", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-WOCD2436 payload: {"sku": "ASG-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Stone Gray - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-stone-gray-port-bell-wall-open-diagonal-corner-no-door-assembled-asg-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Stone Gray - Port & Bell - Wall Open", "category_ids": ["389", "389", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASG-WOCD2442 payload: {"sku": "ASG-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Stone Gray - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-stone-gray-port-bell-wall-open-diagonal-corner-no-door-assembled-asg-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Stone Gray - Port & Bell - Wall Open", "category_ids": ["389", "389", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-B12 payload: {"sku": "ASW-B12", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b12", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-B15 payload: {"sku": "ASW-B15", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b15", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-B18 payload: {"sku": "ASW-B18", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b18", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-B21 payload: {"sku": "ASW-B21", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b21", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-B24 payload: {"sku": "ASW-B24", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b24", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-B27 payload: {"sku": "ASW-B27", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b27", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-B30 payload: {"sku": "ASW-B30", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b30", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-B33 payload: {"sku": "ASW-B33", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b33", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-B36 payload: {"sku": "ASW-B36", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b36", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-B39 payload: {"sku": "ASW-B39", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-b39", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-BBC36/39L/R payload: {"sku": "ASW-BBC36/39L/R", "name": "BBC36/39L/R - Anna Snow White - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-anna-snow-white-port-bell-base-corner-blind-9-door-assembled-asw-bbc36-39l-r", "meta_title": "BBC36/39L/R - Anna Snow White - Port & Bell - Base Corner Blind 9\" doo", "category_ids": ["388", "388", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BBC39/42L/R payload: {"sku": "ASW-BBC39/42L/R", "name": "Anna Snow White Base Corner Blind 15\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-corner-blind-15-door-assembled-port-bell-asw-bbc39-42l-r", "meta_title": "Anna Snow White Base Corner Blind 15\" Door - Assembled - Port & Bell", "category_ids": ["388", "388", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BBC45/48FHL/R payload: {"sku": "ASW-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Anna Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-anna-snow-white-port-bell-base-corner-blind-17-5-door-assembled-asw-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Anna Snow White - Port & Bell - Base Corner Blind 17.5", "category_ids": ["388", "388", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-BBC45/48FHL/R-MC payload: {"sku": "ASW-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Anna Snow White - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-anna-snow-white-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-asw-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Anna Snow White - Port & Bell - Base Corner Blind M", "category_ids": ["388", "388", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-BBC45/48L/R payload: {"sku": "ASW-BBC45/48L/R", "name": "Anna Snow White Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-corner-blind-17-5-door-assembled-port-bell-asw-bbc45-48l-r", "meta_title": "Anna Snow White Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "category_ids": ["388", "388", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-BEC1224L payload: {"sku": "ASW-BEC1224L", "name": "Anna Snow White Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-angle-end-assembled-port-bell-asw-bec1224l", "meta_title": "Anna Snow White Base Angle End - Assembled - Port & Bell", "category_ids": ["388", "388", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BEC1224R payload: {"sku": "ASW-BEC1224R", "name": "Anna Snow White Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-angle-end-assembled-port-bell-asw-bec1224r", "meta_title": "Anna Snow White Base Angle End - Assembled - Port & Bell", "category_ids": ["388", "388", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BF3 payload: {"sku": "ASW-BF3", "name": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-snow-white-port-bell-filler-base-asw-bf3", "meta_title": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "category_ids": ["388", "388", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-BF6 payload: {"sku": "ASW-BF6", "name": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-snow-white-port-bell-filler-base-asw-bf6", "meta_title": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "category_ids": ["388", "388", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-BH09 payload: {"sku": "ASW-BH09", "name": "Anna Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-assembled-port-bell-asw-bh09", "meta_title": "Anna Snow White Base - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-BH12 payload: {"sku": "ASW-BH12", "name": "Anna Snow White Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-full-height-door-assembled-port-bell-asw-bh12", "meta_title": "Anna Snow White Base Full Height Door - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-BH15 payload: {"sku": "ASW-BH15", "name": "Anna Snow White 15\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-15-base-cabinet-full-height-door-asw-bh15", "meta_title": "Anna Snow White 15\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-BH18 payload: {"sku": "ASW-BH18", "name": "Anna Snow White Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-full-height-door-assembled-port-bell-asw-bh18", "meta_title": "Anna Snow White Base Full Height Door - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-BH21 payload: {"sku": "ASW-BH21", "name": "Anna Snow White 21\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-21-base-cabinet-full-height-door-asw-bh21", "meta_title": "Anna Snow White 21\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-BH24 payload: {"sku": "ASW-BH24", "name": "Anna Snow White 24\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-24-base-cabinet-full-height-door-asw-bh24", "meta_title": "Anna Snow White 24\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BH27 payload: {"sku": "ASW-BH27", "name": "Anna Snow White 27\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-27-base-cabinet-full-height-door-asw-bh27", "meta_title": "Anna Snow White 27\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BH30 payload: {"sku": "ASW-BH30", "name": "Anna Snow White 30\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-30-base-cabinet-full-height-door-asw-bh30", "meta_title": "Anna Snow White 30\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BH33 payload: {"sku": "ASW-BH33", "name": "Anna Snow White 33\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-33-base-cabinet-full-height-door-asw-bh33", "meta_title": "Anna Snow White 33\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BH36 payload: {"sku": "ASW-BH36", "name": "Anna Snow White 36\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-36-base-cabinet-full-height-door-asw-bh36", "meta_title": "Anna Snow White 36\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-BH39 payload: {"sku": "ASW-BH39", "name": "Anna Snow White 39\" Base Cabinet (Full Height Door)", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-39-base-cabinet-full-height-door-asw-bh39", "meta_title": "Anna Snow White 39\" Base Cabinet (Full Height Door)", "category_ids": ["388", "388", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-BM8 payload: {"sku": "ASW-BM8", "name": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-snow-white-port-bell-molding-bead-asw-bm8", "meta_title": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "category_ids": ["388", "388", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASW-BMC24 payload: {"sku": "ASW-BMC24", "name": "BMC24 - Anna Snow White - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-anna-snow-white-port-bell-base-microwave-assembled-asw-bmc24", "meta_title": "BMC24 - Anna Snow White - Port & Bell - Base Microwave -- Assembled --", "category_ids": ["388", "388", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-BMC30 payload: {"sku": "ASW-BMC30", "name": "Anna Snow White Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-microwave-assembled-port-bell-asw-bmc30", "meta_title": "Anna Snow White Base Microwave - Assembled - Port & Bell", "category_ids": ["388", "388", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-CVM8 payload: {"sku": "ASW-CVM8", "name": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-snow-white-port-bell-molding-cove-crown-asw-cvm8", "meta_title": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove C", "category_ids": ["388", "388", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:app.jobs.magento_sync_worker:[queue=1702] stage=done: job_id=1225 success=162 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1703 label=push-channel-sample-magento-images-20260805-232655 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1703 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1703] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260805-232655
INFO:app.jobs.magento_sync_worker:[queue=1703] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1703] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1703] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1703] stage=snapshots: 338 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1703] stage=sync: starting incremental sync job_id=1226 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 338 items (job_id=1226)
INFO:magento.sync_service:Executing plan: 338 pending actions (job_id=1226)
WARNING:magento.sync_service:Media upload failed for ASG-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 100/338 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ASG-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASG-LM8 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/338 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ASG-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASG-WDC2442 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 300/338 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC36/39L/R pos=7: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR33L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:app.jobs.magento_sync_worker:[queue=1703] stage=done: job_id=1226 success=338 errors=0
INFO:__main__:Magento push batch 3/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1704 label=push-channel-sample-magento-products-20260806-001325 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1704 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1704] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-001325
INFO:app.jobs.magento_sync_worker:[queue=1704] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=27058
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=27058
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: dataframe done rows=500 elapsed_ms=1098
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=normalize: done, 500 rows ready elapsed_ms=28272
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=provision_configurable: done elapsed_ms=9 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=sync: starting incremental sync job_id=1227 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 113 items (job_id=1227)
INFO:magento.sync_service:Executing plan: 113 pending actions (job_id=1227)
INFO:magento.sync_service:Magento PUT product ASW-DB12-3 payload: {"sku": "ASW-DB12-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db12-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB15-3 payload: {"sku": "ASW-DB15-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db15-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB18-3 payload: {"sku": "ASW-DB18-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db18-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB21-3 payload: {"sku": "ASW-DB21-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db21-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB24-3 payload: {"sku": "ASW-DB24-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db24-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB27-3 payload: {"sku": "ASW-DB27-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db27-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB30-2 payload: {"sku": "ASW-DB30-2", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db30-2", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB30-3 payload: {"sku": "ASW-DB30-3", "name": "Anna Snow White 30\" 3-Drawer Base Cabinet", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-30-3-drawer-base-cabinet-asw-db30-3", "meta_title": "Anna Snow White 30\" 3-Drawer Base Cabinet", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB33-3 payload: {"sku": "ASW-DB33-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db33-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-DB36-3 payload: {"sku": "ASW-DB36-3", "name": "Anna Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-drawer-base-assembled-port-bell-asw-db36-3", "meta_title": "Anna Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["388", "388", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-EZR33 payload: {"sku": "ASW-EZR33", "name": "Anna Snow White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-corner-ez-reach-assembled-port-bell-asw-ezr33", "meta_title": "Anna Snow White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-EZR36 payload: {"sku": "ASW-EZR36", "name": "Anna Snow White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-base-corner-ez-reach-assembled-port-bell-asw-ezr36", "meta_title": "Anna Snow White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-FPP9648 1/4 payload: {"sku": "ASW-FPP9648 1/4", "name": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-snow-white-port-bell-panel-asw-fpp9648-1-4", "meta_title": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "category_ids": ["388", "388", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-FPP9648 3/4 payload: {"sku": "ASW-FPP9648 3/4", "name": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-snow-white-port-bell-panel-asw-fpp9648-3-4", "meta_title": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "category_ids": ["388", "388", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-FS24 payload: {"sku": "ASW-FS24", "name": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-snow-white-port-bell-floating-shelf-asw-fs24", "meta_title": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["388", "388", "431", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-FS30 payload: {"sku": "ASW-FS30", "name": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-snow-white-port-bell-floating-shelf-asw-fs30", "meta_title": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["388", "388", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-FS36 payload: {"sku": "ASW-FS36", "name": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-snow-white-port-bell-floating-shelf-asw-fs36", "meta_title": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["388", "388", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-FS60 payload: {"sku": "ASW-FS60", "name": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-snow-white-port-bell-floating-shelf-asw-fs60", "meta_title": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["388", "388", "431", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-GD-WDC2430 payload: {"sku": "ASW-GD-WDC2430", "name": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-door-only-port-bell-asw-gd-wdc2430", "meta_title": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["388", "388", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-GD-WDC2436 payload: {"sku": "ASW-GD-WDC2436", "name": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-door-only-port-bell-asw-gd-wdc2436", "meta_title": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["388", "388", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-GD-WDC2442 payload: {"sku": "ASW-GD-WDC2442", "name": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-door-only-port-bell-asw-gd-wdc2442", "meta_title": "Anna Snow White Wall Diagonal Corner Assembled Door Only - Port & Bell", "category_ids": ["388", "388", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-GDWDC2430 payload: {"sku": "ASW-GDWDC2430", "name": "GDWDC2430 - Anna Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-anna-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-asw-gdwdc2430", "meta_title": "GDWDC2430 - Anna Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["388", "388", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-GDWDC2436 payload: {"sku": "ASW-GDWDC2436", "name": "GDWDC2436 - Anna Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-anna-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-asw-gdwdc2436", "meta_title": "GDWDC2436 - Anna Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["388", "388", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-GDWDC2442 payload: {"sku": "ASW-GDWDC2442", "name": "GDWDC2442 - Anna Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-anna-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-asw-gdwdc2442", "meta_title": "GDWDC2442 - Anna Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["388", "388", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-LCVM8 payload: {"sku": "ASW-LCVM8", "name": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-snow-white-port-bell-molding-cove-crown-asw-lcvm8", "meta_title": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove ", "category_ids": ["388", "388", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-LM8 payload: {"sku": "ASW-LM8", "name": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-snow-white-port-bell-molding-light-rail-asw-lm8", "meta_title": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light R", "category_ids": ["388", "388", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-LRM8 payload: {"sku": "ASW-LRM8", "name": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-snow-white-port-bell-molding-light-rail-asw-lrm8", "meta_title": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light ", "category_ids": ["388", "388", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASW-MWEP15 payload: {"sku": "ASW-MWEP15", "name": "MWEP15 - Anna Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-anna-snow-white-port-bell-wall-deco-end-panel-asw-mwep15", "meta_title": "MWEP15 - Anna Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["388", "388", "416", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-MWEP30 payload: {"sku": "ASW-MWEP30", "name": "Anna Snow White Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-deco-end-panel-port-bell-asw-mwep30", "meta_title": "Anna Snow White Wall Deco End Panel - Port & Bell", "category_ids": ["388", "388", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-MWEP36 payload: {"sku": "ASW-MWEP36", "name": "Anna Snow White Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-deco-end-panel-port-bell-asw-mwep36", "meta_title": "Anna Snow White Wall Deco End Panel - Port & Bell", "category_ids": ["388", "388", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-MWEP42 payload: {"sku": "ASW-MWEP42", "name": "Anna Snow White Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-deco-end-panel-port-bell-asw-mwep42", "meta_title": "Anna Snow White Wall Deco End Panel - Port & Bell", "category_ids": ["388", "388", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-OC3384 payload: {"sku": "ASW-OC3384", "name": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-tall-oven-single-assembled-port-bell-asw-oc3384", "meta_title": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["388", "388", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-OC3390 payload: {"sku": "ASW-OC3390", "name": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-tall-oven-single-assembled-port-bell-asw-oc3390", "meta_title": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["388", "388", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-OC3396 payload: {"sku": "ASW-OC3396", "name": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-tall-oven-single-assembled-port-bell-asw-oc3396", "meta_title": "Anna Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["388", "388", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ASW-OCM8-1 payload: {"sku": "ASW-OCM8-1", "name": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-snow-white-port-bell-molding-outside-corner-asw-ocm8-1", "meta_title": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outs", "category_ids": ["388", "388", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-REP120 payload: {"sku": "ASW-REP120", "name": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-snow-white-port-bell-panel-refrigerator-end-asw-rep120", "meta_title": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrig", "category_ids": ["388", "388", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASW-REP96 payload: {"sku": "ASW-REP96", "name": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-snow-white-port-bell-panel-refrigerator-end-asw-rep96", "meta_title": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrige", "category_ids": ["388", "388", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-SB24 payload: {"sku": "ASW-SB24", "name": "Anna Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-assembled-port-bell-asw-sb24", "meta_title": "Anna Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SB27 payload: {"sku": "ASW-SB27", "name": "Anna Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-assembled-port-bell-asw-sb27", "meta_title": "Anna Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SB30 payload: {"sku": "ASW-SB30", "name": "Anna Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-assembled-port-bell-asw-sb30", "meta_title": "Anna Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SB33 payload: {"sku": "ASW-SB33", "name": "Anna Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-assembled-port-bell-asw-sb33", "meta_title": "Anna Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SB36 payload: {"sku": "ASW-SB36", "name": "Anna Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-assembled-port-bell-asw-sb36", "meta_title": "Anna Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SBF30 payload: {"sku": "ASW-SBF30", "name": "Anna Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-farm-apron-front-assembled-port-bell-asw-sbf30", "meta_title": "Anna Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-SBF36 payload: {"sku": "ASW-SBF36", "name": "Anna Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-sink-base-farm-apron-front-assembled-port-bell-asw-sbf36", "meta_title": "Anna Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "category_ids": ["388", "388", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-SBM8 payload: {"sku": "ASW-SBM8", "name": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-snow-white-port-bell-molding-single-bead-asw-sbm8", "meta_title": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single", "category_ids": ["388", "388", "413", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASW-SM8 payload: {"sku": "ASW-SM8", "name": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-snow-white-port-bell-molding-scribe-asw-sm8", "meta_title": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "category_ids": ["388", "388", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ASW-TK8 payload: {"sku": "ASW-TK8", "name": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-snow-white-port-bell-molding-toe-kick-asw-tk8", "meta_title": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kic", "category_ids": ["388", "388", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-TKBM8 payload: {"sku": "ASW-TKBM8", "name": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-snow-white-port-bell-molding-base-asw-tkbm8", "meta_title": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "category_ids": ["388", "388", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ASW-TLM8 payload: {"sku": "ASW-TLM8", "name": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-snow-white-port-bell-molding-large-crown-asw-tlm8", "meta_title": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large ", "category_ids": ["388", "388", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ASW-VA2421 payload: {"sku": "ASW-VA2421", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-va2421", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VA3021 payload: {"sku": "ASW-VA3021", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-va3021", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VA3621 payload: {"sku": "ASW-VA3621", "name": "VA3621 - Anna Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-anna-snow-white-port-bell-vanity-assembled-asw-va3621", "meta_title": "VA3621 - Anna Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VDB12-3 payload: {"sku": "ASW-VDB12-3", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vdb12-3", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VDB15-3 payload: {"sku": "ASW-VDB15-3", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vdb15-3", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VDB18-3 payload: {"sku": "ASW-VDB18-3", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vdb18-3", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD3021DL payload: {"sku": "ASW-VSD3021DL", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd3021dl", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD3021DR payload: {"sku": "ASW-VSD3021DR", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd3021dr", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD3621DL payload: {"sku": "ASW-VSD3621DL", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd3621dl", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD3621DR payload: {"sku": "ASW-VSD3621DR", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd3621dr", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD4821DLR payload: {"sku": "ASW-VSD4821DLR", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd4821dlr", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-VSD6021DLR payload: {"sku": "ASW-VSD6021DLR", "name": "Anna Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-vanity-assembled-port-bell-asw-vsd6021dlr", "meta_title": "Anna Snow White Vanity - Assembled - Port & Bell", "category_ids": ["388", "388", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "collection_style", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ASW-WBC2730 payload: {"sku": "ASW-WBC2730", "name": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-blind-27-assembled-port-bell-asw-wbc2730", "meta_title": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["388", "388", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WBC2736 payload: {"sku": "ASW-WBC2736", "name": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-blind-27-assembled-port-bell-asw-wbc2736", "meta_title": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["388", "388", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WBC2742 payload: {"sku": "ASW-WBC2742", "name": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-blind-27-assembled-port-bell-asw-wbc2742", "meta_title": "Anna Snow White Wall Blind 27 - Assembled - Port & Bell", "category_ids": ["388", "388", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WCOR2430 payload: {"sku": "ASW-WCOR2430", "name": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-pie-cut-corner-assembled-port-bell-asw-wcor2430", "meta_title": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WCOR2436 payload: {"sku": "ASW-WCOR2436", "name": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-pie-cut-corner-assembled-port-bell-asw-wcor2436", "meta_title": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WCOR2442 payload: {"sku": "ASW-WCOR2442", "name": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-pie-cut-corner-assembled-port-bell-asw-wcor2442", "meta_title": "Anna Snow White Wall Pie Cut Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WDC2430 payload: {"sku": "ASW-WDC2430", "name": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-port-bell-asw-wdc2430", "meta_title": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-WDC2436 payload: {"sku": "ASW-WDC2436", "name": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-port-bell-asw-wdc2436", "meta_title": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-WDC2442 payload: {"sku": "ASW-WDC2442", "name": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-diagonal-corner-assembled-port-bell-asw-wdc2442", "meta_title": "Anna Snow White Wall Diagonal Corner - Assembled - Port & Bell", "category_ids": ["388", "388", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-WECA30 payload: {"sku": "ASW-WECA30", "name": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-angle-end-assembled-port-bell-asw-weca30", "meta_title": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "category_ids": ["388", "388", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WECA36 payload: {"sku": "ASW-WECA36", "name": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-angle-end-assembled-port-bell-asw-weca36", "meta_title": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "category_ids": ["388", "388", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WECA42 payload: {"sku": "ASW-WECA42", "name": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "anna-snow-white-wall-angle-end-assembled-port-bell-asw-weca42", "meta_title": "Anna Snow White Wall Angle End - Assembled - Port & Bell", "category_ids": ["388", "388", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WHB3624 payload: {"sku": "ASW-WHB3624", "name": "WHB3624 - Anna Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-anna-snow-white-port-bell-wall-hood-straight-assembled-asw-whb3624", "meta_title": "WHB3624 - Anna Snow White - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["388", "388", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WHB3630 payload: {"sku": "ASW-WHB3630", "name": "WHB3630 - Anna Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-anna-snow-white-port-bell-wall-hood-straight-assembled-asw-whb3630", "meta_title": "WHB3630 - Anna Snow White - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["388", "388", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product ASW-WOCD2430 payload: {"sku": "ASW-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-asw-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Snow White - Port & Bell - Wall Open", "category_ids": ["388", "388", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-WOCD2436 payload: {"sku": "ASW-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-asw-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Snow White - Port & Bell - Wall Open", "category_ids": ["388", "388", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product ASW-WOCD2442 payload: {"sku": "ASW-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-asw-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Snow White - Port & Bell - Wall Open", "category_ids": ["388", "388", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 97}
INFO:magento.sync_service:Magento PUT product BDW-15D payload: {"sku": "BDW-15D", "name": "Belmont Drift White Drawer Base - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-drift-white-drawer-base-castlecraft-bdw-15d", "meta_title": "Belmont Drift White Drawer Base - CastleCraft", "category_ids": ["390", "390", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-18D payload: {"sku": "BDW-18D", "name": "Belmont Drift White Wall Cabinet - 36\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-drift-white-wall-cabinet-36-h-castlecraft-bdw-18d", "meta_title": "Belmont Drift White Wall Cabinet - 36\" H - CastleCraft", "category_ids": ["390", "390", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-24D payload: {"sku": "BDW-24D", "name": "Belmont Drift White Wall Cabinet - 15\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-drift-white-wall-cabinet-15-h-castlecraft-bdw-24d", "meta_title": "Belmont Drift White Wall Cabinet - 15\" H - CastleCraft", "category_ids": ["390", "390", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-30OU payload: {"sku": "BDW-30OU", "name": "30OU - Belmont Drift White - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30ou-belmont-drift-white-castlecraft-tall-oven-single-bdw-30ou", "meta_title": "30OU - Belmont Drift White - CastleCraft - Tall Oven Single", "category_ids": ["390", "390", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product BDW-30OUT payload: {"sku": "BDW-30OUT", "name": "30OUT - Belmont Drift White - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30out-belmont-drift-white-castlecraft-tall-oven-single-bdw-30out", "meta_title": "30OUT - Belmont Drift White - CastleCraft - Tall Oven Single", "category_ids": ["390", "390", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BDW-30OUXT payload: {"sku": "BDW-30OUXT", "name": "30OUXT - Belmont Drift White - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30ouxt-belmont-drift-white-castlecraft-tall-oven-single-bdw-30ouxt", "meta_title": "30OUXT - Belmont Drift White - CastleCraft - Tall Oven Single", "category_ids": ["390", "390", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product BDW-39BC payload: {"sku": "BDW-39BC", "name": "39BC - Belmont Drift White - CastleCraft - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "39bc-belmont-drift-white-castlecraft-base-corner-blind-bdw-39bc", "meta_title": "39BC - Belmont Drift White - CastleCraft - Base Corner Blind", "category_ids": ["390", "390", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BDW-42BC payload: {"sku": "BDW-42BC", "name": "Belmont Toffee Pecan Wall Cabinet - 30\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-toffee-pecan-wall-cabinet-30-h-castlecraft-bdw-42bc", "meta_title": "Belmont Toffee Pecan Wall Cabinet - 30\" H - CastleCraft", "category_ids": ["390", "390", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BDW-SCRIBE payload: {"sku": "BDW-SCRIBE", "name": "SCRIBE - Belmont Drift White - CastleCraft - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "scribe-belmont-drift-white-castlecraft-molding-scribe-bdw-scribe", "meta_title": "SCRIBE - Belmont Drift White - CastleCraft - Molding Scribe", "category_ids": ["390", "390", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product BDW-TKFIN payload: {"sku": "BDW-TKFIN", "name": "TKFIN - Belmont Drift White - CastleCraft - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "tkfin-belmont-drift-white-castlecraft-molding-toe-kick-bdw-tkfin", "meta_title": "TKFIN - Belmont Drift White - CastleCraft - Molding Toe Kick", "category_ids": ["390", "390", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product BDW-V15DT payload: {"sku": "BDW-V15DT", "name": "V15DT - Belmont Drift White - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v15dt-belmont-drift-white-castlecraft-vanity-bdw-v15dt", "meta_title": "V15DT - Belmont Drift White - CastleCraft - Vanity", "category_ids": ["390", "390", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product BDW-V24ST payload: {"sku": "BDW-V24ST", "name": "V24ST - Belmont Drift White - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v24st-belmont-drift-white-castlecraft-vanity-bdw-v24st", "meta_title": "V24ST - Belmont Drift White - CastleCraft - Vanity", "category_ids": ["390", "390", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-V30ST payload: {"sku": "BDW-V30ST", "name": "V30ST - Belmont Drift White - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v30st-belmont-drift-white-castlecraft-vanity-bdw-v30st", "meta_title": "V30ST - Belmont Drift White - CastleCraft - Vanity", "category_ids": ["390", "390", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-V36SDT payload: {"sku": "BDW-V36SDT", "name": "V36SDT - Belmont Drift White - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v36sdt-belmont-drift-white-castlecraft-vanity-bdw-v36sdt", "meta_title": "V36SDT - Belmont Drift White - CastleCraft - Vanity", "category_ids": ["390", "390", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BDW-V36ST payload: {"sku": "BDW-V36ST", "name": "V36ST - Belmont Drift White - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v36st-belmont-drift-white-castlecraft-vanity-bdw-v36st", "meta_title": "V36ST - Belmont Drift White - CastleCraft - Vanity", "category_ids": ["390", "390", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product BTP-15D payload: {"sku": "BTP-15D", "name": "Belmont Toffee Pecan Base - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-toffee-pecan-base-castlecraft-btp-15d", "meta_title": "Belmont Toffee Pecan Base - CastleCraft", "category_ids": ["391", "391", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-18D payload: {"sku": "BTP-18D", "name": "Belmont Toffee Pecan Wall Cabinet - 18\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-toffee-pecan-wall-cabinet-18-h-castlecraft-btp-18d", "meta_title": "Belmont Toffee Pecan Wall Cabinet - 18\" H - CastleCraft", "category_ids": ["391", "391", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-24D payload: {"sku": "BTP-24D", "name": "Belmont Toffee Pecan Sink Base - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "belmont-toffee-pecan-sink-base-castlecraft-btp-24d", "meta_title": "Belmont Toffee Pecan Sink Base - CastleCraft", "category_ids": ["391", "391", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-30OU payload: {"sku": "BTP-30OU", "name": "30OU - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30ou-belmont-toffee-pecan-castlecraft-tall-oven-single-btp-30ou", "meta_title": "30OU - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "category_ids": ["391", "391", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product BTP-30OUT payload: {"sku": "BTP-30OUT", "name": "30OUT - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30out-belmont-toffee-pecan-castlecraft-tall-oven-single-btp-30out", "meta_title": "30OUT - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "category_ids": ["391", "391", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product BTP-30OUXT payload: {"sku": "BTP-30OUXT", "name": "30OUXT - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30ouxt-belmont-toffee-pecan-castlecraft-tall-oven-single-btp-30ouxt", "meta_title": "30OUXT - Belmont Toffee Pecan - CastleCraft - Tall Oven Single", "category_ids": ["391", "391", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Plan progress: 100/113 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product BTP-39BC payload: {"sku": "BTP-39BC", "name": "39BC - Belmont Toffee Pecan - CastleCraft - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "39bc-belmont-toffee-pecan-castlecraft-base-corner-blind-btp-39bc", "meta_title": "39BC - Belmont Toffee Pecan - CastleCraft - Base Corner Blind", "category_ids": ["391", "391", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product BTP-42BC payload: {"sku": "BTP-42BC", "name": "Cheapeake Golden Oak Pantry - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-pantry-castlecraft-btp-42bc", "meta_title": "Cheapeake Golden Oak Pantry - CastleCraft", "category_ids": ["391", "391", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product BTP-SCRIBE payload: {"sku": "BTP-SCRIBE", "name": "Cheapeake Golden Oak Wall Cabinet - 30\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-wall-cabinet-30-h-castlecraft-btp-scribe", "meta_title": "Cheapeake Golden Oak Wall Cabinet - 30\" H - CastleCraft", "category_ids": ["391", "391", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product BTP-TKFIN payload: {"sku": "BTP-TKFIN", "name": "Cheapeake Golden Oak Wall Blind Corner 30H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-wall-blind-corner-30h-castlecraft-btp-tkfin", "meta_title": "Cheapeake Golden Oak Wall Blind Corner 30H - CastleCraft", "category_ids": ["391", "391", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product BTP-V24S payload: {"sku": "BTP-V24S", "name": "V24S - Belmont Toffee Pecan - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v24s-belmont-toffee-pecan-castlecraft-vanity-btp-v24s", "meta_title": "V24S - Belmont Toffee Pecan - CastleCraft - Vanity", "category_ids": ["391", "391", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-V30S payload: {"sku": "BTP-V30S", "name": "V30S - Belmont Toffee Pecan - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v30s-belmont-toffee-pecan-castlecraft-vanity-btp-v30s", "meta_title": "V30S - Belmont Toffee Pecan - CastleCraft - Vanity", "category_ids": ["391", "391", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-V36SD payload: {"sku": "BTP-V36SD", "name": "V36SD - Belmont Toffee Pecan - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v36sd-belmont-toffee-pecan-castlecraft-vanity-btp-v36sd", "meta_title": "V36SD - Belmont Toffee Pecan - CastleCraft - Vanity", "category_ids": ["391", "391", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "base_cabinets", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product BTP-WBC3630 payload: {"sku": "BTP-WBC3630", "name": "Cheapeake Golden Oak Base - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-base-castlecraft-btp-wbc3630", "meta_title": "Cheapeake Golden Oak Base - CastleCraft", "category_ids": ["391", "391", "4", "4", "536"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product BTP-WBC3636 payload: {"sku": "BTP-WBC3636", "name": "36WCT - Belmont Toffee Pecan - CastleCraft - Wall Blind Corner 36H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "36wct-belmont-toffee-pecan-castlecraft-wall-blind-corner-36h-btp-wbc3636", "meta_title": "36WCT - Belmont Toffee Pecan - CastleCraft - Wall Blind Corner 36H", "category_ids": ["391", "391", "4", "4", "536"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product CGO-15D payload: {"sku": "CGO-15D", "name": "Cheapeake Golden Oak Wall Cabinet - 30\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-wall-cabinet-30-h-castlecraft-cgo-15d", "meta_title": "Cheapeake Golden Oak Wall Cabinet - 30\" H - CastleCraft", "category_ids": ["392", "392", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CGO-18D payload: {"sku": "CGO-18D", "name": "Cheapeake Golden Oak Wall Cabinet - 15\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-wall-cabinet-15-h-castlecraft-cgo-18d", "meta_title": "Cheapeake Golden Oak Wall Cabinet - 15\" H - CastleCraft", "category_ids": ["392", "392", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CGO-24D payload: {"sku": "CGO-24D", "name": "Cheapeake Golden Oak Wall Cabinet - 18\" H - CastleCraft", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cheapeake-golden-oak-wall-cabinet-18-h-castlecraft-cgo-24d", "meta_title": "Cheapeake Golden Oak Wall Cabinet - 18\" H - CastleCraft", "category_ids": ["392", "392", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CGO-30OU payload: {"sku": "CGO-30OU", "name": "30OU - Cheapeake Golden Oak - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30ou-cheapeake-golden-oak-castlecraft-tall-oven-single-cgo-30ou", "meta_title": "30OU - Cheapeake Golden Oak - CastleCraft - Tall Oven Single", "category_ids": ["392", "392", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CGO-30OUT payload: {"sku": "CGO-30OUT", "name": "30OUT - Cheapeake Golden Oak - CastleCraft - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "30out-cheapeake-golden-oak-castlecraft-tall-oven-single-cgo-30out", "meta_title": "30OUT - Cheapeake Golden Oak - CastleCraft - Tall Oven Single", "category_ids": ["392", "392", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
INFO:app.jobs.magento_sync_worker:[queue=1704] stage=done: job_id=1227 success=113 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1705 label=push-channel-sample-magento-images-20260806-001836 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1705 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1705] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-001836
INFO:app.jobs.magento_sync_worker:[queue=1705] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1705] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1705] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1705] stage=snapshots: 500 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1705] stage=sync: starting incremental sync job_id=1228 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 500 items (job_id=1228)
INFO:magento.sync_service:Executing plan: 500 pending actions (job_id=1228)
WARNING:magento.sync_service:Media upload failed for ASW-DB18-3 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ASW-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 100/500 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ASW-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ASW-W1842 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/500 actions (199 ok, 0 fail)
INFO:magento.sync_service:Plan progress: 300/500 actions (299 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/BDW-36Z/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/BDW-36Z/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/BDW-36Z/media
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/BDW-V36ST - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/BDW-V36ST (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/BDW-V36ST
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/BTP-24Y - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/BTP-24Y (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/BTP-24Y
INFO:magento.sync_service:Plan progress: 400/500 actions (399 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/CGO-24BRBSK/media/43470 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/CGO-24BRBSK/media/43470 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/CGO-24BRBSK/media/43470
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/CGO-33WT/media/50712 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/CGO-33WT/media/50712 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/CGO-33WT/media/50712
INFO:magento.sync_service:Plan progress: 500/500 actions (499 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1705] stage=done: job_id=1228 success=500 errors=0
INFO:__main__:Magento push batch 4/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1706 label=push-channel-sample-magento-products-20260806-012612 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1706 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1706] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-012612
INFO:app.jobs.magento_sync_worker:[queue=1706] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=28720
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=28720
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: dataframe done rows=500 elapsed_ms=874
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=normalize: done, 500 rows ready elapsed_ms=29737
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=provision_configurable: done elapsed_ms=5 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=sync: starting incremental sync job_id=1229 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 177 items (job_id=1229)
INFO:magento.sync_service:Executing plan: 177 pending actions (job_id=1229)
INFO:magento.sync_service:Magento PUT product CGO-39BC payload: {"sku": "CGO-39BC", "name": "39BC - Cheapeake Golden Oak - CastleCraft - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "39bc-cheapeake-golden-oak-castlecraft-base-corner-blind-cgo-39bc", "meta_title": "39BC - Cheapeake Golden Oak - CastleCraft - Base Corner Blind", "category_ids": ["392", "392", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CGO-42BC payload: {"sku": "CGO-42BC", "name": "Slate Gray - Molding Light Rail Shaker", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "slate-gray-molding-light-rail-shaker-cgo-42bc", "meta_title": "Slate Gray - Molding Light Rail Shaker", "category_ids": ["392", "392", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CGO-SCRIBE payload: {"sku": "CGO-SCRIBE", "name": "Slate Gray - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "slate-gray-filler-cgo-scribe", "meta_title": "Slate Gray - Filler", "category_ids": ["392", "392", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CGO-TKFIN payload: {"sku": "CGO-TKFIN", "name": "Slate Gray - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "slate-gray-filler-cgo-tkfin", "meta_title": "Slate Gray - Filler", "category_ids": ["392", "392", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CGO-V15D payload: {"sku": "CGO-V15D", "name": "V15D - Cheapeake Golden Oak - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v15d-cheapeake-golden-oak-castlecraft-vanity-cgo-v15d", "meta_title": "V15D - Cheapeake Golden Oak - CastleCraft - Vanity", "category_ids": ["392", "392", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CGO-V24S payload: {"sku": "CGO-V24S", "name": "V24S - Cheapeake Golden Oak - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v24s-cheapeake-golden-oak-castlecraft-vanity-cgo-v24s", "meta_title": "V24S - Cheapeake Golden Oak - CastleCraft - Vanity", "category_ids": ["392", "392", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product CGO-V30S payload: {"sku": "CGO-V30S", "name": "V30S - Cheapeake Golden Oak - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v30s-cheapeake-golden-oak-castlecraft-vanity-cgo-v30s", "meta_title": "V30S - Cheapeake Golden Oak - CastleCraft - Vanity", "category_ids": ["392", "392", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product CGO-V36S payload: {"sku": "CGO-V36S", "name": "V36S - Cheapeake Golden Oak - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v36s-cheapeake-golden-oak-castlecraft-vanity-cgo-v36s", "meta_title": "V36S - Cheapeake Golden Oak - CastleCraft - Vanity", "category_ids": ["392", "392", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product CGO-V36SD payload: {"sku": "CGO-V36SD", "name": "V36SD - Cheapeake Golden Oak - CastleCraft - Vanity", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "v36sd-cheapeake-golden-oak-castlecraft-vanity-cgo-v36sd", "meta_title": "V36SD - Cheapeake Golden Oak - CastleCraft - Vanity", "category_ids": ["392", "392", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product CSG-B12 payload: {"sku": "CSG-B12", "name": "B12 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b12-cooper-slate-gray-base-assembled-csg-b12", "meta_title": "B12 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B15 payload: {"sku": "CSG-B15", "name": "B15 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b15-cooper-slate-gray-base-assembled-csg-b15", "meta_title": "B15 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B18 payload: {"sku": "CSG-B18", "name": "B18 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b18-cooper-slate-gray-base-assembled-csg-b18", "meta_title": "B18 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B21 payload: {"sku": "CSG-B21", "name": "B21 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b21-cooper-slate-gray-base-assembled-csg-b21", "meta_title": "B21 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B24 payload: {"sku": "CSG-B24", "name": "B24 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b24-cooper-slate-gray-base-assembled-csg-b24", "meta_title": "B24 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B27 payload: {"sku": "CSG-B27", "name": "B27 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b27-cooper-slate-gray-base-assembled-csg-b27", "meta_title": "B27 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B30 payload: {"sku": "CSG-B30", "name": "B30 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b30-cooper-slate-gray-base-assembled-csg-b30", "meta_title": "B30 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B33 payload: {"sku": "CSG-B33", "name": "B33 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-cooper-slate-gray-base-assembled-csg-b33", "meta_title": "B33 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B36 payload: {"sku": "CSG-B36", "name": "B36 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-cooper-slate-gray-base-assembled-csg-b36", "meta_title": "B36 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B39 payload: {"sku": "CSG-B39", "name": "B39 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-cooper-slate-gray-base-assembled-csg-b39", "meta_title": "B39 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-B42 payload: {"sku": "CSG-B42", "name": "B42 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b42-cooper-slate-gray-base-assembled-csg-b42", "meta_title": "B42 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-BBC39-42U payload: {"sku": "CSG-BBC39-42U", "name": "BBC39-42U - Cooper Slate Gray - Base Corner Blind 12\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc39-42u-cooper-slate-gray-base-corner-blind-12-door-assembled-csg-bbc39-42u", "meta_title": "BBC39-42U - Cooper Slate Gray - Base Corner Blind 12\" Door -- Assemble", "category_ids": ["393", "393", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-BBC42-45U payload: {"sku": "CSG-BBC42-45U", "name": "BBC42-45U - Cooper Slate Gray - Base Corner Blind 15\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc42-45u-cooper-slate-gray-base-corner-blind-15-door-assembled-csg-bbc42-45u", "meta_title": "BBC42-45U - Cooper Slate Gray - Base Corner Blind 15\" Door -- Assemble", "category_ids": ["393", "393", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-BBC45-48U payload: {"sku": "CSG-BBC45-48U", "name": "BBC45-48U - Cooper Slate Gray - Base Corner Blind 18\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48u-cooper-slate-gray-base-corner-blind-18-door-assembled-csg-bbc45-48u", "meta_title": "BBC45-48U - Cooper Slate Gray - Base Corner Blind 18\" Door -- Assemble", "category_ids": ["393", "393", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product CSG-BC33U payload: {"sku": "CSG-BC33U", "name": "BC33U - Cooper Slate Gray - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bc33u-cooper-slate-gray-base-corner-ez-reach-assembled-csg-bc33u", "meta_title": "BC33U - Cooper Slate Gray - Base Corner EZ Reach -- Assembled --", "category_ids": ["393", "393", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-BC36U payload: {"sku": "CSG-BC36U", "name": "BC36U - Cooper Slate Gray - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bc36u-cooper-slate-gray-base-corner-ez-reach-assembled-csg-bc36u", "meta_title": "BC36U - Cooper Slate Gray - Base Corner EZ Reach -- Assembled --", "category_ids": ["393", "393", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-BFH09 payload: {"sku": "CSG-BFH09", "name": "BFH09 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bfh09-cooper-slate-gray-base-assembled-csg-bfh09", "meta_title": "BFH09 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "base_cabinets"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product CSG-BFH12 payload: {"sku": "CSG-BFH12", "name": "BFH12 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bfh12-cooper-slate-gray-base-assembled-csg-bfh12", "meta_title": "BFH12 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "base_cabinets"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product CSG-BFH15 payload: {"sku": "CSG-BFH15", "name": "BFH15 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bfh15-cooper-slate-gray-base-assembled-csg-bfh15", "meta_title": "BFH15 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "base_cabinets"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product CSG-BFH18 payload: {"sku": "CSG-BFH18", "name": "BFH18 - Cooper Slate Gray - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bfh18-cooper-slate-gray-base-assembled-csg-bfh18", "meta_title": "BFH18 - Cooper Slate Gray - Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "base_cabinets"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-BM8 payload: {"sku": "CSG-BM8", "name": "Slate Gray - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "slate-gray-filler-csg-bm8", "meta_title": "Slate Gray - Filler", "category_ids": ["393", "393", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CSG-CM8 payload: {"sku": "CSG-CM8", "name": "CM8 - Slate Gray - Molding Small Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cm8-slate-gray-molding-small-crown-csg-cm8", "meta_title": "CM8 - Slate Gray - Molding Small Crown", "category_ids": ["393", "393", "4", "4", "414"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CSG-CMA8 payload: {"sku": "CSG-CMA8", "name": "CMA8 - Slate Gray - Molding Shaker Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cma8-slate-gray-molding-shaker-crown-csg-cma8", "meta_title": "CMA8 - Slate Gray - Molding Shaker Crown", "category_ids": ["393", "393", "4", "4", "414"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CSG-CMC8 payload: {"sku": "CSG-CMC8", "name": "Slate Gray - Assembled - Wine Rack -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "slate-gray-assembled-wine-rack-assembled-csg-cmc8", "meta_title": "Slate Gray - Assembled - Wine Rack -- Assembled --", "category_ids": ["393", "393", "4", "4", "414"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CSG-CMV8 payload: {"sku": "CSG-CMV8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-cmv8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-DB12 payload: {"sku": "CSG-DB12", "name": "DB12-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-cooper-slate-gray-drawer-base-assembled-csg-db12", "meta_title": "DB12-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB15 payload: {"sku": "CSG-DB15", "name": "DB15-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-cooper-slate-gray-drawer-base-assembled-csg-db15", "meta_title": "DB15-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB18 payload: {"sku": "CSG-DB18", "name": "DB18-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-cooper-slate-gray-drawer-base-assembled-csg-db18", "meta_title": "DB18-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB21 payload: {"sku": "CSG-DB21", "name": "DB21-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-cooper-slate-gray-drawer-base-assembled-csg-db21", "meta_title": "DB21-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB24 payload: {"sku": "CSG-DB24", "name": "DB24-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-cooper-slate-gray-drawer-base-assembled-csg-db24", "meta_title": "DB24-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB30 payload: {"sku": "CSG-DB30", "name": "DB30-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-cooper-slate-gray-drawer-base-assembled-csg-db30", "meta_title": "DB30-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB30-2 payload: {"sku": "CSG-DB30-2", "name": "DB30-2 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-cooper-slate-gray-drawer-base-assembled-csg-db30-2", "meta_title": "DB30-2 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB36 payload: {"sku": "CSG-DB36", "name": "DB36-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-cooper-slate-gray-drawer-base-assembled-csg-db36", "meta_title": "DB36-3 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-DB36-2 payload: {"sku": "CSG-DB36-2", "name": "DB36-2 - Cooper Slate Gray - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-2-cooper-slate-gray-drawer-base-assembled-csg-db36-2", "meta_title": "DB36-2 - Cooper Slate Gray - Drawer Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-FB8 payload: {"sku": "CSG-FB8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-fb8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/inside-corner' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-ICM8 payload: {"sku": "CSG-ICM8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-icm8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "494"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-LRB8 payload: {"sku": "CSG-LRB8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-lrb8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-LRD8 payload: {"sku": "CSG-LRD8", "name": "LRD8 - Slate Gray - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lrd8-slate-gray-molding-light-rail-csg-lrd8", "meta_title": "LRD8 - Slate Gray - Molding Light Rail", "category_ids": ["393", "393", "4", "4", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-LRS8 payload: {"sku": "CSG-LRS8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-lrs8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product CSG-MWC3018 payload: {"sku": "CSG-MWC3018", "name": "MWC3018 - Slate Gray - Microwave Shelf -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwc3018-slate-gray-microwave-shelf-assembled-csg-mwc3018", "meta_title": "MWC3018 - Slate Gray - Microwave Shelf -- Assembled --", "category_ids": ["393", "393", "4", "4", "539"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-MWC3036 payload: {"sku": "CSG-MWC3036", "name": "MWC3036 - Cooper Slate Gray - Microwave Cabinet -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwc3036-cooper-slate-gray-microwave-cabinet-assembled-csg-mwc3036", "meta_title": "MWC3036 - Cooper Slate Gray - Microwave Cabinet -- Assembled --", "category_ids": ["393", "393", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-OCM8 payload: {"sku": "CSG-OCM8", "name": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-assembled-port-bell-csg-ocm8", "meta_title": "Eleanor Ocean Blue Base - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-REP2496-.75 payload: {"sku": "CSG-REP2496-.75", "name": "REP2496-.75 - Slate Gray - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "rep2496-75-slate-gray-panel-refrigerator-end-csg-rep2496-75", "meta_title": "REP2496-.75 - Slate Gray - Panel Refrigerator End", "category_ids": ["393", "393", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "panels_and_fillers"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-REP2496-1.5 payload: {"sku": "CSG-REP2496-1.5", "name": "REP2496-1.5 - Slate Gray - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "rep2496-1-5-slate-gray-panel-refrigerator-end-csg-rep2496-1-5", "meta_title": "REP2496-1.5 - Slate Gray - Panel Refrigerator End", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information", "panels_and_fillers"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-REP3096-.75 payload: {"sku": "CSG-REP3096-.75", "name": "Eleanor Ocean Blue Base Corner Blind 15\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-blind-15-door-assembled-port-bell-csg-rep3096-75", "meta_title": "Eleanor Ocean Blue Base Corner Blind 15\" Door - Assembled - Port & Bel", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height", "panels_and_fillers"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-REP3096-1.5 payload: {"sku": "CSG-REP3096-1.5", "name": "REP3096-1.5 - Slate Gray - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "rep3096-1-5-slate-gray-panel-refrigerator-end-csg-rep3096-1-5", "meta_title": "REP3096-1.5 - Slate Gray - Panel Refrigerator End", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information", "panels_and_fillers"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-SB30 payload: {"sku": "CSG-SB30", "name": "SB30 - Cooper Slate Gray - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-cooper-slate-gray-sink-base-assembled-csg-sb30", "meta_title": "SB30 - Cooper Slate Gray - Sink Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SB33 payload: {"sku": "CSG-SB33", "name": "SB33 - Cooper Slate Gray - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-cooper-slate-gray-sink-base-assembled-csg-sb33", "meta_title": "SB33 - Cooper Slate Gray - Sink Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SB36 payload: {"sku": "CSG-SB36", "name": "SB36 - Cooper Slate Gray - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-cooper-slate-gray-sink-base-assembled-csg-sb36", "meta_title": "SB36 - Cooper Slate Gray - Sink Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SB39 payload: {"sku": "CSG-SB39", "name": "SB39 - Cooper Slate Gray - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb39-cooper-slate-gray-sink-base-assembled-csg-sb39", "meta_title": "SB39 - Cooper Slate Gray - Sink Base -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SBF36 payload: {"sku": "CSG-SBF36", "name": "SBF36 - Cooper Slate Gray - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-cooper-slate-gray-sink-base-farm-apron-front-assembled-csg-sbf36", "meta_title": "SBF36 - Cooper Slate Gray - Sink Base Farm Apron Front -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SBF39 payload: {"sku": "CSG-SBF39", "name": "SBF39 - Cooper Slate Gray - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf39-cooper-slate-gray-sink-base-farm-apron-front-assembled-csg-sbf39", "meta_title": "SBF39 - Cooper Slate Gray - Sink Base Farm Apron Front -- Assembled --", "category_ids": ["393", "393", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-SCM8 payload: {"sku": "CSG-SCM8", "name": "Eleanor Ocean Blue Base Corner - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-port-bell-csg-scm8", "meta_title": "Eleanor Ocean Blue Base Corner - Port & Bell", "category_ids": ["393", "393", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-TKC8 payload: {"sku": "CSG-TKC8", "name": "Eleanor Ocean Blue Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-lazy-susan-assembled-port-bell-csg-tkc8", "meta_title": "Eleanor Ocean Blue Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["393", "393", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-VAR36 payload: {"sku": "CSG-VAR36", "name": "VAR36 - Slate Gray - Valance Arch", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "var36-slate-gray-valance-arch-csg-var36", "meta_title": "VAR36 - Slate Gray - Valance Arch", "category_ids": ["393", "393", "4", "4", "505"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-VAR48 payload: {"sku": "CSG-VAR48", "name": "VAR48 - Slate Gray - Valance Arch", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "var48-slate-gray-valance-arch-csg-var48", "meta_title": "VAR48 - Slate Gray - Valance Arch", "category_ids": ["393", "393", "4", "4", "505"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VB12 payload: {"sku": "CSG-VB12", "name": "VB12 - Cooper Slate Gray - Vanity Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vb12-cooper-slate-gray-vanity-base-assembled-csg-vb12", "meta_title": "VB12 - Cooper Slate Gray - Vanity Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VB15 payload: {"sku": "CSG-VB15", "name": "VB15 - Cooper Slate Gray - Vanity Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vb15-cooper-slate-gray-vanity-base-assembled-csg-vb15", "meta_title": "VB15 - Cooper Slate Gray - Vanity Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VB18 payload: {"sku": "CSG-VB18", "name": "VB18 - Cooper Slate Gray - Vanity Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vb18-cooper-slate-gray-vanity-base-assembled-csg-vb18", "meta_title": "VB18 - Cooper Slate Gray - Vanity Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VBTD36 payload: {"sku": "CSG-VBTD36", "name": "VBTD36 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vbtd36-cooper-slate-gray-vanity-assembled-csg-vbtd36", "meta_title": "VBTD36 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VBTD42 payload: {"sku": "CSG-VBTD42", "name": "VBTD42 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vbtd42-cooper-slate-gray-vanity-assembled-csg-vbtd42", "meta_title": "VBTD42 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VBTD48 payload: {"sku": "CSG-VBTD48", "name": "VBTD48 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vbtd48-cooper-slate-gray-vanity-assembled-csg-vbtd48", "meta_title": "VBTD48 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VDB12-3 payload: {"sku": "CSG-VDB12-3", "name": "VDB12-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-cooper-slate-gray-vanity-drawer-base-assembled-csg-vdb12-3", "meta_title": "VDB12-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VDB15-3 payload: {"sku": "CSG-VDB15-3", "name": "VDB15-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-cooper-slate-gray-vanity-drawer-base-assembled-csg-vdb15-3", "meta_title": "VDB15-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VDB18-3 payload: {"sku": "CSG-VDB18-3", "name": "VDB18-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-cooper-slate-gray-vanity-drawer-base-assembled-csg-vdb18-3", "meta_title": "VDB18-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VDB21-3 payload: {"sku": "CSG-VDB21-3", "name": "VDB21-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb21-3-cooper-slate-gray-vanity-drawer-base-assembled-csg-vdb21-3", "meta_title": "VDB21-3 - Cooper Slate Gray - Vanity Drawer Base -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VL1584 payload: {"sku": "CSG-VL1584", "name": "VL1584 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vl1584-cooper-slate-gray-linen-cabinet-assembled-csg-vl1584", "meta_title": "VL1584 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VL1884 payload: {"sku": "CSG-VL1884", "name": "VL1884 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vl1884-cooper-slate-gray-linen-cabinet-assembled-csg-vl1884", "meta_title": "VL1884 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VL2484 payload: {"sku": "CSG-VL2484", "name": "VL2484 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vl2484-cooper-slate-gray-linen-cabinet-assembled-csg-vl2484", "meta_title": "VL2484 - Cooper Slate Gray - Linen Cabinet -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB24 payload: {"sku": "CSG-VSB24", "name": "VSB24 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb24-cooper-slate-gray-vanity-assembled-csg-vsb24", "meta_title": "VSB24 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB27 payload: {"sku": "CSG-VSB27", "name": "VSB27 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb27-cooper-slate-gray-vanity-assembled-csg-vsb27", "meta_title": "VSB27 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB30 payload: {"sku": "CSG-VSB30", "name": "VSB30 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb30-cooper-slate-gray-vanity-assembled-csg-vsb30", "meta_title": "VSB30 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB33 payload: {"sku": "CSG-VSB33", "name": "VSB33 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb33-cooper-slate-gray-vanity-assembled-csg-vsb33", "meta_title": "VSB33 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB36 payload: {"sku": "CSG-VSB36", "name": "VSB36 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb36-cooper-slate-gray-vanity-assembled-csg-vsb36", "meta_title": "VSB36 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB42 payload: {"sku": "CSG-VSB42", "name": "VSB42 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb42-cooper-slate-gray-vanity-assembled-csg-vsb42", "meta_title": "VSB42 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-VSB48 payload: {"sku": "CSG-VSB48", "name": "VSB48 - Cooper Slate Gray - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsb48-cooper-slate-gray-vanity-assembled-csg-vsb48", "meta_title": "VSB48 - Cooper Slate Gray - Vanity -- Assembled --", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product CSG-WDC2430 payload: {"sku": "CSG-WDC2430", "name": "WDC2430 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-cooper-slate-gray-wall-diagonal-corner-assembled-csg-wdc2430", "meta_title": "WDC2430 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "category_ids": ["393", "393", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "wall_cabinets"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC2430MI payload: {"sku": "CSG-WDC2430MI", "name": "WDC2430MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430mi-cooper-slate-gray-wall-diagonal-corner-with-glass-door-assembled-csg-wdc2430mi", "meta_title": "WDC2430MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height", "accessories"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product CSG-WDC2436 payload: {"sku": "CSG-WDC2436", "name": "WDC2436 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-cooper-slate-gray-wall-diagonal-corner-assembled-csg-wdc2436", "meta_title": "WDC2436 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "category_ids": ["393", "393", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "wall_cabinets"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC2436MI payload: {"sku": "CSG-WDC2436MI", "name": "WDC2436MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436mi-cooper-slate-gray-wall-diagonal-corner-with-glass-door-assembled-csg-wdc2436mi", "meta_title": "WDC2436MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height", "accessories"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product CSG-WDC2442 payload: {"sku": "CSG-WDC2442", "name": "WDC2442 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-cooper-slate-gray-wall-diagonal-corner-assembled-csg-wdc2442", "meta_title": "WDC2442 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "category_ids": ["393", "393", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "wall_cabinets"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC2442MI payload: {"sku": "CSG-WDC2442MI", "name": "WDC2442MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442mi-cooper-slate-gray-wall-diagonal-corner-with-glass-door-assembled-csg-wdc2442mi", "meta_title": "WDC2442MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height", "accessories"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC273615 payload: {"sku": "CSG-WDC273615", "name": "WDC273615 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc273615-cooper-slate-gray-wall-diagonal-corner-assembled-csg-wdc273615", "meta_title": "WDC273615 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "category_ids": ["4", "4", "463"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC273615MI payload: {"sku": "CSG-WDC273615MI", "name": "WDC273615MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc273615mi-cooper-slate-gray-wall-diagonal-corner-with-glass-door-assembled-csg-wdc273615mi", "meta_title": "WDC273615MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information", "accessories"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC274215 payload: {"sku": "CSG-WDC274215", "name": "WDC274215 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc274215-cooper-slate-gray-wall-diagonal-corner-assembled-csg-wdc274215", "meta_title": "WDC274215 - Cooper Slate Gray - Wall Diagonal Corner -- Assembled --", "category_ids": ["4", "4", "463"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WDC274215MI payload: {"sku": "CSG-WDC274215MI", "name": "WDC274215MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc274215mi-cooper-slate-gray-wall-diagonal-corner-with-glass-door-assembled-csg-wdc274215mi", "meta_title": "WDC274215MI - Cooper Slate Gray  -Wall Diagonal Corner with Glass Door", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "additional_information", "accessories"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product CSG-WDEP1230 payload: {"sku": "CSG-WDEP1230", "name": "WDEP1230 - Cooper Slate Gray - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdep1230-cooper-slate-gray-wall-deco-end-panel-csg-wdep1230", "meta_title": "WDEP1230 - Cooper Slate Gray - Wall Deco End Panel", "category_ids": ["393", "393", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-WDEP1236 payload: {"sku": "CSG-WDEP1236", "name": "WDEP1236 - Cooper Slate Gray - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdep1236-cooper-slate-gray-wall-deco-end-panel-csg-wdep1236", "meta_title": "WDEP1236 - Cooper Slate Gray - Wall Deco End Panel", "category_ids": ["393", "393", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-WDEP1242 payload: {"sku": "CSG-WDEP1242", "name": "WDEP1242 - Cooper Slate Gray - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdep1242-cooper-slate-gray-wall-deco-end-panel-csg-wdep1242", "meta_title": "WDEP1242 - Cooper Slate Gray - Wall Deco End Panel", "category_ids": ["393", "393", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-WEC1230 payload: {"sku": "CSG-WEC1230", "name": "WEC1230 - Cooper Slate Gray - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wec1230-cooper-slate-gray-wall-angle-end-assembled-csg-wec1230", "meta_title": "WEC1230 - Cooper Slate Gray - Wall Angle End -- Assembled --", "category_ids": ["393", "393", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Plan progress: 100/177 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product CSG-WEC1236 payload: {"sku": "CSG-WEC1236", "name": "WEC1236 - Cooper Slate Gray - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wec1236-cooper-slate-gray-wall-angle-end-assembled-csg-wec1236", "meta_title": "WEC1236 - Cooper Slate Gray - Wall Angle End -- Assembled --", "category_ids": ["393", "393", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product CSG-WEC1242 payload: {"sku": "CSG-WEC1242", "name": "WEC1242 - Cooper Slate Gray - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wec1242-cooper-slate-gray-wall-angle-end-assembled-csg-wec1242", "meta_title": "WEC1242 - Cooper Slate Gray - Wall Angle End -- Assembled --", "category_ids": ["393", "393", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WEP1242 payload: {"sku": "CSG-WEP1242", "name": "WEP1242 - Slate Gray - Wall Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wep1242-slate-gray-wall-skin-csg-wep1242", "meta_title": "WEP1242 - Slate Gray - Wall Skin", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "panels_and_fillers"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product CSG-WEP1542 payload: {"sku": "CSG-WEP1542", "name": "WEP1542 - Slate Gray - Wall Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wep1542-slate-gray-wall-skin-csg-wep1542", "meta_title": "WEP1542 - Slate Gray - Wall Skin", "category_ids": ["4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label", "height", "panels_and_fillers"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product DNU-ASG-GD-WDC2430 payload: {"sku": "DNU-ASG-GD-WDC2430", "name": "GD-WDC2430 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-anna-stone-gray-port-bell-wall-diagonal-corner-glass-door-only-dnu-asg-gd-wdc2430", "meta_title": "GD-WDC2430 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product DNU-ASG-GD-WDC2436 payload: {"sku": "DNU-ASG-GD-WDC2436", "name": "GD-WDC2436 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-anna-stone-gray-port-bell-wall-diagonal-corner-glass-door-only-dnu-asg-gd-wdc2436", "meta_title": "GD-WDC2436 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product DNU-ASG-GD-WDC2442 payload: {"sku": "DNU-ASG-GD-WDC2442", "name": "GD-WDC2442 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-anna-stone-gray-port-bell-wall-diagonal-corner-glass-door-only-dnu-asg-gd-wdc2442", "meta_title": "GD-WDC2442 - Anna Stone Gray - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["516", "389", "389", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product DNU-ASG-MWEP30 payload: {"sku": "DNU-ASG-MWEP30", "name": "MWEP30 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-anna-stone-gray-port-bell-wall-deco-end-panel-dnu-asg-mwep30", "meta_title": "MWEP30 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "category_ids": ["4", "4", "407", "407", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product DNU-ASG-MWEP36 payload: {"sku": "DNU-ASG-MWEP36", "name": "MWEP36 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-anna-stone-gray-port-bell-wall-deco-end-panel-dnu-asg-mwep36", "meta_title": "MWEP36 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "category_ids": ["4", "4", "407", "407", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product DNU-ASG-MWEP42 payload: {"sku": "DNU-ASG-MWEP42", "name": "MWEP42 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-anna-stone-gray-port-bell-wall-deco-end-panel-dnu-asg-mwep42", "meta_title": "MWEP42 - Anna Stone Gray - Port & Bell - Wall Deco End Panel", "category_ids": ["4", "4", "407", "407", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-B12 payload: {"sku": "EOB-B12", "name": "Eleanor Ocean Blue Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-microwave-assembled-port-bell-eob-b12", "meta_title": "Eleanor Ocean Blue Base Microwave - Assembled - Port & Bell", "category_ids": ["394", "394", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-B15 payload: {"sku": "EOB-B15", "name": "Eleanor Ocean Blue Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-microwave-assembled-port-bell-eob-b15", "meta_title": "Eleanor Ocean Blue Base Microwave - Assembled - Port & Bell", "category_ids": ["394", "394", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-B18 payload: {"sku": "EOB-B18", "name": "Eleanor Ocean Blue Base Trash Pullout 2Bin 35Qt - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-trash-pullout-2bin-35qt-assembled-port-bell-eob-b18", "meta_title": "Eleanor Ocean Blue Base Trash Pullout 2Bin 35Qt - Assembled - Port & B", "category_ids": ["394", "394", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-B21 payload: {"sku": "EOB-B21", "name": "Eleanor Ocean Blue Base Corner Sink Front - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-sink-front-port-bell-eob-b21", "meta_title": "Eleanor Ocean Blue Base Corner Sink Front - Port & Bell", "category_ids": ["394", "394", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-B24 payload: {"sku": "EOB-B24", "name": "Eleanor Ocean Blue Base Corner Sink - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-sink-assembled-port-bell-eob-b24", "meta_title": "Eleanor Ocean Blue Base Corner Sink - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-B27 payload: {"sku": "EOB-B27", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-b27", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-B30 payload: {"sku": "EOB-B30", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-b30", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-B33 payload: {"sku": "EOB-B33", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-b33", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-B36 payload: {"sku": "EOB-B36", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-b36", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-B39 payload: {"sku": "EOB-B39", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-b39", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-BBC36/39L/R payload: {"sku": "EOB-BBC36/39L/R", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-bbc36-39l-r", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BBC39/42L/R payload: {"sku": "EOB-BBC39/42L/R", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-bbc39-42l-r", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BBC45/48FHL/R payload: {"sku": "EOB-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Eleanor Ocean Blue - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-eleanor-ocean-blue-port-bell-base-corner-blind-17-5-door-assembled-eob-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Eleanor Ocean Blue - Port & Bell - Base Corner Blind 1", "category_ids": ["435", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-BBC45/48FHL/R-MC payload: {"sku": "EOB-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Eleanor Ocean Blue - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-eleanor-ocean-blue-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-eob-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Eleanor Ocean Blue - Port & Bell - Base Corner Blin", "category_ids": ["435", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-BBC45/48L/R payload: {"sku": "EOB-BBC45/48L/R", "name": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-drawer-base-assembled-port-bell-eob-bbc45-48l-r", "meta_title": "Eleanor Ocean Blue Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-BEC1224L payload: {"sku": "EOB-BEC1224L", "name": "Eleanor Ocean Blue Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-ez-reach-assembled-port-bell-eob-bec1224l", "meta_title": "Eleanor Ocean Blue Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["464", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BEC1224R payload: {"sku": "EOB-BEC1224R", "name": "Eleanor Ocean Blue Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-corner-ez-reach-assembled-port-bell-eob-bec1224r", "meta_title": "Eleanor Ocean Blue Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["464", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BF3 payload: {"sku": "EOB-BF3", "name": "*** Alias Item For *** BF3 - Ocean Blue - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-ocean-blue-port-bell-filler-base-eob-bf3", "meta_title": "*** Alias Item For *** BF3 - Ocean Blue - Port & Bell - Filler Base", "category_ids": ["394", "394", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-BF6 payload: {"sku": "EOB-BF6", "name": "*** Alias Item For *** BF6 - Ocean Blue - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-ocean-blue-port-bell-filler-base-eob-bf6", "meta_title": "*** Alias Item For *** BF6 - Ocean Blue - Port & Bell - Filler Base", "category_ids": ["394", "394", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-BH09 payload: {"sku": "EOB-BH09", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-bh09", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled - Port & Bell", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-BH12 payload: {"sku": "EOB-BH12", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-door-only-port-bell-eob-bh12", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & B", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-BH15 payload: {"sku": "EOB-BH15", "name": "BH15 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh15", "meta_title": "BH15 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-BH18 payload: {"sku": "EOB-BH18", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-door-only-port-bell-eob-bh18", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled Door Only - Port & B", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-BH21 payload: {"sku": "EOB-BH21", "name": "BH21 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh21", "meta_title": "BH21 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-BH24 payload: {"sku": "EOB-BH24", "name": "BH24 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh24", "meta_title": "BH24 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BH27 payload: {"sku": "EOB-BH27", "name": "BH27 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh27", "meta_title": "BH27 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BH30 payload: {"sku": "EOB-BH30", "name": "BH30 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh30", "meta_title": "BH30 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BH33 payload: {"sku": "EOB-BH33", "name": "BH33 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh33", "meta_title": "BH33 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BH36 payload: {"sku": "EOB-BH36", "name": "BH36 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh36", "meta_title": "BH36 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-BH39 payload: {"sku": "EOB-BH39", "name": "BH39 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-eleanor-ocean-blue-port-bell-base-full-height-door-assembled-eob-bh39", "meta_title": "BH39 - Eleanor Ocean Blue - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["394", "394", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "base_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-BM8 payload: {"sku": "EOB-BM8", "name": "*** Alias Item For *** BM8 - Ocean Blue - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-ocean-blue-port-bell-molding-bead-eob-bm8", "meta_title": "*** Alias Item For *** BM8 - Ocean Blue - Port & Bell - Molding Bead", "category_ids": ["394", "394", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product EOB-BMC24 payload: {"sku": "EOB-BMC24", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-door-only-port-bell-eob-bmc24", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled Door Only - Port & B", "category_ids": ["507", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-BMC30 payload: {"sku": "EOB-BMC30", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-door-only-port-bell-eob-bmc30", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & B", "category_ids": ["507", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-CVM8 payload: {"sku": "EOB-CVM8", "name": "*** Alias Item For *** CVM8 - Ocean Blue - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-ocean-blue-port-bell-molding-cove-crown-eob-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Ocean Blue - Port & Bell - Molding Cove ", "category_ids": ["394", "394", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB12-3 payload: {"sku": "EOB-DB12-3", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-port-bell-eob-db12-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled - Port & Bell", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB15-3 payload: {"sku": "EOB-DB15-3", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-door-only-port-bell-eob-db15-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB18-3 payload: {"sku": "EOB-DB18-3", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-door-only-port-bell-eob-db18-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB21-3 payload: {"sku": "EOB-DB21-3", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-door-only-port-bell-eob-db21-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB24-3 payload: {"sku": "EOB-DB24-3", "name": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-diagonal-corner-assembled-door-only-port-bell-eob-db24-3", "meta_title": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB27-3 payload: {"sku": "EOB-DB27-3", "name": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-diagonal-corner-assembled-door-only-port-bell-eob-db27-3", "meta_title": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB30-2 payload: {"sku": "EOB-DB30-2", "name": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-diagonal-corner-assembled-door-only-port-bell-eob-db30-2", "meta_title": "Eleanor Ocean Blue Wall Diagonal Corner Assembled Door Only - Port & B", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB30-3 payload: {"sku": "EOB-DB30-3", "name": "Eleanor Ocean Blue Linen Cabinet - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-linen-cabinet-assembled-port-bell-eob-db30-3", "meta_title": "Eleanor Ocean Blue Linen Cabinet - Assembled - Port & Bell", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB33-3 payload: {"sku": "EOB-DB33-3", "name": "Eleanor Ocean Blue Base Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-base-deco-end-panel-port-bell-eob-db33-3", "meta_title": "Eleanor Ocean Blue Base Deco End Panel - Port & Bell", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-DB36-3 payload: {"sku": "EOB-DB36-3", "name": "Eleanor Ocean Blue Tall Deco End Panel Lower - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-tall-deco-end-panel-lower-port-bell-eob-db36-3", "meta_title": "Eleanor Ocean Blue Tall Deco End Panel Lower - Port & Bell", "category_ids": ["525", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-EZR33 payload: {"sku": "EOB-EZR33", "name": "Eleanor Ocean Blue Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-deco-end-panel-port-bell-eob-ezr33", "meta_title": "Eleanor Ocean Blue Wall Deco End Panel - Port & Bell", "category_ids": ["394", "394", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-EZR36 payload: {"sku": "EOB-EZR36", "name": "Eleanor Ocean Blue Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-deco-end-panel-port-bell-eob-ezr36", "meta_title": "Eleanor Ocean Blue Wall Deco End Panel - Port & Bell", "category_ids": ["394", "394", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-FPP9648 1/4 payload: {"sku": "EOB-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Ocean Blue - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-ocean-blue-port-bell-panel-eob-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Ocean Blue - Port & Bell - Panel", "category_ids": ["394", "394", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-FPP9648 3/4 payload: {"sku": "EOB-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Ocean Blue - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-ocean-blue-port-bell-panel-eob-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Ocean Blue - Port & Bell - Panel", "category_ids": ["394", "394", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-FS24 payload: {"sku": "EOB-FS24", "name": "*** Alias Item For *** FS24 - Ocean Blue - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-ocean-blue-port-bell-floating-shelf-eob-fs24", "meta_title": "*** Alias Item For *** FS24 - Ocean Blue - Port & Bell - Floating Shel", "category_ids": ["431", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-FS30 payload: {"sku": "EOB-FS30", "name": "*** Alias Item For *** FS30 - Ocean Blue - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-ocean-blue-port-bell-floating-shelf-eob-fs30", "meta_title": "*** Alias Item For *** FS30 - Ocean Blue - Port & Bell - Floating Shel", "category_ids": ["394", "394", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-FS36 payload: {"sku": "EOB-FS36", "name": "*** Alias Item For *** FS36 - Ocean Blue - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-ocean-blue-port-bell-floating-shelf-eob-fs36", "meta_title": "*** Alias Item For *** FS36 - Ocean Blue - Port & Bell - Floating Shel", "category_ids": ["394", "394", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-FS60 payload: {"sku": "EOB-FS60", "name": "*** Alias Item For *** FS60 - Ocean Blue - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-ocean-blue-port-bell-floating-shelf-eob-fs60", "meta_title": "*** Alias Item For *** FS60 - Ocean Blue - Port & Bell - Floating Shel", "category_ids": ["431", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-GD-WDC2430 payload: {"sku": "EOB-GD-WDC2430", "name": "Eleanor Ocean Blue Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-pantry-assembled-port-bell-eob-gd-wdc2430", "meta_title": "Eleanor Ocean Blue Pantry - Assembled - Port & Bell", "category_ids": ["516", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-GD-WDC2436 payload: {"sku": "EOB-GD-WDC2436", "name": "Eleanor Ocean Blue Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-sink-base-assembled-port-bell-eob-gd-wdc2436", "meta_title": "Eleanor Ocean Blue Sink Base - Assembled - Port & Bell", "category_ids": ["516", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-GD-WDC2442 payload: {"sku": "EOB-GD-WDC2442", "name": "Eleanor Ocean Blue Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-sink-base-assembled-port-bell-eob-gd-wdc2442", "meta_title": "Eleanor Ocean Blue Sink Base - Assembled - Port & Bell", "category_ids": ["516", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-GDWDC2430 payload: {"sku": "EOB-GDWDC2430", "name": "GDWDC2430 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-eleanor-ocean-blue-port-bell-wall-diagonal-corner-with-glass-door-assembled-eob-gdwdc2430", "meta_title": "GDWDC2430 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["394", "394", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "accessories", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-GDWDC2436 payload: {"sku": "EOB-GDWDC2436", "name": "GDWDC2436 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-eleanor-ocean-blue-port-bell-wall-diagonal-corner-with-glass-door-assembled-eob-gdwdc2436", "meta_title": "GDWDC2436 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["394", "394", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "accessories", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-GDWDC2442 payload: {"sku": "EOB-GDWDC2442", "name": "GDWDC2442 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-eleanor-ocean-blue-port-bell-wall-diagonal-corner-with-glass-door-assembled-eob-gdwdc2442", "meta_title": "GDWDC2442 - Eleanor Ocean Blue - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["394", "394", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "accessories", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-LCVM8 payload: {"sku": "EOB-LCVM8", "name": "*** Alias Item For *** LCVM8 - Ocean Blue - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-ocean-blue-port-bell-molding-cove-crown-eob-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Ocean Blue - Port & Bell - Molding Cove", "category_ids": ["394", "394", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 89}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-LM8 payload: {"sku": "EOB-LM8", "name": "*** Alias Item For *** LM8 - Ocean Blue - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-ocean-blue-port-bell-molding-light-rail-eob-lm8", "meta_title": "*** Alias Item For *** LM8 - Ocean Blue - Port & Bell - Molding Light ", "category_ids": ["394", "394", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-LRM8 payload: {"sku": "EOB-LRM8", "name": "*** Alias Item For *** LRM8 - Ocean Blue - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-ocean-blue-port-bell-molding-light-rail-eob-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Ocean Blue - Port & Bell - Molding Light", "category_ids": ["394", "394", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product EOB-MWEP30 payload: {"sku": "EOB-MWEP30", "name": "Eleanor Ocean Blue Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-sink-base-farm-apron-front-assembled-port-bell-eob-mwep30", "meta_title": "Eleanor Ocean Blue Sink Base Farm Apron Front - Assembled - Port & Bel", "category_ids": ["394", "394", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-MWEP36 payload: {"sku": "EOB-MWEP36", "name": "Eleanor Ocean Blue Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-sink-base-farm-apron-front-assembled-port-bell-eob-mwep36", "meta_title": "Eleanor Ocean Blue Sink Base Farm Apron Front - Assembled - Port & Bel", "category_ids": ["394", "394", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-MWEP42 payload: {"sku": "EOB-MWEP42", "name": "Eleanor Ocean Blue Sample Door - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-sample-door-port-bell-eob-mwep42", "meta_title": "Eleanor Ocean Blue Sample Door - Port & Bell", "category_ids": ["394", "394", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-OC3384 payload: {"sku": "EOB-OC3384", "name": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-vanity-assembled-port-bell-eob-oc3384", "meta_title": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "category_ids": ["421", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-OC3390 payload: {"sku": "EOB-OC3390", "name": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-vanity-assembled-port-bell-eob-oc3390", "meta_title": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "category_ids": ["421", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-OC3396 payload: {"sku": "EOB-OC3396", "name": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-vanity-assembled-port-bell-eob-oc3396", "meta_title": "Eleanor Ocean Blue Vanity - Assembled - Port & Bell", "category_ids": ["421", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product EOB-OCM8-1 payload: {"sku": "EOB-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Ocean Blue - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-ocean-blue-port-bell-molding-outside-corner-eob-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Ocean Blue - Port & Bell - Molding Out", "category_ids": ["394", "394", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "height", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta"], "custom_attribute_count": 90}
INFO:app.jobs.magento_sync_worker:[queue=1706] stage=done: job_id=1229 success=177 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1707 label=push-channel-sample-magento-images-20260806-013350 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1707 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1707] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-013350
INFO:app.jobs.magento_sync_worker:[queue=1707] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1707] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1707] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1707] stage=snapshots: 422 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1707] stage=sync: starting incremental sync job_id=1230 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 422 items (job_id=1230)
INFO:magento.sync_service:Executing plan: 422 pending actions (job_id=1230)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/CGO-48B/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/CGO-48B/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/CGO-48B/media
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/CSG-B18/media/57764 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/CSG-B18/media/57764 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/CSG-B18/media/57764
INFO:magento.sync_service:Plan progress: 100/422 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for CSG-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for CSG-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for CSG-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/422 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1530_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1530_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1530_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1530_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1536_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1536_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1536_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1536_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1542_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1542_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1542_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1542_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1830_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1830_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1830_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1830_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1836_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1836_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1836_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1836_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1842_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1842_Wall_1Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W1842_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W1842_Wall_1Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3030_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3030_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3030_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3030_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3036_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3036_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3036_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3036_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3042_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3042_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3042_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3042_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3630_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3630_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3630_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3630_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3636_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3636_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3636_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3636_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3642_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3642_Wall_2Door_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-W3642_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/W3642_Wall_2Door_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2430_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2430_Wall_DiagonalCorner_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2430_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2430_Wall_DiagonalCorner_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2436_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2436_Wall_DiagonalCorner_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2436_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2436_Wall_DiagonalCorner_Uni.png
WARNING:magento.sync_service:Failed to download image https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2442_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2442_Wall_DiagonalCorner_Uni.png: 404 Client Error: Not Found for url: https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GD-WDC2442_Misc_GlassDoor_Uni.png%3B%20https%3A//pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/WDC2442_Wall_DiagonalCorner_Uni.png
WARNING:magento.sync_service:Media upload failed for DNU-PB-SG-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 300/422 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for DNU-PB-SG-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for DNU-PB-SG-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for EOB-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 400/422 actions (399 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1707] stage=done: job_id=1230 success=422 errors=0
INFO:__main__:Magento push batch 5/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1708 label=push-channel-sample-magento-products-20260806-021351 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1708 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1708] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-021351
INFO:app.jobs.magento_sync_worker:[queue=1708] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=25757
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=25757
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: dataframe done rows=500 elapsed_ms=1110
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=normalize: done, 500 rows ready elapsed_ms=27015
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=provision_configurable: done elapsed_ms=5 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=sync: starting incremental sync job_id=1231 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 213 items (job_id=1231)
INFO:magento.sync_service:Executing plan: 213 pending actions (job_id=1231)
INFO:magento.sync_service:Magento PUT product EOB-REP120 payload: {"sku": "EOB-REP120", "name": "*** Alias Item For *** REP120 - Ocean Blue - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-ocean-blue-port-bell-panel-refrigerator-end-eob-rep120", "meta_title": "*** Alias Item For *** REP120 - Ocean Blue - Port & Bell - Panel Refri", "category_ids": ["394", "394", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product EOB-REP96 payload: {"sku": "EOB-REP96", "name": "*** Alias Item For *** REP96 - Ocean Blue - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-ocean-blue-port-bell-panel-refrigerator-end-eob-rep96", "meta_title": "*** Alias Item For *** REP96 - Ocean Blue - Port & Bell - Panel Refrig", "category_ids": ["394", "394", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-SB24 payload: {"sku": "EOB-SB24", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-sb24", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SB27 payload: {"sku": "EOB-SB27", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-port-bell-eob-sb27", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SB30 payload: {"sku": "EOB-SB30", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-sb30", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SB33 payload: {"sku": "EOB-SB33", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-sb33", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SB36 payload: {"sku": "EOB-SB36", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-port-bell-eob-sb36", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SBF30 payload: {"sku": "EOB-SBF30", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-sbf30", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-SBF36 payload: {"sku": "EOB-SBF36", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-sbf36", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-SBM8 payload: {"sku": "EOB-SBM8", "name": "*** Alias Item For *** SBM8 - Ocean Blue - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-ocean-blue-port-bell-molding-single-bead-eob-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Ocean Blue - Port & Bell - Molding Singl", "category_ids": ["413", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product EOB-SM8 payload: {"sku": "EOB-SM8", "name": "*** Alias Item For *** SM8 - Ocean Blue - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-ocean-blue-port-bell-molding-scribe-eob-sm8", "meta_title": "*** Alias Item For *** SM8 - Ocean Blue - Port & Bell - Molding Scribe", "category_ids": ["394", "394", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product EOB-TK8 payload: {"sku": "EOB-TK8", "name": "*** Alias Item For *** TK8 - Ocean Blue - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-ocean-blue-port-bell-molding-toe-kick-eob-tk8", "meta_title": "*** Alias Item For *** TK8 - Ocean Blue - Port & Bell - Molding Toe Ki", "category_ids": ["394", "394", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 89}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-TKBM8 payload: {"sku": "EOB-TKBM8", "name": "*** Alias Item For *** TKBM8 - Ocean Blue - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-ocean-blue-port-bell-molding-base-eob-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Ocean Blue - Port & Bell - Molding Base", "category_ids": ["394", "394", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product EOB-TLM8 payload: {"sku": "EOB-TLM8", "name": "*** Alias Item For *** TLM8 - Ocean Blue - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-ocean-blue-port-bell-molding-large-crown-eob-tlm8", "meta_title": "*** Alias Item For *** TLM8 - Ocean Blue - Port & Bell - Molding Large", "category_ids": ["394", "394", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product EOB-VA2421 payload: {"sku": "EOB-VA2421", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-va2421", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VA3021 payload: {"sku": "EOB-VA3021", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-va3021", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VA3621 payload: {"sku": "EOB-VA3621", "name": "VA3621 - Eleanor Ocean Blue - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-eleanor-ocean-blue-port-bell-vanity-assembled-eob-va3621", "meta_title": "VA3621 - Eleanor Ocean Blue - Port & Bell - Vanity -- Assembled --", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VDB12-3 payload: {"sku": "EOB-VDB12-3", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-port-bell-eob-vdb12-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VDB15-3 payload: {"sku": "EOB-VDB15-3", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-vdb15-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VDB18-3 payload: {"sku": "EOB-VDB18-3", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-vdb18-3", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD3021DL payload: {"sku": "EOB-VSD3021DL", "name": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-42-h-assembled-port-bell-eob-vsd3021dl", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD3021DR payload: {"sku": "EOB-VSD3021DR", "name": "Eleanor Ocean Blue Wall Cabinet - 15\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-15-h-assembled-port-bell-eob-vsd3021dr", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 15\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD3621DL payload: {"sku": "EOB-VSD3621DL", "name": "Eleanor Ocean Blue Wall Cabinet - 18\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-18-h-assembled-port-bell-eob-vsd3621dl", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 18\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD3621DR payload: {"sku": "EOB-VSD3621DR", "name": "Eleanor Ocean Blue Wall Cabinet - 24\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-24-h-assembled-port-bell-eob-vsd3621dr", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 24\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD4821DLR payload: {"sku": "EOB-VSD4821DLR", "name": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-30-h-assembled-port-bell-eob-vsd4821dlr", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-VSD6021DLR payload: {"sku": "EOB-VSD6021DLR", "name": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-ocean-blue-wall-cabinet-36-h-assembled-port-bell-eob-vsd6021dlr", "meta_title": "Eleanor Ocean Blue Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["467", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included"], "custom_attribute_count": 88}
INFO:magento.sync_service:Magento PUT product EOB-WBC2730 payload: {"sku": "EOB-WBC2730", "name": "Eleanor Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-assembled-port-bell-eob-wbc2730", "meta_title": "Eleanor Snow White Base - Assembled - Port & Bell", "category_ids": ["536", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WBC2736 payload: {"sku": "EOB-WBC2736", "name": "Eleanor Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-assembled-port-bell-eob-wbc2736", "meta_title": "Eleanor Snow White Base - Assembled - Port & Bell", "category_ids": ["536", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WBC2742 payload: {"sku": "EOB-WBC2742", "name": "Eleanor Snow White Base Corner Blind 9\" door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-blind-9-door-assembled-port-bell-eob-wbc2742", "meta_title": "Eleanor Snow White Base Corner Blind 9\" door - Assembled - Port & Bell", "category_ids": ["536", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WCOR2430 payload: {"sku": "EOB-WCOR2430", "name": "Eleanor Snow White Base Corner Blind 15\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-blind-15-door-assembled-port-bell-eob-wcor2430", "meta_title": "Eleanor Snow White Base Corner Blind 15\" Door - Assembled - Port & Bel", "category_ids": ["394", "394", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WCOR2436 payload: {"sku": "EOB-WCOR2436", "name": "Eleanor Snow White Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-blind-17-5-door-assembled-port-bell-eob-wcor2436", "meta_title": "Eleanor Snow White Base Corner Blind 17.5\" Door - Assembled - Port & B", "category_ids": ["394", "394", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WCOR2442 payload: {"sku": "EOB-WCOR2442", "name": "Eleanor Snow White Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-lazy-susan-assembled-port-bell-eob-wcor2442", "meta_title": "Eleanor Snow White Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["394", "394", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WDC2430 payload: {"sku": "EOB-WDC2430", "name": "Eleanor Snow White Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-lazy-susan-assembled-port-bell-eob-wdc2430", "meta_title": "Eleanor Snow White Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["449", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product EOB-WDC2436 payload: {"sku": "EOB-WDC2436", "name": "Eleanor Snow White Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-angle-end-assembled-port-bell-eob-wdc2436", "meta_title": "Eleanor Snow White Base Angle End - Assembled - Port & Bell", "category_ids": ["449", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product EOB-WDC2442 payload: {"sku": "EOB-WDC2442", "name": "Eleanor Snow White Base Angle End - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-angle-end-assembled-port-bell-eob-wdc2442", "meta_title": "Eleanor Snow White Base Angle End - Assembled - Port & Bell", "category_ids": ["449", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product EOB-WECA30 payload: {"sku": "EOB-WECA30", "name": "Eleanor Snow White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-assembled-port-bell-eob-weca30", "meta_title": "Eleanor Snow White Base - Assembled - Port & Bell", "category_ids": ["537", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WECA36 payload: {"sku": "EOB-WECA36", "name": "Eleanor Snow White Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-full-height-door-assembled-port-bell-eob-weca36", "meta_title": "Eleanor Snow White Base Full Height Door - Assembled - Port & Bell", "category_ids": ["537", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WECA42 payload: {"sku": "EOB-WECA42", "name": "Eleanor Snow White Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-full-height-door-assembled-port-bell-eob-weca42", "meta_title": "Eleanor Snow White Base Full Height Door - Assembled - Port & Bell", "category_ids": ["537", "394", "394", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WHB3624 payload: {"sku": "EOB-WHB3624", "name": "WHB3624 - Eleanor Ocean Blue - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-eleanor-ocean-blue-port-bell-wall-hood-straight-assembled-eob-whb3624", "meta_title": "WHB3624 - Eleanor Ocean Blue - Port & Bell - Wall Hood Straight -- Ass", "category_ids": ["394", "394", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-WHB3630 payload: {"sku": "EOB-WHB3630", "name": "WHB3630 - Eleanor Ocean Blue - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-eleanor-ocean-blue-port-bell-wall-hood-straight-assembled-eob-whb3630", "meta_title": "WHB3630 - Eleanor Ocean Blue - Port & Bell - Wall Hood Straight -- Ass", "category_ids": ["394", "394", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product EOB-WOCD2430 payload: {"sku": "EOB-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Ocean Blue - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-ocean-blue-port-bell-wall-open-diagonal-corner-no-door-assembled-eob-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Ocean Blue - Port & Bell - Wall Open", "category_ids": ["394", "394", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WOCD2436 payload: {"sku": "EOB-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Ocean Blue - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-ocean-blue-port-bell-wall-open-diagonal-corner-no-door-assembled-eob-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Ocean Blue - Port & Bell - Wall Open", "category_ids": ["394", "394", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product EOB-WOCD2442 payload: {"sku": "EOB-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Ocean Blue - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-ocean-blue-port-bell-wall-open-diagonal-corner-no-door-assembled-eob-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Ocean Blue - Port & Bell - Wall Open", "category_ids": ["394", "394", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B12 payload: {"sku": "ESW-B12", "name": "Eleanor Snow White Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-microwave-assembled-port-bell-esw-b12", "meta_title": "Eleanor Snow White Base Microwave - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-B15 payload: {"sku": "ESW-B15", "name": "Eleanor Snow White Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-microwave-assembled-port-bell-esw-b15", "meta_title": "Eleanor Snow White Base Microwave - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-B18 payload: {"sku": "ESW-B18", "name": "Eleanor Snow White Base Trash Pullout 2Bin 35Qt - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-trash-pullout-2bin-35qt-assembled-port-bell-esw-b18", "meta_title": "Eleanor Snow White Base Trash Pullout 2Bin 35Qt - Assembled - Port & B", "category_ids": ["395", "395", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-B21 payload: {"sku": "ESW-B21", "name": "Eleanor Snow White Base Corner Sink Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-sink-front-assembled-port-bell-esw-b21", "meta_title": "Eleanor Snow White Base Corner Sink Front - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-B24 payload: {"sku": "ESW-B24", "name": "Eleanor Snow White Base Corner Sink - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-sink-assembled-port-bell-esw-b24", "meta_title": "Eleanor Snow White Base Corner Sink - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B27 payload: {"sku": "ESW-B27", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-b27", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B30 payload: {"sku": "ESW-B30", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-b30", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B33 payload: {"sku": "ESW-B33", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-b33", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B36 payload: {"sku": "ESW-B36", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-b36", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-B39 payload: {"sku": "ESW-B39", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-b39", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-BBC36/39L/R payload: {"sku": "ESW-BBC36/39L/R", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-bbc36-39l-r", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BBC39/42L/R payload: {"sku": "ESW-BBC39/42L/R", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-bbc39-42l-r", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BBC45/48FHL/R payload: {"sku": "ESW-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Eleanor Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-eleanor-snow-white-port-bell-base-corner-blind-17-5-door-assembled-esw-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Eleanor Snow White - Port & Bell - Base Corner Blind 1", "category_ids": ["435", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-BBC45/48FHL/R-MC payload: {"sku": "ESW-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Eleanor Snow White - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-eleanor-snow-white-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-esw-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Eleanor Snow White - Port & Bell - Base Corner Blin", "category_ids": ["435", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-BBC45/48L/R payload: {"sku": "ESW-BBC45/48L/R", "name": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-drawer-base-assembled-port-bell-esw-bbc45-48l-r", "meta_title": "Eleanor Snow White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-BEC1224L payload: {"sku": "ESW-BEC1224L", "name": "Eleanor Snow White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-ez-reach-assembled-port-bell-esw-bec1224l", "meta_title": "Eleanor Snow White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["464", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BEC1224R payload: {"sku": "ESW-BEC1224R", "name": "Eleanor Snow White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-base-corner-ez-reach-assembled-port-bell-esw-bec1224r", "meta_title": "Eleanor Snow White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["464", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BF3 payload: {"sku": "ESW-BF3", "name": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-snow-white-port-bell-filler-base-esw-bf3", "meta_title": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "category_ids": ["395", "395", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-BF6 payload: {"sku": "ESW-BF6", "name": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-snow-white-port-bell-filler-base-esw-bf6", "meta_title": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "category_ids": ["395", "395", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-BH09 payload: {"sku": "ESW-BH09", "name": "Eleanor Snow White Linen Cabinet - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-linen-cabinet-assembled-port-bell-esw-bh09", "meta_title": "Eleanor Snow White Linen Cabinet - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-BH12 payload: {"sku": "ESW-BH12", "name": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-tall-oven-single-assembled-port-bell-esw-bh12", "meta_title": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-BH15 payload: {"sku": "ESW-BH15", "name": "BH15 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh15", "meta_title": "BH15 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-BH18 payload: {"sku": "ESW-BH18", "name": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-tall-oven-single-assembled-port-bell-esw-bh18", "meta_title": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-BH21 payload: {"sku": "ESW-BH21", "name": "BH21 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh21", "meta_title": "BH21 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-BH24 payload: {"sku": "ESW-BH24", "name": "BH24 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh24", "meta_title": "BH24 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BH27 payload: {"sku": "ESW-BH27", "name": "BH27 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh27", "meta_title": "BH27 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BH30 payload: {"sku": "ESW-BH30", "name": "BH30 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh30", "meta_title": "BH30 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BH33 payload: {"sku": "ESW-BH33", "name": "BH33 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh33", "meta_title": "BH33 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BH36 payload: {"sku": "ESW-BH36", "name": "BH36 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh36", "meta_title": "BH36 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-BH39 payload: {"sku": "ESW-BH39", "name": "BH39 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-eleanor-snow-white-port-bell-base-full-height-door-assembled-esw-bh39", "meta_title": "BH39 - Eleanor Snow White - Port & Bell - Base Full Height Door -- Ass", "category_ids": ["395", "395", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-BM8 payload: {"sku": "ESW-BM8", "name": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-snow-white-port-bell-molding-bead-esw-bm8", "meta_title": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "category_ids": ["395", "395", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ESW-BMC24 payload: {"sku": "ESW-BMC24", "name": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-tall-oven-single-assembled-port-bell-esw-bmc24", "meta_title": "Eleanor Snow White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["507", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-BMC30 payload: {"sku": "ESW-BMC30", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-bmc30", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["507", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-CVM8 payload: {"sku": "ESW-CVM8", "name": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-snow-white-port-bell-molding-cove-crown-esw-cvm8", "meta_title": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove C", "category_ids": ["395", "395", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB12-3 payload: {"sku": "ESW-DB12-3", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-db12-3", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB15-3 payload: {"sku": "ESW-DB15-3", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-db15-3", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB18-3 payload: {"sku": "ESW-DB18-3", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-db18-3", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB21-3 payload: {"sku": "ESW-DB21-3", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-db21-3", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB24-3 payload: {"sku": "ESW-DB24-3", "name": "Eleanor Snow White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-pantry-assembled-port-bell-esw-db24-3", "meta_title": "Eleanor Snow White Pantry - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB27-3 payload: {"sku": "ESW-DB27-3", "name": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-assembled-port-bell-esw-db27-3", "meta_title": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB30-2 payload: {"sku": "ESW-DB30-2", "name": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-assembled-port-bell-esw-db30-2", "meta_title": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB30-3 payload: {"sku": "ESW-DB30-3", "name": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-assembled-port-bell-esw-db30-3", "meta_title": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB33-3 payload: {"sku": "ESW-DB33-3", "name": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-assembled-port-bell-esw-db33-3", "meta_title": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-DB36-3 payload: {"sku": "ESW-DB36-3", "name": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-assembled-port-bell-esw-db36-3", "meta_title": "Eleanor Snow White Sink Base - Assembled - Port & Bell", "category_ids": ["525", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-EZR33 payload: {"sku": "ESW-EZR33", "name": "Eleanor Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-farm-apron-front-assembled-port-bell-esw-ezr33", "meta_title": "Eleanor Snow White Sink Base Farm Apron Front - Assembled - Port & Bel", "category_ids": ["395", "395", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-EZR36 payload: {"sku": "ESW-EZR36", "name": "Eleanor Snow White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-sink-base-farm-apron-front-assembled-port-bell-esw-ezr36", "meta_title": "Eleanor Snow White Sink Base Farm Apron Front - Assembled - Port & Bel", "category_ids": ["395", "395", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-FPP9648 1/4 payload: {"sku": "ESW-FPP9648 1/4", "name": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-snow-white-port-bell-panel-esw-fpp9648-1-4", "meta_title": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "category_ids": ["395", "395", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-FPP9648 3/4 payload: {"sku": "ESW-FPP9648 3/4", "name": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-snow-white-port-bell-panel-esw-fpp9648-3-4", "meta_title": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "category_ids": ["395", "395", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-FS24 payload: {"sku": "ESW-FS24", "name": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-snow-white-port-bell-floating-shelf-esw-fs24", "meta_title": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["431", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-FS30 payload: {"sku": "ESW-FS30", "name": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-snow-white-port-bell-floating-shelf-esw-fs30", "meta_title": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["395", "395", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-FS36 payload: {"sku": "ESW-FS36", "name": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-snow-white-port-bell-floating-shelf-esw-fs36", "meta_title": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["395", "395", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-FS60 payload: {"sku": "ESW-FS60", "name": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-snow-white-port-bell-floating-shelf-esw-fs60", "meta_title": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["431", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-GD-WDC2430 payload: {"sku": "ESW-GD-WDC2430", "name": "GD-WDC2430 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-eleanor-snow-white-port-bell-wall-diagonal-corner-glass-door-only-esw-gd-wdc2430", "meta_title": "GD-WDC2430 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner G", "category_ids": ["516", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-GD-WDC2436 payload: {"sku": "ESW-GD-WDC2436", "name": "GD-WDC2436 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-eleanor-snow-white-port-bell-wall-diagonal-corner-glass-door-only-esw-gd-wdc2436", "meta_title": "GD-WDC2436 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner G", "category_ids": ["516", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-GD-WDC2442 payload: {"sku": "ESW-GD-WDC2442", "name": "GD-WDC2442 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-eleanor-snow-white-port-bell-wall-diagonal-corner-glass-door-only-esw-gd-wdc2442", "meta_title": "GD-WDC2442 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner G", "category_ids": ["516", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-GDWDC2430 payload: {"sku": "ESW-GDWDC2430", "name": "GDWDC2430 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-eleanor-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-esw-gdwdc2430", "meta_title": "GDWDC2430 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["395", "395", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Plan progress: 100/213 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product ESW-GDWDC2436 payload: {"sku": "ESW-GDWDC2436", "name": "GDWDC2436 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-eleanor-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-esw-gdwdc2436", "meta_title": "GDWDC2436 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["395", "395", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-GDWDC2442 payload: {"sku": "ESW-GDWDC2442", "name": "GDWDC2442 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-eleanor-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-esw-gdwdc2442", "meta_title": "GDWDC2442 - Eleanor Snow White - Port & Bell - Wall Diagonal Corner wi", "category_ids": ["395", "395", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-LCVM8 payload: {"sku": "ESW-LCVM8", "name": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-snow-white-port-bell-molding-cove-crown-esw-lcvm8", "meta_title": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove ", "category_ids": ["395", "395", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-LM8 payload: {"sku": "ESW-LM8", "name": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-snow-white-port-bell-molding-light-rail-esw-lm8", "meta_title": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light R", "category_ids": ["532", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-LRM8 payload: {"sku": "ESW-LRM8", "name": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-snow-white-port-bell-molding-light-rail-esw-lrm8", "meta_title": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light ", "category_ids": ["532", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ESW-MWEP15 payload: {"sku": "ESW-MWEP15", "name": "MWEP15 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-eleanor-snow-white-port-bell-wall-deco-end-panel-esw-mwep15", "meta_title": "MWEP15 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["416", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-MWEP30 payload: {"sku": "ESW-MWEP30", "name": "MWEP30 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-eleanor-snow-white-port-bell-wall-deco-end-panel-esw-mwep30", "meta_title": "MWEP30 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["395", "395", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-MWEP36 payload: {"sku": "ESW-MWEP36", "name": "MWEP36 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-eleanor-snow-white-port-bell-wall-deco-end-panel-esw-mwep36", "meta_title": "MWEP36 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["395", "395", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-MWEP42 payload: {"sku": "ESW-MWEP42", "name": "MWEP42 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-eleanor-snow-white-port-bell-wall-deco-end-panel-esw-mwep42", "meta_title": "MWEP42 - Eleanor Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["395", "395", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-OC3384 payload: {"sku": "ESW-OC3384", "name": "Eleanor Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-vanity-assembled-port-bell-esw-oc3384", "meta_title": "Eleanor Snow White Vanity - Assembled - Port & Bell", "category_ids": ["421", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-OC3390 payload: {"sku": "ESW-OC3390", "name": "Eleanor Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-vanity-assembled-port-bell-esw-oc3390", "meta_title": "Eleanor Snow White Vanity - Assembled - Port & Bell", "category_ids": ["421", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "care_instructions"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-OC3396 payload: {"sku": "ESW-OC3396", "name": "Eleanor Snow White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-vanity-assembled-port-bell-esw-oc3396", "meta_title": "Eleanor Snow White Vanity - Assembled - Port & Bell", "category_ids": ["421", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product ESW-OCM8-1 payload: {"sku": "ESW-OCM8-1", "name": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-snow-white-port-bell-molding-outside-corner-esw-ocm8-1", "meta_title": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outs", "category_ids": ["395", "395", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-REP120 payload: {"sku": "ESW-REP120", "name": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-snow-white-port-bell-panel-refrigerator-end-esw-rep120", "meta_title": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrig", "category_ids": ["395", "395", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ESW-REP96 payload: {"sku": "ESW-REP96", "name": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-snow-white-port-bell-panel-refrigerator-end-esw-rep96", "meta_title": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrige", "category_ids": ["395", "395", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-SB24 payload: {"sku": "ESW-SB24", "name": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-36-h-assembled-port-bell-esw-sb24", "meta_title": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SB27 payload: {"sku": "ESW-SB27", "name": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-42-h-assembled-port-bell-esw-sb27", "meta_title": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SB30 payload: {"sku": "ESW-SB30", "name": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-30-h-assembled-port-bell-esw-sb30", "meta_title": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SB33 payload: {"sku": "ESW-SB33", "name": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-36-h-assembled-port-bell-esw-sb33", "meta_title": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SB36 payload: {"sku": "ESW-SB36", "name": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-42-h-assembled-port-bell-esw-sb36", "meta_title": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SBF30 payload: {"sku": "ESW-SBF30", "name": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-30-h-assembled-port-bell-esw-sbf30", "meta_title": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-SBF36 payload: {"sku": "ESW-SBF36", "name": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-36-h-assembled-port-bell-esw-sbf36", "meta_title": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-SBM8 payload: {"sku": "ESW-SBM8", "name": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-snow-white-port-bell-molding-single-bead-esw-sbm8", "meta_title": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single", "category_ids": ["413", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ESW-SM8 payload: {"sku": "ESW-SM8", "name": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-snow-white-port-bell-molding-scribe-esw-sm8", "meta_title": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "category_ids": ["395", "395", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product ESW-TK8 payload: {"sku": "ESW-TK8", "name": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-snow-white-port-bell-molding-toe-kick-esw-tk8", "meta_title": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kic", "category_ids": ["395", "395", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-TKBM8 payload: {"sku": "ESW-TKBM8", "name": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-snow-white-port-bell-molding-base-esw-tkbm8", "meta_title": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "category_ids": ["395", "395", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product ESW-TLM8 payload: {"sku": "ESW-TLM8", "name": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-snow-white-port-bell-molding-large-crown-esw-tlm8", "meta_title": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large ", "category_ids": ["395", "395", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product ESW-VA2421 payload: {"sku": "ESW-VA2421", "name": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-42-h-assembled-port-bell-esw-va2421", "meta_title": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VA3021 payload: {"sku": "ESW-VA3021", "name": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-30-h-assembled-port-bell-esw-va3021", "meta_title": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VA3621 payload: {"sku": "ESW-VA3621", "name": "VA3621 - Eleanor Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-eleanor-snow-white-port-bell-vanity-assembled-esw-va3621", "meta_title": "VA3621 - Eleanor Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VDB12-3 payload: {"sku": "ESW-VDB12-3", "name": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-36-h-assembled-port-bell-esw-vdb12-3", "meta_title": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VDB15-3 payload: {"sku": "ESW-VDB15-3", "name": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-42-h-assembled-port-bell-esw-vdb15-3", "meta_title": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VDB18-3 payload: {"sku": "ESW-VDB18-3", "name": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-30-h-assembled-port-bell-esw-vdb18-3", "meta_title": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD3021DL payload: {"sku": "ESW-VSD3021DL", "name": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-42-h-assembled-port-bell-esw-vsd3021dl", "meta_title": "Eleanor Snow White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD3021DR payload: {"sku": "ESW-VSD3021DR", "name": "Eleanor Snow White Wall Cabinet - 15\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-15-h-assembled-port-bell-esw-vsd3021dr", "meta_title": "Eleanor Snow White Wall Cabinet - 15\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD3621DL payload: {"sku": "ESW-VSD3621DL", "name": "Eleanor Snow White Wall Cabinet - 18\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-18-h-assembled-port-bell-esw-vsd3621dl", "meta_title": "Eleanor Snow White Wall Cabinet - 18\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD3621DR payload: {"sku": "ESW-VSD3621DR", "name": "Eleanor Snow White Wall Cabinet - 24\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-24-h-assembled-port-bell-esw-vsd3621dr", "meta_title": "Eleanor Snow White Wall Cabinet - 24\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD4821DLR payload: {"sku": "ESW-VSD4821DLR", "name": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-30-h-assembled-port-bell-esw-vsd4821dlr", "meta_title": "Eleanor Snow White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-VSD6021DLR payload: {"sku": "ESW-VSD6021DLR", "name": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "eleanor-snow-white-wall-cabinet-36-h-assembled-port-bell-esw-vsd6021dlr", "meta_title": "Eleanor Snow White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["467", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product ESW-WBC2730 payload: {"sku": "ESW-WBC2730", "name": "Galaxy Horizon Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-fabuwood-esw-wbc2730", "meta_title": "Galaxy Horizon Base - Fabuwood", "category_ids": ["536", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WBC2736 payload: {"sku": "ESW-WBC2736", "name": "Galaxy Horizon Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-fabuwood-esw-wbc2736", "meta_title": "Galaxy Horizon Base - Fabuwood", "category_ids": ["536", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WBC2742 payload: {"sku": "ESW-WBC2742", "name": "Galaxy Horizon Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-fabuwood-esw-wbc2742", "meta_title": "Galaxy Horizon Base - Fabuwood", "category_ids": ["536", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WCOR2430 payload: {"sku": "ESW-WCOR2430", "name": "Galaxy Horizon Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-fabuwood-esw-wcor2430", "meta_title": "Galaxy Horizon Base - Fabuwood", "category_ids": ["395", "395", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WCOR2436 payload: {"sku": "ESW-WCOR2436", "name": "Galaxy Horizon Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-fabuwood-esw-wcor2436", "meta_title": "Galaxy Horizon Base - Fabuwood", "category_ids": ["395", "395", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WCOR2442 payload: {"sku": "ESW-WCOR2442", "name": "Galaxy Horizon Filler - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-filler-fabuwood-esw-wcor2442", "meta_title": "Galaxy Horizon Filler - Fabuwood", "category_ids": ["395", "395", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WDC2430 payload: {"sku": "ESW-WDC2430", "name": "Galaxy Horizon Filler - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-filler-fabuwood-esw-wdc2430", "meta_title": "Galaxy Horizon Filler - Fabuwood", "category_ids": ["449", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-WDC2436 payload: {"sku": "ESW-WDC2436", "name": "Galaxy Horizon Base Corner Blind - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-corner-blind-fabuwood-esw-wdc2436", "meta_title": "Galaxy Horizon Base Corner Blind - Fabuwood", "category_ids": ["449", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-WDC2442 payload: {"sku": "ESW-WDC2442", "name": "Galaxy Horizon Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-drawer-base-fabuwood-esw-wdc2442", "meta_title": "Galaxy Horizon Drawer Base - Fabuwood", "category_ids": ["449", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-WECA30 payload: {"sku": "ESW-WECA30", "name": "Galaxy Horizon Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-drawer-base-fabuwood-esw-weca30", "meta_title": "Galaxy Horizon Drawer Base - Fabuwood", "category_ids": ["537", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WECA36 payload: {"sku": "ESW-WECA36", "name": "Galaxy Horizon Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-drawer-base-fabuwood-esw-weca36", "meta_title": "Galaxy Horizon Drawer Base - Fabuwood", "category_ids": ["537", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WECA42 payload: {"sku": "ESW-WECA42", "name": "Galaxy Horizon Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-drawer-base-fabuwood-esw-weca42", "meta_title": "Galaxy Horizon Drawer Base - Fabuwood", "category_ids": ["537", "395", "395", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WHB3624 payload: {"sku": "ESW-WHB3624", "name": "WHB3624 - Eleanor Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-eleanor-snow-white-port-bell-wall-hood-straight-assembled-esw-whb3624", "meta_title": "WHB3624 - Eleanor Snow White - Port & Bell - Wall Hood Straight -- Ass", "category_ids": ["395", "395", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WHB3630 payload: {"sku": "ESW-WHB3630", "name": "WHB3630 - Eleanor Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-eleanor-snow-white-port-bell-wall-hood-straight-assembled-esw-whb3630", "meta_title": "WHB3630 - Eleanor Snow White - Port & Bell - Wall Hood Straight -- Ass", "category_ids": ["395", "395", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product ESW-WOCD2430 payload: {"sku": "ESW-WOCD2430", "name": "*** Alias Item For *** WOCD2430 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-esw-wocd2430", "meta_title": "*** Alias Item For *** WOCD2430 - Snow White - Port & Bell - Wall Open", "category_ids": ["395", "395", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-WOCD2436 payload: {"sku": "ESW-WOCD2436", "name": "*** Alias Item For *** WOCD2436 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-esw-wocd2436", "meta_title": "*** Alias Item For *** WOCD2436 - Snow White - Port & Bell - Wall Open", "category_ids": ["395", "395", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product ESW-WOCD2442 payload: {"sku": "ESW-WOCD2442", "name": "*** Alias Item For *** WOCD2442 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-esw-wocd2442", "meta_title": "*** Alias Item For *** WOCD2442 - Snow White - Port & Bell - Wall Open", "category_ids": ["395", "395", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product FGH-B09FD payload: {"sku": "FGH-B09FD", "name": "Galaxy Horizon Molding Outside Corner - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-molding-outside-corner-fabuwood-fgh-b09fd", "meta_title": "Galaxy Horizon Molding Outside Corner - Fabuwood", "category_ids": ["396", "396", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "base_cabinets"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-B12 payload: {"sku": "FGH-B12", "name": "Galaxy Horizon Panel - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-panel-fabuwood-fgh-b12", "meta_title": "Galaxy Horizon Panel - Fabuwood", "category_ids": ["396", "396", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B15 payload: {"sku": "FGH-B15", "name": "Galaxy Horizon Panel Refrigerator End - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-panel-refrigerator-end-fabuwood-fgh-b15", "meta_title": "Galaxy Horizon Panel Refrigerator End - Fabuwood", "category_ids": ["396", "396", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B18 payload: {"sku": "FGH-B18", "name": "Galaxy Horizon Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-sink-base-fabuwood-fgh-b18", "meta_title": "Galaxy Horizon Sink Base - Fabuwood", "category_ids": ["396", "396", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B21 payload: {"sku": "FGH-B21", "name": "Galaxy Horizon Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-sink-base-fabuwood-fgh-b21", "meta_title": "Galaxy Horizon Sink Base - Fabuwood", "category_ids": ["396", "396", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B24 payload: {"sku": "FGH-B24", "name": "Galaxy Horizon Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-sink-base-fabuwood-fgh-b24", "meta_title": "Galaxy Horizon Sink Base - Fabuwood", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B27 payload: {"sku": "FGH-B27", "name": "Galaxy Horizon Base Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-base-finished-skin-fabuwood-fgh-b27", "meta_title": "Galaxy Horizon Base Finished Skin - Fabuwood", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B30 payload: {"sku": "FGH-B30", "name": "Galaxy Horizon Wall Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-finished-skin-fabuwood-fgh-b30", "meta_title": "Galaxy Horizon Wall Finished Skin - Fabuwood", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B33 payload: {"sku": "FGH-B33", "name": "Galaxy Horizon Wall Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-finished-skin-fabuwood-fgh-b33", "meta_title": "Galaxy Horizon Wall Finished Skin - Fabuwood", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B36 payload: {"sku": "FGH-B36", "name": "B36 - Galaxy Horizon - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-galaxy-horizon-fabuwood-base-fgh-b36", "meta_title": "B36 - Galaxy Horizon - Fabuwood - Base", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-B39 payload: {"sku": "FGH-B39", "name": "B39 - Galaxy Horizon - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-galaxy-horizon-fabuwood-base-fgh-b39", "meta_title": "B39 - Galaxy Horizon - Fabuwood - Base", "category_ids": ["396", "396", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-BBM payload: {"sku": "FGH-BBM", "name": "BBM - Galaxy Horizon - Fabuwood - Molding Furniture Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbm-galaxy-horizon-fabuwood-molding-furniture-base-fgh-bbm", "meta_title": "BBM - Galaxy Horizon - Fabuwood - Molding Furniture Base", "category_ids": ["396", "396", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 16}
INFO:magento.sync_service:Magento PUT product FGH-BLB36/39 payload: {"sku": "FGH-BLB36/39", "name": "Galaxy Horizon Molding Toe Kick - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-molding-toe-kick-fabuwood-fgh-blb36-39", "meta_title": "Galaxy Horizon Molding Toe Kick - Fabuwood", "category_ids": ["396", "396", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-BLB42/45 payload: {"sku": "FGH-BLB42/45", "name": "BLB4245 - Galaxy Horizon - Fabuwood - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "blb4245-galaxy-horizon-fabuwood-base-corner-blind-fgh-blb42-45", "meta_title": "BLB4245 - Galaxy Horizon - Fabuwood - Base Corner Blind", "category_ids": ["396", "396", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-BTL12 payload: {"sku": "FGH-BTL12", "name": "BTL12 - Galaxy Horizon - Fabuwood - Base Transitional", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "btl12-galaxy-horizon-fabuwood-base-transitional-fgh-btl12", "meta_title": "BTL12 - Galaxy Horizon - Fabuwood - Base Transitional", "category_ids": ["396", "396", "4", "4", "464"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-BTR12 payload: {"sku": "FGH-BTR12", "name": "BTR12 - Galaxy Horizon - Fabuwood - Base Transitional", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "btr12-galaxy-horizon-fabuwood-base-transitional-fgh-btr12", "meta_title": "BTR12 - Galaxy Horizon - Fabuwood - Base Transitional", "category_ids": ["396", "396", "4", "4", "464"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-CM-3 payload: {"sku": "FGH-CM-3", "name": "CM3 - Galaxy Horizon - Fabuwood - Molding Small Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cm3-galaxy-horizon-fabuwood-molding-small-crown-fgh-cm-3", "meta_title": "CM3 - Galaxy Horizon - Fabuwood - Molding Small Crown", "category_ids": ["396", "396", "4", "4", "414"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 16}
INFO:magento.sync_service:Magento PUT product FGH-CM3 payload: {"sku": "FGH-CM3", "name": "GALAXY HORIZON CM-3", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-cm-3-fgh-cm3", "meta_title": "GALAXY HORIZON CM-3", "category_ids": ["4", "4", "492", "396", "396"], "custom_attribute_codes": ["description", "meta_title", "url_key", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "meta_keyword", "meta_description", "shopping_collection", "additional_information"], "custom_attribute_count": 11}
INFO:magento.sync_service:Magento PUT product FGH-DB12 payload: {"sku": "FGH-DB12", "name": "Galaxy Horizon Touch Up Kit - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-touch-up-kit-fabuwood-fgh-db12", "meta_title": "Galaxy Horizon Touch Up Kit - Fabuwood", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-DB15 payload: {"sku": "FGH-DB15", "name": "Galaxy Horizon Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-pantry-fabuwood-fgh-db15", "meta_title": "Galaxy Horizon Pantry - Fabuwood", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-DB18 payload: {"sku": "FGH-DB18", "name": "Galaxy Horizon Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-pantry-fabuwood-fgh-db18", "meta_title": "Galaxy Horizon Pantry - Fabuwood", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-DB24 payload: {"sku": "FGH-DB24", "name": "Galaxy Horizon Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-pantry-fabuwood-fgh-db24", "meta_title": "Galaxy Horizon Pantry - Fabuwood", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-DB30 payload: {"sku": "FGH-DB30", "name": "Galaxy Horizon Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-pantry-fabuwood-fgh-db30", "meta_title": "Galaxy Horizon Pantry - Fabuwood", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-DB36 payload: {"sku": "FGH-DB36", "name": "DB36 - Galaxy Horizon - Fabuwood - Drawer Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-galaxy-horizon-fabuwood-drawer-base-fgh-db36", "meta_title": "DB36 - Galaxy Horizon - Fabuwood - Drawer Base", "category_ids": ["396", "396", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-ERB33 payload: {"sku": "FGH-ERB33", "name": "ERB33 - Galaxy Horizon - Fabuwood - Base Corner Easy Reach", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "erb33-galaxy-horizon-fabuwood-base-corner-easy-reach-fgh-erb33", "meta_title": "ERB33 - Galaxy Horizon - Fabuwood - Base Corner Easy Reach", "category_ids": ["396", "396", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-ERB36 payload: {"sku": "FGH-ERB36", "name": "ERB36 - Galaxy Horizon - Fabuwood - Base Corner Easy Reach", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "erb36-galaxy-horizon-fabuwood-base-corner-easy-reach-fgh-erb36", "meta_title": "ERB36 - Galaxy Horizon - Fabuwood - Base Corner Easy Reach", "category_ids": ["396", "396", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-FS30 payload: {"sku": "FGH-FS30", "name": "FS30 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs30-galaxy-horizon-fabuwood-sink-base-farm-apron-front-fgh-fs30", "meta_title": "FS30 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-FS33 payload: {"sku": "FGH-FS33", "name": "FS33 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs33-galaxy-horizon-fabuwood-sink-base-farm-apron-front-fgh-fs33", "meta_title": "FS33 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-FS36 payload: {"sku": "FGH-FS36", "name": "FS36 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs36-galaxy-horizon-fabuwood-sink-base-farm-apron-front-fgh-fs36", "meta_title": "FS36 - Galaxy Horizon - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-GDWDC2430 payload: {"sku": "FGH-GDWDC2430", "name": "GDWDC2430 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-galaxy-horizon-fabuwood-wall-diagonal-corner-30h-glass-door-only-fgh-gdwdc2430", "meta_title": "GDWDC2430 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner 30H Glass", "category_ids": ["396", "396", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-GDWDC2436 payload: {"sku": "FGH-GDWDC2436", "name": "GDWDC2436 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-galaxy-horizon-fabuwood-wall-diagonal-corner-36h-glass-door-only-fgh-gdwdc2436", "meta_title": "GDWDC2436 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner 36H Glass", "category_ids": ["396", "396", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-GDWDC2442 payload: {"sku": "FGH-GDWDC2442", "name": "GDWDC2442 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-galaxy-horizon-fabuwood-wall-diagonal-corner42h-glass-door-only-fgh-gdwdc2442", "meta_title": "GDWDC2442 - Galaxy Horizon - Fabuwood - Wall Diagonal Corner42H Glass ", "category_ids": ["396", "396", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/inside-corner' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-ICM8 payload: {"sku": "FGH-ICM8", "name": "ICM8 - Galaxy Horizon - Fabuwood - Molding Inside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "icm8-galaxy-horizon-fabuwood-molding-inside-corner-fgh-icm8", "meta_title": "ICM8 - Galaxy Horizon - Fabuwood - Molding Inside Corner", "category_ids": ["396", "396", "4", "4", "494"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 15}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FGH-LRM payload: {"sku": "FGH-LRM", "name": "LRM - Galaxy Horizon - Fabuwood - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lrm-galaxy-horizon-fabuwood-molding-light-rail-fgh-lrm", "meta_title": "LRM - Galaxy Horizon - Fabuwood - Molding Light Rail", "category_ids": ["396", "396", "4", "4", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 15}
INFO:magento.sync_service:Magento PUT product FGH-LSB33 payload: {"sku": "FGH-LSB33", "name": "LSB33 - Galaxy Horizon - Fabuwood - Base Corner Lazy Susan", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lsb33-galaxy-horizon-fabuwood-base-corner-lazy-susan-fgh-lsb33", "meta_title": "LSB33 - Galaxy Horizon - Fabuwood - Base Corner Lazy Susan", "category_ids": ["396", "396", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-LSB36 payload: {"sku": "FGH-LSB36", "name": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-42-h-fabuwood-fgh-lsb36", "meta_title": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-MC303021 payload: {"sku": "FGH-MC303021", "name": "MC303021 - Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mc303021-galaxy-horizon-fabuwood-wall-microwave-cabinet-fgh-mc303021", "meta_title": "MC303021 - Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "category_ids": ["396", "396", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-MC303621 payload: {"sku": "FGH-MC303621", "name": "MC303621- Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mc303621-galaxy-horizon-fabuwood-wall-microwave-cabinet-fgh-mc303621", "meta_title": "MC303621- Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "category_ids": ["396", "396", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-MC304221 payload: {"sku": "FGH-MC304221", "name": "MC304221- Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mc304221-galaxy-horizon-fabuwood-wall-microwave-cabinet-fgh-mc304221", "meta_title": "MC304221- Galaxy Horizon - Fabuwood - Wall Microwave Cabinet", "category_ids": ["396", "396", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-OC3384S payload: {"sku": "FGH-OC3384S", "name": "OC3384 - Galaxy Horizon - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-galaxy-horizon-fabuwood-tall-oven-single-fgh-oc3384s", "meta_title": "OC3384 - Galaxy Horizon - Fabuwood - Tall Oven Single", "category_ids": ["396", "396", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-OC3390S payload: {"sku": "FGH-OC3390S", "name": "OC3390 - Galaxy Horizon - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-galaxy-horizon-fabuwood-tall-oven-single-fgh-oc3390s", "meta_title": "OC3390 - Galaxy Horizon - Fabuwood - Tall Oven Single", "category_ids": ["396", "396", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-OC3396S payload: {"sku": "FGH-OC3396S", "name": "OC3396 - Galaxy Horizon - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-galaxy-horizon-fabuwood-tall-oven-single-fgh-oc3396s", "meta_title": "OC3396 - Galaxy Horizon - Fabuwood - Tall Oven Single", "category_ids": ["396", "396", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-OCM8 payload: {"sku": "FGH-OCM8", "name": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-30-h-fabuwood-fgh-ocm8", "meta_title": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product FGH-REP2496 payload: {"sku": "FGH-REP2496", "name": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-42-h-fabuwood-fgh-rep2496", "meta_title": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Plan progress: 200/213 actions (199 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product FGH-REP3 payload: {"sku": "FGH-REP3", "name": "REP3 - Galaxy Horizon - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "rep3-galaxy-horizon-fabuwood-panel-refrigerator-end-fgh-rep3", "meta_title": "REP3 - Galaxy Horizon - Fabuwood - Panel Refrigerator End", "category_ids": ["396", "396", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "panels_and_fillers"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product FGH-REP3096 payload: {"sku": "FGH-REP3096", "name": "REP3096 - Galaxy Horizon - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "rep3096-galaxy-horizon-fabuwood-panel-refrigerator-end-fgh-rep3096", "meta_title": "REP3096 - Galaxy Horizon - Fabuwood - Panel Refrigerator End", "category_ids": ["396", "396", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "panels_and_fillers"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-SB24 payload: {"sku": "FGH-SB24", "name": "SB24 - Galaxy Horizon - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-galaxy-horizon-fabuwood-sink-base-fgh-sb24", "meta_title": "SB24 - Galaxy Horizon - Fabuwood - Sink Base", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB27 payload: {"sku": "FGH-SB27", "name": "SB27 - Galaxy Horizon - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-galaxy-horizon-fabuwood-sink-base-fgh-sb27", "meta_title": "SB27 - Galaxy Horizon - Fabuwood - Sink Base", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB30 payload: {"sku": "FGH-SB30", "name": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-42-h-fabuwood-fgh-sb30", "meta_title": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB33 payload: {"sku": "FGH-SB33", "name": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-30-h-fabuwood-fgh-sb33", "meta_title": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB36 payload: {"sku": "FGH-SB36", "name": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-36-h-fabuwood-fgh-sb36", "meta_title": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB39 payload: {"sku": "FGH-SB39", "name": "SB39 - Galaxy Horizon - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb39-galaxy-horizon-fabuwood-sink-base-fgh-sb39", "meta_title": "SB39 - Galaxy Horizon - Fabuwood - Sink Base", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SB42 payload: {"sku": "FGH-SB42", "name": "SB42 - Galaxy Horizon - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb42-galaxy-horizon-fabuwood-sink-base-fgh-sb42", "meta_title": "SB42 - Galaxy Horizon - Fabuwood - Sink Base", "category_ids": ["396", "396", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SKW30 payload: {"sku": "FGH-SKW30", "name": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-30-h-fabuwood-fgh-skw30", "meta_title": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SKW36 payload: {"sku": "FGH-SKW36", "name": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-36-h-fabuwood-fgh-skw36", "meta_title": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SKW42 payload: {"sku": "FGH-SKW42", "name": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-42-h-fabuwood-fgh-skw42", "meta_title": "Galaxy Horizon Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-SM8-S payload: {"sku": "FGH-SM8-S", "name": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-30-h-fabuwood-fgh-sm8-s", "meta_title": "Galaxy Horizon Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product FGH-TK8 payload: {"sku": "FGH-TK8", "name": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "galaxy-horizon-wall-cabinet-36-h-fabuwood-fgh-tk8", "meta_title": "Galaxy Horizon Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["396", "396", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 17}
INFO:app.jobs.magento_sync_worker:[queue=1708] stage=done: job_id=1231 success=213 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1709 label=push-channel-sample-magento-images-20260806-022254 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1709 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1709] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-022254
INFO:app.jobs.magento_sync_worker:[queue=1709] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1709] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1709] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1709] stage=snapshots: 500 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1709] stage=sync: starting incremental sync job_id=1232 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 500 items (job_id=1232)
INFO:magento.sync_service:Executing plan: 500 pending actions (job_id=1232)
WARNING:magento.sync_service:Media upload failed for EOB-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for EOB-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 100/500 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC36/39L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC39/42L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R-MC pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R-MC pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48FHL/R-MC pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BBC45/48L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR33L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-BCOR36L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-DWR3L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 1/4 pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 3/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPP9648 3/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPPB9648 1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPPB9648 1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPPB9648 1/2 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for ESW-FPPB9648 1/2 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 200/500 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ESW-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 300/500 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for ESW-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for ESW-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/500 actions (399 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for FGH-BLB36/39 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-BLB36/39 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-BLB42/45 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-BLB42/45 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PAN-1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PAN-1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PLY-1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PLY-1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PLY-3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-PLY-3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FGH-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FGH-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FGH-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FGH-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FGH-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 500/500 actions (499 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1709] stage=done: job_id=1232 success=500 errors=0
INFO:__main__:Magento push batch 6/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1710 label=push-channel-sample-magento-products-20260806-034412 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1710 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1710] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-034412
INFO:app.jobs.magento_sync_worker:[queue=1710] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=25138
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=25138
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: dataframe done rows=500 elapsed_ms=985
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=normalize: done, 500 rows ready elapsed_ms=26245
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=provision_configurable: done elapsed_ms=5 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=sync: starting incremental sync job_id=1233 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 163 items (job_id=1233)
INFO:magento.sync_service:Executing plan: 163 pending actions (job_id=1233)
INFO:magento.sync_service:Magento PUT product FGH-WAE1230 payload: {"sku": "FGH-WAE1230", "name": "WAE1230 - Galaxy Horizon - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1230-galaxy-horizon-fabuwood-wall-angle-end-fgh-wae1230", "meta_title": "WAE1230 - Galaxy Horizon - Fabuwood - Wall Angle End", "category_ids": ["396", "396", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WAE1236 payload: {"sku": "FGH-WAE1236", "name": "WAE1236 - Galaxy Horizon - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1236-galaxy-horizon-fabuwood-wall-angle-end-fgh-wae1236", "meta_title": "WAE1236 - Galaxy Horizon - Fabuwood - Wall Angle End", "category_ids": ["396", "396", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WAE1242 payload: {"sku": "FGH-WAE1242", "name": "WAE1242 - Galaxy Horizon - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1242-galaxy-horizon-fabuwood-wall-angle-end-fgh-wae1242", "meta_title": "WAE1242 - Galaxy Horizon - Fabuwood - Wall Angle End", "category_ids": ["396", "396", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WDC2430 payload: {"sku": "FGH-WDC2430", "name": "Hallmark Frost Base Corner Blind - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-base-corner-blind-fabuwood-fgh-wdc2430", "meta_title": "Hallmark Frost Base Corner Blind - Fabuwood", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-WDC2436 payload: {"sku": "FGH-WDC2436", "name": "Hallmark Frost Base Corner Blind - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-base-corner-blind-fabuwood-fgh-wdc2436", "meta_title": "Hallmark Frost Base Corner Blind - Fabuwood", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-WDC2442 payload: {"sku": "FGH-WDC2442", "name": "Hallmark Frost Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-drawer-base-fabuwood-fgh-wdc2442", "meta_title": "Hallmark Frost Drawer Base - Fabuwood", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-WP-T84 payload: {"sku": "FGH-WP-T84", "name": "WP-T84 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t84-galaxy-horizon-fabuwood-tall-deco-end-panel-fgh-wp-t84", "meta_title": "WP-T84 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "category_ids": ["396", "396", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-WP-T90 payload: {"sku": "FGH-WP-T90", "name": "WP-T90 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t90-galaxy-horizon-fabuwood-tall-deco-end-panel-fgh-wp-t90", "meta_title": "WP-T90 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "category_ids": ["396", "396", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WP-T96 payload: {"sku": "FGH-WP-T96", "name": "WP-T96 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t96-galaxy-horizon-fabuwood-tall-deco-end-panel-fgh-wp-t96", "meta_title": "WP-T96 - Galaxy Horizon - Fabuwood - Tall Deco End Panel", "category_ids": ["396", "396", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FGH-WP-W30 payload: {"sku": "FGH-WP-W30", "name": "WP-W30 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w30-galaxy-horizon-fabuwood-wall-deco-end-panel-fgh-wp-w30", "meta_title": "WP-W30 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "category_ids": ["396", "396", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WP-W36 payload: {"sku": "FGH-WP-W36", "name": "WP-W36 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w36-galaxy-horizon-fabuwood-wall-deco-end-panel-fgh-wp-w36", "meta_title": "WP-W36 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "category_ids": ["396", "396", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WP-W42 payload: {"sku": "FGH-WP-W42", "name": "WP-W42 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w42-galaxy-horizon-fabuwood-wall-deco-end-panel-fgh-wp-w42", "meta_title": "WP-W42 - Galaxy Horizon - Fabuwood - Wall Deco End Panel", "category_ids": ["396", "396", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FGH-WPC2430 payload: {"sku": "FGH-WPC2430", "name": "WPC2430 - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 30H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wpc2430-galaxy-horizon-fabuwood-wall-pie-cut-corner-30h-fgh-wpc2430", "meta_title": "WPC2430 - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 30H", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-WPC2436 payload: {"sku": "FGH-WPC2436", "name": "WPC2436  - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 36H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wpc2436-galaxy-horizon-fabuwood-wall-pie-cut-corner-36h-fgh-wpc2436", "meta_title": "WPC2436  - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 36H", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FGH-WPC2442 payload: {"sku": "FGH-WPC2442", "name": "WPC2442 - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 42H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wpc2442-galaxy-horizon-fabuwood-wall-pie-cut-corner-42h-fgh-wpc2442", "meta_title": "WPC2442 - Galaxy Horizon - Fabuwood - Wall Pie Cut Corner 42H", "category_ids": ["396", "396", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FHF-B09 payload: {"sku": "FHF-B09", "name": "Hallmark Frost Base Corner Lazy Susan - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-base-corner-lazy-susan-fabuwood-fhf-b09", "meta_title": "Hallmark Frost Base Corner Lazy Susan - Fabuwood", "category_ids": ["398", "398", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B12 payload: {"sku": "FHF-B12", "name": "Hallmark Frost Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-sink-base-fabuwood-fhf-b12", "meta_title": "Hallmark Frost Sink Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B15 payload: {"sku": "FHF-B15", "name": "Hallmark Frost Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-sink-base-fabuwood-fhf-b15", "meta_title": "Hallmark Frost Sink Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B18 payload: {"sku": "FHF-B18", "name": "Hallmark Frost Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-sink-base-fabuwood-fhf-b18", "meta_title": "Hallmark Frost Sink Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B21 payload: {"sku": "FHF-B21", "name": "Frost Molding Scribe - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "frost-molding-scribe-fabuwood-fhf-b21", "meta_title": "Frost Molding Scribe - Fabuwood", "category_ids": ["398", "398", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B24 payload: {"sku": "FHF-B24", "name": "Frost Molding Toe Kick - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "frost-molding-toe-kick-fabuwood-fhf-b24", "meta_title": "Frost Molding Toe Kick - Fabuwood", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B27 payload: {"sku": "FHF-B27", "name": "Hallmark Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-pantry-fabuwood-fhf-b27", "meta_title": "Hallmark Frost Pantry - Fabuwood", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B30 payload: {"sku": "FHF-B30", "name": "Hallmark Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-pantry-fabuwood-fhf-b30", "meta_title": "Hallmark Frost Pantry - Fabuwood", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B33 payload: {"sku": "FHF-B33", "name": "Hallmark Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-pantry-fabuwood-fhf-b33", "meta_title": "Hallmark Frost Pantry - Fabuwood", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B36 payload: {"sku": "FHF-B36", "name": "Hallmark Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-pantry-fabuwood-fhf-b36", "meta_title": "Hallmark Frost Pantry - Fabuwood", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-B39 payload: {"sku": "FHF-B39", "name": "B39 - Hallmark Frost - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-hallmark-frost-fabuwood-base-fhf-b39", "meta_title": "B39 - Hallmark Frost - Fabuwood - Base", "category_ids": ["398", "398", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-BBM payload: {"sku": "FHF-BBM", "name": "*** Alias Item For *** BBM - Frost - Fabuwood - Molding Furniture Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bbm-frost-fabuwood-molding-furniture-base-fhf-bbm", "meta_title": "*** Alias Item For *** BBM - Frost - Fabuwood - Molding Furniture Base", "category_ids": ["398", "398", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FHF-BLB3639 payload: {"sku": "FHF-BLB3639", "name": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-42-h-fabuwood-fhf-blb3639", "meta_title": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-BLB4245 payload: {"sku": "FHF-BLB4245", "name": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-30-h-fabuwood-fhf-blb4245", "meta_title": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-BTL12 payload: {"sku": "FHF-BTL12", "name": "BTL12 - HallmarkFrost - Fabuwood - Base Transitional", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "btl12-hallmarkfrost-fabuwood-base-transitional-fhf-btl12", "meta_title": "BTL12 - HallmarkFrost - Fabuwood - Base Transitional", "category_ids": ["398", "398", "4", "4", "464"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-BTR12 payload: {"sku": "FHF-BTR12", "name": "BTR12 - HallmarkFrost - Fabuwood - Base Transitional", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "btr12-hallmarkfrost-fabuwood-base-transitional-fhf-btr12", "meta_title": "BTR12 - HallmarkFrost - Fabuwood - Base Transitional", "category_ids": ["398", "398", "4", "4", "464"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-DB12 payload: {"sku": "FHF-DB12", "name": "Hallmark Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-36-h-fabuwood-fhf-db12", "meta_title": "Hallmark Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-DB15 payload: {"sku": "FHF-DB15", "name": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-42-h-fabuwood-fhf-db15", "meta_title": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-DB18 payload: {"sku": "FHF-DB18", "name": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-30-h-fabuwood-fhf-db18", "meta_title": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-DB24 payload: {"sku": "FHF-DB24", "name": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-42-h-fabuwood-fhf-db24", "meta_title": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-DB30 payload: {"sku": "FHF-DB30", "name": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-30-h-fabuwood-fhf-db30", "meta_title": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-DB36 payload: {"sku": "FHF-DB36", "name": "DB36 - Hallmark Frost - Fabuwood - Drawer Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-hallmark-frost-fabuwood-drawer-base-fhf-db36", "meta_title": "DB36 - Hallmark Frost - Fabuwood - Drawer Base", "category_ids": ["398", "398", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-FS30 payload: {"sku": "FHF-FS30", "name": "FS30 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs30-hallmark-frost-fabuwood-sink-base-farm-apron-front-fhf-fs30", "meta_title": "FS30 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-FS33 payload: {"sku": "FHF-FS33", "name": "FS33 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs33-hallmark-frost-fabuwood-sink-base-farm-apron-front-fhf-fs33", "meta_title": "FS33 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-FS36 payload: {"sku": "FHF-FS36", "name": "FS36 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "fs36-hallmark-frost-fabuwood-sink-base-farm-apron-front-fhf-fs36", "meta_title": "FS36 - Hallmark Frost - Fabuwood - Sink Base Farm Apron Front", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-GDD2430 payload: {"sku": "FHF-GDD2430", "name": "GDD2430 - Hallmark Frost - Fabuwood - Wall Diagonal Corner 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2430-hallmark-frost-fabuwood-wall-diagonal-corner-30h-glass-door-only-fhf-gdd2430", "meta_title": "GDD2430 - Hallmark Frost - Fabuwood - Wall Diagonal Corner 30H Glass D", "category_ids": ["398", "398", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-GDD2436 payload: {"sku": "FHF-GDD2436", "name": "GDD2436 - Hallmark Frost - Fabuwood - Wall Diagonal Corner 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2436-hallmark-frost-fabuwood-wall-diagonal-corner-36h-glass-door-only-fhf-gdd2436", "meta_title": "GDD2436 - Hallmark Frost - Fabuwood - Wall Diagonal Corner 36H Glass D", "category_ids": ["398", "398", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-GDD2442 payload: {"sku": "FHF-GDD2442", "name": "GDD2442 - Hallmark Frost - Fabuwood - Wall Diagonal Corner42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2442-hallmark-frost-fabuwood-wall-diagonal-corner42h-glass-door-only-fhf-gdd2442", "meta_title": "GDD2442 - Hallmark Frost - Fabuwood - Wall Diagonal Corner42H Glass Do", "category_ids": ["398", "398", "4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/inside-corner' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-ICM8 payload: {"sku": "FHF-ICM8", "name": "*** Alias Item For *** ICM8 - Frost - Fabuwood - Molding Inside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-icm8-frost-fabuwood-molding-inside-corner-fhf-icm8", "meta_title": "*** Alias Item For *** ICM8 - Frost - Fabuwood - Molding Inside Corner", "category_ids": ["398", "398", "4", "4", "494"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-LRM payload: {"sku": "FHF-LRM", "name": "*** Alias Item For *** LRM - Frost - Fabuwood - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm-frost-fabuwood-molding-light-rail-fhf-lrm", "meta_title": "*** Alias Item For *** LRM - Frost - Fabuwood - Molding Light Rail", "category_ids": ["398", "398", "4", "4", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product FHF-LSB33 payload: {"sku": "FHF-LSB33", "name": "LSB33 - Hallmark Frost - Fabuwood - Base Corner Lazy Susan", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lsb33-hallmark-frost-fabuwood-base-corner-lazy-susan-fhf-lsb33", "meta_title": "LSB33 - Hallmark Frost - Fabuwood - Base Corner Lazy Susan", "category_ids": ["398", "398", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-LSB36 payload: {"sku": "FHF-LSB36", "name": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-42-h-fabuwood-fhf-lsb36", "meta_title": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "510"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-MW3030 payload: {"sku": "FHF-MW3030", "name": "MW3030 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3030-hallmark-frost-fabuwood-wall-microwave-shelf-fhf-mw3030", "meta_title": "MW3030 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["398", "398", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-MW3036 payload: {"sku": "FHF-MW3036", "name": "MW3036 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3036-hallmark-frost-fabuwood-wall-microwave-shelf-fhf-mw3036", "meta_title": "MW3036 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["398", "398", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-MW3042 payload: {"sku": "FHF-MW3042", "name": "MW3042 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3042-hallmark-frost-fabuwood-wall-microwave-shelf-fhf-mw3042", "meta_title": "MW3042 - Hallmark Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["398", "398", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-OC3384S payload: {"sku": "FHF-OC3384S", "name": "OC3384 - Hallmark Frost - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-hallmark-frost-fabuwood-tall-oven-single-fhf-oc3384s", "meta_title": "OC3384 - Hallmark Frost - Fabuwood - Tall Oven Single", "category_ids": ["398", "398", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-OC3390S payload: {"sku": "FHF-OC3390S", "name": "OC3390 - Hallmark Frost - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-hallmark-frost-fabuwood-tall-oven-single-fhf-oc3390s", "meta_title": "OC3390 - Hallmark Frost - Fabuwood - Tall Oven Single", "category_ids": ["398", "398", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-OC3396S payload: {"sku": "FHF-OC3396S", "name": "OC3396 - Hallmark Frost - Fabuwood - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-hallmark-frost-fabuwood-tall-oven-single-fhf-oc3396s", "meta_title": "OC3396 - Hallmark Frost - Fabuwood - Tall Oven Single", "category_ids": ["398", "398", "4", "4", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-OCM8 payload: {"sku": "FHF-OCM8", "name": "*** Alias Item For *** OCM8 - Frost - Fabuwood - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-frost-fabuwood-molding-outside-corner-fhf-ocm8", "meta_title": "*** Alias Item For *** OCM8 - Frost - Fabuwood - Molding Outside Corne", "category_ids": ["398", "398", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FHF-REP2496 payload: {"sku": "FHF-REP2496", "name": "*** Alias Item For *** REP2496 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep2496-frost-fabuwood-panel-refrigerator-end-fhf-rep2496", "meta_title": "*** Alias Item For *** REP2496 - Frost - Fabuwood - Panel Refrigerator", "category_ids": ["398", "398", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-REP3 payload: {"sku": "FHF-REP3", "name": "*** Alias Item For *** REP3 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep3-frost-fabuwood-panel-refrigerator-end-fhf-rep3", "meta_title": "*** Alias Item For *** REP3 - Frost - Fabuwood - Panel Refrigerator En", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "family", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "panels_and_fillers", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FHF-REP3096 payload: {"sku": "FHF-REP3096", "name": "*** Alias Item For *** REP3096 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep3096-frost-fabuwood-panel-refrigerator-end-fhf-rep3096", "meta_title": "*** Alias Item For *** REP3096 - Frost - Fabuwood - Panel Refrigerator", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FHF-SB24 payload: {"sku": "FHF-SB24", "name": "SB24 - Hallmark Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-hallmark-frost-fabuwood-sink-base-fhf-sb24", "meta_title": "SB24 - Hallmark Frost - Fabuwood - Sink Base", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB27 payload: {"sku": "FHF-SB27", "name": "SB27 - Hallmark Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-hallmark-frost-fabuwood-sink-base-fhf-sb27", "meta_title": "SB27 - Hallmark Frost - Fabuwood - Sink Base", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB30 payload: {"sku": "FHF-SB30", "name": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-30-h-fabuwood-fhf-sb30", "meta_title": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB33 payload: {"sku": "FHF-SB33", "name": "Hallmark Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-36-h-fabuwood-fhf-sb33", "meta_title": "Hallmark Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB36 payload: {"sku": "FHF-SB36", "name": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-42-h-fabuwood-fhf-sb36", "meta_title": "Hallmark Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB39 payload: {"sku": "FHF-SB39", "name": "SB39 - Hallmark Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb39-hallmark-frost-fabuwood-sink-base-fhf-sb39", "meta_title": "SB39 - Hallmark Frost - Fabuwood - Sink Base", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SB42 payload: {"sku": "FHF-SB42", "name": "SB42 - Hallmark Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb42-hallmark-frost-fabuwood-sink-base-fhf-sb42", "meta_title": "SB42 - Hallmark Frost - Fabuwood - Sink Base", "category_ids": ["398", "398", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SKW30 payload: {"sku": "FHF-SKW30", "name": "*** Alias Item For *** SKW30 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw30-frost-fabuwood-wall-finished-skin-fhf-skw30", "meta_title": "*** Alias Item For *** SKW30 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["398", "398", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SKW36 payload: {"sku": "FHF-SKW36", "name": "*** Alias Item For *** SKW36 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw36-frost-fabuwood-wall-finished-skin-fhf-skw36", "meta_title": "*** Alias Item For *** SKW36 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["398", "398", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SKW42 payload: {"sku": "FHF-SKW42", "name": "*** Alias Item For *** SKW42 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw42-frost-fabuwood-wall-finished-skin-fhf-skw42", "meta_title": "*** Alias Item For *** SKW42 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["398", "398", "4", "4", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-SM8 payload: {"sku": "FHF-SM8", "name": "Hallmark Frost Wall Cabinet - 24\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-24-h-fabuwood-fhf-sm8", "meta_title": "Hallmark Frost Wall Cabinet - 24\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FHF-TK8 payload: {"sku": "FHF-TK8", "name": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "hallmark-frost-wall-cabinet-30-h-fabuwood-fhf-tk8", "meta_title": "Hallmark Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["398", "398", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FHF-WAE1230 payload: {"sku": "FHF-WAE1230", "name": "WAE1230 - Hallmark Frost - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1230-hallmark-frost-fabuwood-wall-angle-end-fhf-wae1230", "meta_title": "WAE1230 - Hallmark Frost - Fabuwood - Wall Angle End", "category_ids": ["398", "398", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WAE1236 payload: {"sku": "FHF-WAE1236", "name": "WAE1236 - Hallmark Frost - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1236-hallmark-frost-fabuwood-wall-angle-end-fhf-wae1236", "meta_title": "WAE1236 - Hallmark Frost - Fabuwood - Wall Angle End", "category_ids": ["398", "398", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WAE1242 payload: {"sku": "FHF-WAE1242", "name": "WAE1242 - Hallmark Frost - Fabuwood - Wall Angle End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wae1242-hallmark-frost-fabuwood-wall-angle-end-fhf-wae1242", "meta_title": "WAE1242 - Hallmark Frost - Fabuwood - Wall Angle End", "category_ids": ["398", "398", "4", "4", "537"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WDC2430 payload: {"sku": "FHF-WDC2430", "name": "Metro Frost Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-drawer-base-fabuwood-fhf-wdc2430", "meta_title": "Metro Frost Drawer Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FHF-WDC2436 payload: {"sku": "FHF-WDC2436", "name": "Metro Frost Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-drawer-base-fabuwood-fhf-wdc2436", "meta_title": "Metro Frost Drawer Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FHF-WDC2442 payload: {"sku": "FHF-WDC2442", "name": "Metro Frost Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-drawer-base-fabuwood-fhf-wdc2442", "meta_title": "Metro Frost Drawer Base - Fabuwood", "category_ids": ["398", "398", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FHF-WP-T84 payload: {"sku": "FHF-WP-T84", "name": "WP-T84 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t84-hallmark-frost-fabuwood-tall-deco-end-panel-fhf-wp-t84", "meta_title": "WP-T84 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "category_ids": ["398", "398", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-WP-T90 payload: {"sku": "FHF-WP-T90", "name": "WP-T90 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t90-hallmark-frost-fabuwood-tall-deco-end-panel-fhf-wp-t90", "meta_title": "WP-T90 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "category_ids": ["398", "398", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WP-T96 payload: {"sku": "FHF-WP-T96", "name": "WP-T96 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-t96-hallmark-frost-fabuwood-tall-deco-end-panel-fhf-wp-t96", "meta_title": "WP-T96 - Hallmark Frost - Fabuwood - Tall Deco End Panel", "category_ids": ["398", "398", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FHF-WP-W30 payload: {"sku": "FHF-WP-W30", "name": "WP-W30 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w30-hallmark-frost-fabuwood-wall-deco-end-panel-fhf-wp-w30", "meta_title": "WP-W30 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "category_ids": ["398", "398", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WP-W36 payload: {"sku": "FHF-WP-W36", "name": "WP-W36 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w36-hallmark-frost-fabuwood-wall-deco-end-panel-fhf-wp-w36", "meta_title": "WP-W36 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "category_ids": ["398", "398", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FHF-WP-W42 payload: {"sku": "FHF-WP-W42", "name": "WP-W42 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wp-w42-hallmark-frost-fabuwood-wall-deco-end-panel-fhf-wp-w42", "meta_title": "WP-W42 - Hallmark Frost - Fabuwood - Wall Deco End Panel", "category_ids": ["398", "398", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B09 payload: {"sku": "FMF-B09", "name": "Metro Frost Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-sink-base-fabuwood-fmf-b09", "meta_title": "Metro Frost Sink Base - Fabuwood", "category_ids": ["409", "409", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B12 payload: {"sku": "FMF-B12", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b12", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B15 payload: {"sku": "FMF-B15", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b15", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B18 payload: {"sku": "FMF-B18", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b18", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B21 payload: {"sku": "FMF-B21", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b21", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B24 payload: {"sku": "FMF-B24", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b24", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B27 payload: {"sku": "FMF-B27", "name": "Metro Frost Pantry - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-pantry-fabuwood-fmf-b27", "meta_title": "Metro Frost Pantry - Fabuwood", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B30 payload: {"sku": "FMF-B30", "name": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-30-h-fabuwood-fmf-b30", "meta_title": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B33 payload: {"sku": "FMF-B33", "name": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-36-h-fabuwood-fmf-b33", "meta_title": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B36 payload: {"sku": "FMF-B36", "name": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-42-h-fabuwood-fmf-b36", "meta_title": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B39 payload: {"sku": "FMF-B39", "name": "B39 - Metro Frost - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-metro-frost-fabuwood-base-fmf-b39", "meta_title": "B39 - Metro Frost - Fabuwood - Base", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-B42 payload: {"sku": "FMF-B42", "name": "B42 - Metro Frost - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b42-metro-frost-fabuwood-base-fmf-b42", "meta_title": "B42 - Metro Frost - Fabuwood - Base", "category_ids": ["409", "409", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-BBM payload: {"sku": "FMF-BBM", "name": "*** Alias Item For *** BBM - Frost - Fabuwood - Molding Furniture Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bbm-frost-fabuwood-molding-furniture-base-fmf-bbm", "meta_title": "*** Alias Item For *** BBM - Frost - Fabuwood - Molding Furniture Base", "category_ids": ["4", "4", "409", "409", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FMF-BLB36/39 payload: {"sku": "FMF-BLB36/39", "name": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-30-h-fabuwood-fmf-blb36-39", "meta_title": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-BLB42/45 payload: {"sku": "FMF-BLB42/45", "name": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-36-h-fabuwood-fmf-blb42-45", "meta_title": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-BLB48/51 payload: {"sku": "FMF-BLB48/51", "name": "BLB48/51 - Metro Frost - Fabuwood - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "blb48-51-metro-frost-fabuwood-base-corner-blind-fmf-blb48-51", "meta_title": "BLB48/51 - Metro Frost - Fabuwood - Base Corner Blind", "category_ids": ["409", "409", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-DB12 payload: {"sku": "FMF-DB12", "name": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-42-h-fabuwood-fmf-db12", "meta_title": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-DB15 payload: {"sku": "FMF-DB15", "name": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-30-h-fabuwood-fmf-db15", "meta_title": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Plan progress: 100/163 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product FMF-DB18 payload: {"sku": "FMF-DB18", "name": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-36-h-fabuwood-fmf-db18", "meta_title": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-DB24 payload: {"sku": "FMF-DB24", "name": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-42-h-fabuwood-fmf-db24", "meta_title": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-GDD2430 payload: {"sku": "FMF-GDD2430", "name": "GDD2430 - Metro Frost - Fabuwood - Wall Diagonal Corner 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2430-metro-frost-fabuwood-wall-diagonal-corner-30h-glass-door-only-fmf-gdd2430", "meta_title": "GDD2430 - Metro Frost - Fabuwood - Wall Diagonal Corner 30H Glass Door", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-GDD2436 payload: {"sku": "FMF-GDD2436", "name": "GDD2436 - Metro Frost - Fabuwood - Wall Diagonal Corner 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2436-metro-frost-fabuwood-wall-diagonal-corner-36h-glass-door-only-fmf-gdd2436", "meta_title": "GDD2436 - Metro Frost - Fabuwood - Wall Diagonal Corner 36H Glass Door", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-GDD2442 payload: {"sku": "FMF-GDD2442", "name": "GDD2442 - Metro Frost - Fabuwood - Wall Diagonal Corner42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2442-metro-frost-fabuwood-wall-diagonal-corner42h-glass-door-only-fmf-gdd2442", "meta_title": "GDD2442 - Metro Frost - Fabuwood - Wall Diagonal Corner42H Glass Door ", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/inside-corner' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-ICM8 payload: {"sku": "FMF-ICM8", "name": "*** Alias Item For *** ICM8 - Frost - Fabuwood - Molding Inside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-icm8-frost-fabuwood-molding-inside-corner-fmf-icm8", "meta_title": "*** Alias Item For *** ICM8 - Frost - Fabuwood - Molding Inside Corner", "category_ids": ["4", "4", "409", "409", "494"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-LRM payload: {"sku": "FMF-LRM", "name": "*** Alias Item For *** LRM - Frost - Fabuwood - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm-frost-fabuwood-molding-light-rail-fmf-lrm", "meta_title": "*** Alias Item For *** LRM - Frost - Fabuwood - Molding Light Rail", "category_ids": ["4", "4", "409", "409", "532"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 18}
INFO:magento.sync_service:Magento PUT product FMF-MW3030 payload: {"sku": "FMF-MW3030", "name": "MW3030 - Metro Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3030-metro-frost-fabuwood-wall-microwave-shelf-fmf-mw3030", "meta_title": "MW3030 - Metro Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["409", "409", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FMF-MW3036 payload: {"sku": "FMF-MW3036", "name": "MW3036 - Metro Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3036-metro-frost-fabuwood-wall-microwave-shelf-fmf-mw3036", "meta_title": "MW3036 - Metro Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["409", "409", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FMF-MW3042 payload: {"sku": "FMF-MW3042", "name": "MW3042 - Metro Frost - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3042-metro-frost-fabuwood-wall-microwave-shelf-fmf-mw3042", "meta_title": "MW3042 - Metro Frost - Fabuwood - Wall Microwave Shelf", "category_ids": ["409", "409", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product FMF-OCM8 payload: {"sku": "FMF-OCM8", "name": "*** Alias Item For *** OCM8 - Frost - Fabuwood - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-frost-fabuwood-molding-outside-corner-fmf-ocm8", "meta_title": "*** Alias Item For *** OCM8 - Frost - Fabuwood - Molding Outside Corne", "category_ids": ["4", "4", "409", "409", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FMF-REP2496 payload: {"sku": "FMF-REP2496", "name": "*** Alias Item For *** REP2496 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep2496-frost-fabuwood-panel-refrigerator-end-fmf-rep2496", "meta_title": "*** Alias Item For *** REP2496 - Frost - Fabuwood - Panel Refrigerator", "category_ids": ["4", "4", "409", "409", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-REP3 payload: {"sku": "FMF-REP3", "name": "*** Alias Item For *** REP3 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep3-frost-fabuwood-panel-refrigerator-end-fmf-rep3", "meta_title": "*** Alias Item For *** REP3 - Frost - Fabuwood - Panel Refrigerator En", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "family", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "panels_and_fillers", "additional_information", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMF-REP3096 payload: {"sku": "FMF-REP3096", "name": "*** Alias Item For *** REP3096 - Frost - Fabuwood - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep3096-frost-fabuwood-panel-refrigerator-end-fmf-rep3096", "meta_title": "*** Alias Item For *** REP3096 - Frost - Fabuwood - Panel Refrigerator", "category_ids": ["4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "panels_and_fillers", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FMF-SB24 payload: {"sku": "FMF-SB24", "name": "SB24 - Metro Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-metro-frost-fabuwood-sink-base-fmf-sb24", "meta_title": "SB24 - Metro Frost - Fabuwood - Sink Base", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB27 payload: {"sku": "FMF-SB27", "name": "SB27 - Metro Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-metro-frost-fabuwood-sink-base-fmf-sb27", "meta_title": "SB27 - Metro Frost - Fabuwood - Sink Base", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB30 payload: {"sku": "FMF-SB30", "name": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-42-h-fabuwood-fmf-sb30", "meta_title": "Metro Frost Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB33 payload: {"sku": "FMF-SB33", "name": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-30-h-fabuwood-fmf-sb33", "meta_title": "Metro Frost Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB36 payload: {"sku": "FMF-SB36", "name": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-frost-wall-cabinet-36-h-fabuwood-fmf-sb36", "meta_title": "Metro Frost Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB39 payload: {"sku": "FMF-SB39", "name": "SB39 - Metro Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb39-metro-frost-fabuwood-sink-base-fmf-sb39", "meta_title": "SB39 - Metro Frost - Fabuwood - Sink Base", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SB42 payload: {"sku": "FMF-SB42", "name": "SB42 - Metro Frost - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb42-metro-frost-fabuwood-sink-base-fmf-sb42", "meta_title": "SB42 - Metro Frost - Fabuwood - Sink Base", "category_ids": ["409", "409", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SKW30 payload: {"sku": "FMF-SKW30", "name": "*** Alias Item For *** SKW30 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw30-frost-fabuwood-wall-finished-skin-fmf-skw30", "meta_title": "*** Alias Item For *** SKW30 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["4", "4", "409", "409", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SKW36 payload: {"sku": "FMF-SKW36", "name": "*** Alias Item For *** SKW36 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw36-frost-fabuwood-wall-finished-skin-fmf-skw36", "meta_title": "*** Alias Item For *** SKW36 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["4", "4", "409", "409", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SKW42 payload: {"sku": "FMF-SKW42", "name": "*** Alias Item For *** SKW42 - Frost - Fabuwood - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-skw42-frost-fabuwood-wall-finished-skin-fmf-skw42", "meta_title": "*** Alias Item For *** SKW42 - Frost - Fabuwood - Wall Finished Skin", "category_ids": ["4", "4", "409", "409", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMF-SM8 payload: {"sku": "FMF-SM8", "name": "*** Alias Item For *** SM8 - Frost - Fabuwood - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-frost-fabuwood-molding-scribe-fmf-sm8", "meta_title": "*** Alias Item For *** SM8 - Frost - Fabuwood - Molding Scribe", "category_ids": ["4", "4", "409", "409", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FMF-TK8 payload: {"sku": "FMF-TK8", "name": "*** Alias Item For *** TK8 - Frost - Fabuwood - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-frost-fabuwood-molding-toe-kick-fmf-tk8", "meta_title": "*** Alias Item For *** TK8 - Frost - Fabuwood - Molding Toe Kick", "category_ids": ["4", "4", "409", "409", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "meta_description", "master_collection", "shopping_collection", "additional_information", "finish_type", "color_finish", "collection_color", "mouldings"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product FMF-WDC2430 payload: {"sku": "FMF-WDC2430", "name": "Metro Mist Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-drawer-base-fabuwood-fmf-wdc2430", "meta_title": "Metro Mist Drawer Base - Fabuwood", "category_ids": ["409", "409", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FMF-WDC2436 payload: {"sku": "FMF-WDC2436", "name": "Metro Mist Drawer Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-drawer-base-fabuwood-fmf-wdc2436", "meta_title": "Metro Mist Drawer Base - Fabuwood", "category_ids": ["409", "409", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FMF-WDC2442 payload: {"sku": "FMF-WDC2442", "name": "Metro Mist Base Corner Sink - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-base-corner-sink-fabuwood-fmf-wdc2442", "meta_title": "Metro Mist Base Corner Sink - Fabuwood", "category_ids": ["409", "409", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product FMM-B09 payload: {"sku": "FMM-B09", "name": "Metro Mist Panel Dishwasher End - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-panel-dishwasher-end-fabuwood-fmm-b09", "meta_title": "Metro Mist Panel Dishwasher End - Fabuwood", "category_ids": ["410", "410", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B12 payload: {"sku": "FMM-B12", "name": "Metro Mist Base Corner Lazy Susan - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-base-corner-lazy-susan-fabuwood-fmm-b12", "meta_title": "Metro Mist Base Corner Lazy Susan - Fabuwood", "category_ids": ["410", "410", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B15 payload: {"sku": "FMM-B15", "name": "Metro Mist Molding Outside Corner - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-molding-outside-corner-fabuwood-fmm-b15", "meta_title": "Metro Mist Molding Outside Corner - Fabuwood", "category_ids": ["410", "410", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B18 payload: {"sku": "FMM-B18", "name": "Metro Mist Panel - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-panel-fabuwood-fmm-b18", "meta_title": "Metro Mist Panel - Fabuwood", "category_ids": ["410", "410", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B21 payload: {"sku": "FMM-B21", "name": "Metro Mist Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-sink-base-fabuwood-fmm-b21", "meta_title": "Metro Mist Sink Base - Fabuwood", "category_ids": ["410", "410", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B24 payload: {"sku": "FMM-B24", "name": "Metro Mist Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-sink-base-fabuwood-fmm-b24", "meta_title": "Metro Mist Sink Base - Fabuwood", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B27 payload: {"sku": "FMM-B27", "name": "Metro Mist Sink Base - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-sink-base-fabuwood-fmm-b27", "meta_title": "Metro Mist Sink Base - Fabuwood", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B30 payload: {"sku": "FMM-B30", "name": "Metro Mist Base Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-base-finished-skin-fabuwood-fmm-b30", "meta_title": "Metro Mist Base Finished Skin - Fabuwood", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B33 payload: {"sku": "FMM-B33", "name": "Metro Mist Wall Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-finished-skin-fabuwood-fmm-b33", "meta_title": "Metro Mist Wall Finished Skin - Fabuwood", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B36 payload: {"sku": "FMM-B36", "name": "Metro Mist Wall Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-finished-skin-fabuwood-fmm-b36", "meta_title": "Metro Mist Wall Finished Skin - Fabuwood", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B39 payload: {"sku": "FMM-B39", "name": "B39 - Metro Mist - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-metro-mist-fabuwood-base-fmm-b39", "meta_title": "B39 - Metro Mist - Fabuwood - Base", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-B42 payload: {"sku": "FMM-B42", "name": "B42 - Metro Mist - Fabuwood - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b42-metro-mist-fabuwood-base-fmm-b42", "meta_title": "B42 - Metro Mist - Fabuwood - Base", "category_ids": ["410", "410", "4", "4", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-BLB36/39 payload: {"sku": "FMM-BLB36/39", "name": "Metro Mist Filler - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-filler-fabuwood-fmm-blb36-39", "meta_title": "Metro Mist Filler - Fabuwood", "category_ids": ["410", "410", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-BLB42/45 payload: {"sku": "FMM-BLB42/45", "name": "Metro Mist Molding Toe Kick - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-molding-toe-kick-fabuwood-fmm-blb42-45", "meta_title": "Metro Mist Molding Toe Kick - Fabuwood", "category_ids": ["410", "410", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-BLB48/51 payload: {"sku": "FMM-BLB48/51", "name": "BLB48/51 - Metro Mist - Fabuwood - Base Corner Blind", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "blb48-51-metro-mist-fabuwood-base-corner-blind-fmm-blb48-51", "meta_title": "BLB48/51 - Metro Mist - Fabuwood - Base Corner Blind", "category_ids": ["410", "410", "4", "4", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-DB12 payload: {"sku": "FMM-DB12", "name": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-30-h-fabuwood-fmm-db12", "meta_title": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-DB15 payload: {"sku": "FMM-DB15", "name": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-36-h-fabuwood-fmm-db15", "meta_title": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-DB18 payload: {"sku": "FMM-DB18", "name": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-42-h-fabuwood-fmm-db18", "meta_title": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-DB24 payload: {"sku": "FMM-DB24", "name": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-30-h-fabuwood-fmm-db24", "meta_title": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "525"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-GDD2430 payload: {"sku": "FMM-GDD2430", "name": "GDD2430 - Metro Mist - Fabuwood - Wall Diagonal Corner 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2430-metro-mist-fabuwood-wall-diagonal-corner-30h-glass-door-only-fmm-gdd2430", "meta_title": "GDD2430 - Metro Mist - Fabuwood - Wall Diagonal Corner 30H Glass Door ", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-GDD2436 payload: {"sku": "FMM-GDD2436", "name": "GDD2436 - Metro Mist - Fabuwood - Wall Diagonal Corner 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2436-metro-mist-fabuwood-wall-diagonal-corner-36h-glass-door-only-fmm-gdd2436", "meta_title": "GDD2436 - Metro Mist - Fabuwood - Wall Diagonal Corner 36H Glass Door ", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-GDD2442 payload: {"sku": "FMM-GDD2442", "name": "GDD2442 - Metro Mist - Fabuwood - Wall Diagonal Corner42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdd2442-metro-mist-fabuwood-wall-diagonal-corner42h-glass-door-only-fmm-gdd2442", "meta_title": "GDD2442 - Metro Mist - Fabuwood - Wall Diagonal Corner42H Glass Door O", "category_ids": ["4", "4", "533"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "family", "height", "item_size", "soft_close", "shopping_l1", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "additional_information", "variation_option_label", "accessories", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 23}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-MW3030 payload: {"sku": "FMM-MW3030", "name": "MW3030 - Metro Mist - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3030-metro-mist-fabuwood-wall-microwave-shelf-fmm-mw3030", "meta_title": "MW3030 - Metro Mist - Fabuwood - Wall Microwave Shelf", "category_ids": ["410", "410", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-MW3036 payload: {"sku": "FMM-MW3036", "name": "MW3036 - Metro Mist - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3036-metro-mist-fabuwood-wall-microwave-shelf-fmm-mw3036", "meta_title": "MW3036 - Metro Mist - Fabuwood - Wall Microwave Shelf", "category_ids": ["410", "410", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-MW3042 payload: {"sku": "FMM-MW3042", "name": "MW3042 - Metro Mist - Fabuwood - Wall Microwave Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mw3042-metro-mist-fabuwood-wall-microwave-shelf-fmm-mw3042", "meta_title": "MW3042 - Metro Mist - Fabuwood - Wall Microwave Shelf", "category_ids": ["410", "410", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product FMM-SB24 payload: {"sku": "FMM-SB24", "name": "SB24 - Metro Mist - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-metro-mist-fabuwood-sink-base-fmm-sb24", "meta_title": "SB24 - Metro Mist - Fabuwood - Sink Base", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB27 payload: {"sku": "FMM-SB27", "name": "SB27 - Metro Mist - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-metro-mist-fabuwood-sink-base-fmm-sb27", "meta_title": "SB27 - Metro Mist - Fabuwood - Sink Base", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB30 payload: {"sku": "FMM-SB30", "name": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-30-h-fabuwood-fmm-sb30", "meta_title": "Metro Mist Wall Cabinet - 30\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB33 payload: {"sku": "FMM-SB33", "name": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-36-h-fabuwood-fmm-sb33", "meta_title": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB36 payload: {"sku": "FMM-SB36", "name": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-42-h-fabuwood-fmm-sb36", "meta_title": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB39 payload: {"sku": "FMM-SB39", "name": "SB39 - Metro Mist - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb39-metro-mist-fabuwood-sink-base-fmm-sb39", "meta_title": "SB39 - Metro Mist - Fabuwood - Sink Base", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product FMM-SB42 payload: {"sku": "FMM-SB42", "name": "SB42 - Metro Mist - Fabuwood - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb42-metro-mist-fabuwood-sink-base-fmm-sb42", "meta_title": "SB42 - Metro Mist - Fabuwood - Sink Base", "category_ids": ["410", "410", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-SKW30 payload: {"sku": "FMM-SKW30", "name": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-36-h-fabuwood-fmm-skw30", "meta_title": "Metro Mist Wall Cabinet - 36\" H - Fabuwood", "category_ids": ["4", "4", "410", "410", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-SKW36 payload: {"sku": "FMM-SKW36", "name": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-42-h-fabuwood-fmm-skw36", "meta_title": "Metro Mist Wall Cabinet - 42\" H - Fabuwood", "category_ids": ["4", "4", "410", "410", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 20}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-SKW42 payload: {"sku": "FMM-SKW42", "name": "Metro Mist Wall Cabinet - 18\" H - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "metro-mist-wall-cabinet-18-h-fabuwood-fmm-skw42", "meta_title": "Metro Mist Wall Cabinet - 18\" H - Fabuwood", "category_ids": ["4", "4", "410", "410", "420"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "cabinet_type", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "finish_type", "color_finish", "collection_color"], "custom_attribute_count": 20}
INFO:app.jobs.magento_sync_worker:[queue=1710] stage=done: job_id=1233 success=163 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1711 label=push-channel-sample-magento-images-20260806-034928 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1711 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1711] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-034928
INFO:app.jobs.magento_sync_worker:[queue=1711] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1711] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1711] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1711] stage=snapshots: 500 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1711] stage=sync: starting incremental sync job_id=1234 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 500 items (job_id=1234)
INFO:magento.sync_service:Executing plan: 500 pending actions (job_id=1234)
INFO:magento.sync_service:Plan progress: 100/500 actions (99 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/FHF-CM-1/media/76881 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/FHF-CM-1/media/76881 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/FHF-CM-1/media/76881
WARNING:magento.sync_service:Media upload failed for FHF-PAN-1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PAN-1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PAN-1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PAN-1/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-1/2 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-PLY-3/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FHF-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FHF-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FHF-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FHF-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FHF-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/FHF-SKBASE - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/FHF-SKBASE (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/FHF-SKBASE
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/FHF-TP242490/media/76937 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/FHF-TP242490/media/76937 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/FHF-TP242490/media/76937
INFO:magento.sync_service:Plan progress: 200/500 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for FMF-BLB36/39 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-BLB36/39 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-BLB42/45 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-BLB42/45 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-BLB48/51 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-BLB48/51 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 300/500 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for FMF-PAN-1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-PAN-1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-PLY-1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-PLY-1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-PLY-3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-PLY-3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMF-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMF-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMF-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMF-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMF-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/500 actions (399 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/FMM-B42/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/FMM-B42/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/FMM-B42/media
WARNING:magento.sync_service:Media upload failed for FMM-BLB36/39 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB36/39 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB36/39 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB42/45 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB42/45 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB42/45 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB48/51 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB48/51 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-BLB48/51 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PAN-1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PAN-1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PAN-1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-PLY-3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for FMM-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMM-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMM-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMM-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for FMM-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 500/500 actions (499 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1711] stage=done: job_id=1234 success=500 errors=0
INFO:__main__:Magento push batch 7/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1712 label=push-channel-sample-magento-products-20260806-045515 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1712 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1712] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-045515
INFO:app.jobs.magento_sync_worker:[queue=1712] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=43493
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=43493
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: dataframe done rows=500 elapsed_ms=3569
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=normalize: done, 500 rows ready elapsed_ms=47374
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=provision_configurable: done elapsed_ms=53 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=sync: starting incremental sync job_id=1235 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 172 items (job_id=1235)
INFO:magento.sync_service:Executing plan: 172 pending actions (job_id=1235)
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-WDC2430 payload: {"sku": "FMM-WDC2430", "name": "Frost Wall Finished Skin - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "frost-wall-finished-skin-fabuwood-fmm-wdc2430", "meta_title": "Frost Wall Finished Skin - Fabuwood", "category_ids": ["410", "410", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-WDC2436 payload: {"sku": "FMM-WDC2436", "name": "Frost Molding Scribe - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "frost-molding-scribe-fabuwood-fmm-wdc2436", "meta_title": "Frost Molding Scribe - Fabuwood", "category_ids": ["410", "410", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'metro-mist' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FMM-WDC2442 payload: {"sku": "FMM-WDC2442", "name": "Frost Filler - Fabuwood", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "frost-filler-fabuwood-fmm-wdc2442", "meta_title": "Frost Filler - Fabuwood", "category_ids": ["410", "410", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FW-FROST-BBM payload: {"sku": "FW-FROST-BBM", "name": "BBM - Frost - Fabuwood - Molding Furniture Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbm-frost-fabuwood-molding-furniture-base-fw-frost-bbm", "meta_title": "BBM - Frost - Fabuwood - Molding Furniture Base", "category_ids": ["4", "4", "493", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 18}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/inside-corner' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FW-FROST-ICM8 payload: {"sku": "FW-FROST-ICM8", "name": "ICM8 - Frost - Fabuwood - Molding Inside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "icm8-frost-fabuwood-molding-inside-corner-fw-frost-icm8", "meta_title": "ICM8 - Frost - Fabuwood - Molding Inside Corner", "category_ids": ["4", "4", "494", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product FW-FROST-LRM payload: {"sku": "FW-FROST-LRM", "name": "LRM - Frost - Fabuwood - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lrm-frost-fabuwood-molding-light-rail-fw-frost-lrm", "meta_title": "LRM - Frost - Fabuwood - Molding Light Rail", "category_ids": ["4", "4", "532", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information"], "custom_attribute_count": 17}
INFO:magento.sync_service:Magento PUT product FW-FROST-OCM8 payload: {"sku": "FW-FROST-OCM8", "name": "Harriet Pearl White Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-assembled-port-bell-fw-frost-ocm8", "meta_title": "Harriet Pearl White Base - Assembled - Port & Bell", "category_ids": ["4", "4", "495", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "shopping_l2", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FW-FROST-SM8 payload: {"sku": "FW-FROST-SM8", "name": "Harriet Pearl White Base Corner Blind 17.5\" Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-blind-17-5-door-assembled-port-bell-fw-frost-sm8", "meta_title": "Harriet Pearl White Base Corner Blind 17.5\" Door - Assembled - Port & ", "category_ids": ["4", "4", "496", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "shopping_l2", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product FW-FROST-TK8 payload: {"sku": "FW-FROST-TK8", "name": "Harriet Pearl White Base Corner Lazy Susan - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-lazy-susan-assembled-port-bell-fw-frost-tk8", "meta_title": "Harriet Pearl White Base Corner Lazy Susan - Assembled - Port & Bell", "category_ids": ["4", "4", "535", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "shopping_l2", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product GSW-B12 payload: {"sku": "GSW-B12", "name": "B12 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b12-grace-snow-white-port-bell-base-assembled-gsw-b12", "meta_title": "B12 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-B15 payload: {"sku": "GSW-B15", "name": "B15 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b15-grace-snow-white-port-bell-base-assembled-gsw-b15", "meta_title": "B15 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-B18 payload: {"sku": "GSW-B18", "name": "B18 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b18-grace-snow-white-port-bell-base-assembled-gsw-b18", "meta_title": "B18 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-B21 payload: {"sku": "GSW-B21", "name": "B21 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b21-grace-snow-white-port-bell-base-assembled-gsw-b21", "meta_title": "B21 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-B24 payload: {"sku": "GSW-B24", "name": "B24 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b24-grace-snow-white-port-bell-base-assembled-gsw-b24", "meta_title": "B24 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-B27 payload: {"sku": "GSW-B27", "name": "B27 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b27-grace-snow-white-port-bell-base-assembled-gsw-b27", "meta_title": "B27 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-B30 payload: {"sku": "GSW-B30", "name": "B30 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b30-grace-snow-white-port-bell-base-assembled-gsw-b30", "meta_title": "B30 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-B33 payload: {"sku": "GSW-B33", "name": "B33 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-grace-snow-white-port-bell-base-assembled-gsw-b33", "meta_title": "B33 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-B36 payload: {"sku": "GSW-B36", "name": "B36 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-grace-snow-white-port-bell-base-assembled-gsw-b36", "meta_title": "B36 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-B39 payload: {"sku": "GSW-B39", "name": "B39 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-grace-snow-white-port-bell-base-assembled-gsw-b39", "meta_title": "B39 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-BBC36/39L/R payload: {"sku": "GSW-BBC36/39L/R", "name": "BBC36/39L/R - Grace Snow White - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-grace-snow-white-port-bell-base-corner-blind-9-door-assembled-gsw-bbc36-39l-r", "meta_title": "BBC36/39L/R - Grace Snow White - Port & Bell - Base Corner Blind 9\" do", "category_ids": ["397", "397", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BBC39/42L/R payload: {"sku": "GSW-BBC39/42L/R", "name": "BBC39/42L/R - Grace Snow White - Port & Bell - Base Corner Blind 15\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc39-42l-r-grace-snow-white-port-bell-base-corner-blind-15-door-assembled-gsw-bbc39-42l-r", "meta_title": "BBC39/42L/R - Grace Snow White - Port & Bell - Base Corner Blind 15\" D", "category_ids": ["397", "397", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BBC45/48FHL/R payload: {"sku": "GSW-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Grace Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-grace-snow-white-port-bell-base-corner-blind-17-5-door-assembled-gsw-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Grace Snow White - Port & Bell - Base Corner Blind 17.", "category_ids": ["397", "397", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-BBC45/48FHL/R-MC payload: {"sku": "GSW-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Grace Snow White - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-grace-snow-white-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-gsw-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Grace Snow White - Port & Bell - Base Corner Blind ", "category_ids": ["397", "397", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-BBC45/48L/R payload: {"sku": "GSW-BBC45/48L/R", "name": "BBC45/48L/R - Grace Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48l-r-grace-snow-white-port-bell-base-corner-blind-17-5-door-assembled-gsw-bbc45-48l-r", "meta_title": "BBC45/48L/R - Grace Snow White - Port & Bell - Base Corner Blind 17.5\"", "category_ids": ["397", "397", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-BEC1224L payload: {"sku": "GSW-BEC1224L", "name": "BEC1224L - Grace Snow White - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224l-grace-snow-white-port-bell-base-angle-end-assembled-gsw-bec1224l", "meta_title": "BEC1224L - Grace Snow White - Port & Bell - Base Angle End -- Assemble", "category_ids": ["397", "397", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BEC1224R payload: {"sku": "GSW-BEC1224R", "name": "BEC1224R - Grace Snow White - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224r-grace-snow-white-port-bell-base-angle-end-assembled-gsw-bec1224r", "meta_title": "BEC1224R - Grace Snow White - Port & Bell - Base Angle End -- Assemble", "category_ids": ["397", "397", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BF3 payload: {"sku": "GSW-BF3", "name": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-snow-white-port-bell-filler-base-gsw-bf3", "meta_title": "** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "category_ids": ["397", "397", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-BF6 payload: {"sku": "GSW-BF6", "name": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-snow-white-port-bell-filler-base-gsw-bf6", "meta_title": "** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "category_ids": ["397", "397", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-BH09 payload: {"sku": "GSW-BH09", "name": "BH09 - Grace Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh09-grace-snow-white-port-bell-base-assembled-gsw-bh09", "meta_title": "BH09 - Grace Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-BH12 payload: {"sku": "GSW-BH12", "name": "BH12 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh12-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh12", "meta_title": "BH12 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-BH15 payload: {"sku": "GSW-BH15", "name": "BH15 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh15", "meta_title": "BH15 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-BH18 payload: {"sku": "GSW-BH18", "name": "BH18 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh18-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh18", "meta_title": "BH18 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-BH21 payload: {"sku": "GSW-BH21", "name": "BH21 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh21", "meta_title": "BH21 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-BH24 payload: {"sku": "GSW-BH24", "name": "BH24 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh24", "meta_title": "BH24 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BH27 payload: {"sku": "GSW-BH27", "name": "BH27 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh27", "meta_title": "BH27 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BH30 payload: {"sku": "GSW-BH30", "name": "BH30 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh30", "meta_title": "BH30 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BH33 payload: {"sku": "GSW-BH33", "name": "BH33 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh33", "meta_title": "BH33 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BH36 payload: {"sku": "GSW-BH36", "name": "BH36 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh36", "meta_title": "BH36 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-BH39 payload: {"sku": "GSW-BH39", "name": "BH39 - Grace Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-grace-snow-white-port-bell-base-full-height-door-assembled-gsw-bh39", "meta_title": "BH39 - Grace Snow White - Port & Bell - Base Full Height Door -- Assem", "category_ids": ["397", "397", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-BM8 payload: {"sku": "GSW-BM8", "name": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-snow-white-port-bell-molding-bead-gsw-bm8", "meta_title": "** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "category_ids": ["397", "397", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product GSW-BMC24 payload: {"sku": "GSW-BMC24", "name": "BMC24 - Grace Snow White - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-grace-snow-white-port-bell-base-microwave-assembled-gsw-bmc24", "meta_title": "BMC24 - Grace Snow White - Port & Bell - Base Microwave -- Assembled -", "category_ids": ["397", "397", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-BMC30 payload: {"sku": "GSW-BMC30", "name": "BMC30 - Grace Snow White - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc30-grace-snow-white-port-bell-base-microwave-assembled-gsw-bmc30", "meta_title": "BMC30 - Grace Snow White - Port & Bell - Base Microwave -- Assembled -", "category_ids": ["397", "397", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-CVM8 payload: {"sku": "GSW-CVM8", "name": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-snow-white-port-bell-molding-cove-crown-gsw-cvm8", "meta_title": "** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove C", "category_ids": ["397", "397", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB12-3 payload: {"sku": "GSW-DB12-3", "name": "DB12-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db12-3", "meta_title": "DB12-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB15-3 payload: {"sku": "GSW-DB15-3", "name": "DB15-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db15-3", "meta_title": "DB15-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB18-3 payload: {"sku": "GSW-DB18-3", "name": "DB18-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db18-3", "meta_title": "DB18-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB21-3 payload: {"sku": "GSW-DB21-3", "name": "DB21-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db21-3", "meta_title": "DB21-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB24-3 payload: {"sku": "GSW-DB24-3", "name": "DB24-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db24-3", "meta_title": "DB24-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB27-3 payload: {"sku": "GSW-DB27-3", "name": "DB27-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db27-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db27-3", "meta_title": "DB27-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB30-2 payload: {"sku": "GSW-DB30-2", "name": "DB30-2 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-grace-snow-white-port-bell-drawer-base-assembled-gsw-db30-2", "meta_title": "DB30-2 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB30-3 payload: {"sku": "GSW-DB30-3", "name": "DB30-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db30-3", "meta_title": "DB30-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB33-3 payload: {"sku": "GSW-DB33-3", "name": "DB33-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db33-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db33-3", "meta_title": "DB33-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-DB36-3 payload: {"sku": "GSW-DB36-3", "name": "DB36-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-grace-snow-white-port-bell-drawer-base-assembled-gsw-db36-3", "meta_title": "DB36-3 - Grace Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["397", "397", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-EZR33 payload: {"sku": "GSW-EZR33", "name": "EZR33 - Grace Snow White - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr33-grace-snow-white-port-bell-base-corner-ez-reach-assembled-gsw-ezr33", "meta_title": "EZR33 - Grace Snow White - Port & Bell - Base Corner EZ Reach -- Assem", "category_ids": ["397", "397", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-EZR36 payload: {"sku": "GSW-EZR36", "name": "EZR36 - Grace Snow White - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr36-grace-snow-white-port-bell-base-corner-ez-reach-assembled-gsw-ezr36", "meta_title": "EZR36 - Grace Snow White - Port & Bell - Base Corner EZ Reach -- Assem", "category_ids": ["397", "397", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-FPP9648 1/4 payload: {"sku": "GSW-FPP9648 1/4", "name": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-snow-white-port-bell-panel-gsw-fpp9648-1-4", "meta_title": "** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "category_ids": ["397", "397", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-FPP9648 3/4 payload: {"sku": "GSW-FPP9648 3/4", "name": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-snow-white-port-bell-panel-gsw-fpp9648-3-4", "meta_title": "** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "category_ids": ["397", "397", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-FS24 payload: {"sku": "GSW-FS24", "name": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-snow-white-port-bell-floating-shelf-gsw-fs24", "meta_title": "** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["431", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-FS30 payload: {"sku": "GSW-FS30", "name": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-snow-white-port-bell-floating-shelf-gsw-fs30", "meta_title": "** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["397", "397", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-FS36 payload: {"sku": "GSW-FS36", "name": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-snow-white-port-bell-floating-shelf-gsw-fs36", "meta_title": "** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["397", "397", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-FS60 payload: {"sku": "GSW-FS60", "name": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-snow-white-port-bell-floating-shelf-gsw-fs60", "meta_title": "** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "category_ids": ["431", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-GD-WDC2430 payload: {"sku": "GSW-GD-WDC2430", "name": "GD-WDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-grace-snow-white-port-bell-wall-diagonal-corner-glass-door-only-gsw-gd-wdc2430", "meta_title": "GD-WDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner Gla", "category_ids": ["516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-GD-WDC2436 payload: {"sku": "GSW-GD-WDC2436", "name": "GD-WDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-grace-snow-white-port-bell-wall-diagonal-corner-glass-door-only-gsw-gd-wdc2436", "meta_title": "GD-WDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner Gla", "category_ids": ["516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-GD-WDC2442 payload: {"sku": "GSW-GD-WDC2442", "name": "GD-WDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-grace-snow-white-port-bell-wall-diagonal-corner-glass-door-only-gsw-gd-wdc2442", "meta_title": "GD-WDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner Gla", "category_ids": ["516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "assembled_depth"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-GDWDC2430 payload: {"sku": "GSW-GDWDC2430", "name": "GDWDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-grace-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-gsw-gdwdc2430", "meta_title": "GDWDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner with", "category_ids": ["533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "accessories", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-GDWDC2436 payload: {"sku": "GSW-GDWDC2436", "name": "GDWDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-grace-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-gsw-gdwdc2436", "meta_title": "GDWDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner with", "category_ids": ["533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "accessories", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-GDWDC2442 payload: {"sku": "GSW-GDWDC2442", "name": "GDWDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-grace-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-gsw-gdwdc2442", "meta_title": "GDWDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner with", "category_ids": ["533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "collection_style", "meta_description", "master_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "accessories", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-LCVM8 payload: {"sku": "GSW-LCVM8", "name": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-snow-white-port-bell-molding-cove-crown-gsw-lcvm8", "meta_title": "** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove ", "category_ids": ["397", "397", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-LM8 payload: {"sku": "GSW-LM8", "name": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-snow-white-port-bell-molding-light-rail-gsw-lm8", "meta_title": "** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light R", "category_ids": ["532", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-LRM8 payload: {"sku": "GSW-LRM8", "name": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-snow-white-port-bell-molding-light-rail-gsw-lrm8", "meta_title": "** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light ", "category_ids": ["532", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product GSW-MWEP15 payload: {"sku": "GSW-MWEP15", "name": "MWEP15 - Grace Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-grace-snow-white-port-bell-wall-deco-end-panel-gsw-mwep15", "meta_title": "MWEP15 - Grace Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["397", "397", "416", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-MWEP30 payload: {"sku": "GSW-MWEP30", "name": "MWEP30 - Grace Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-grace-snow-white-port-bell-wall-deco-end-panel-gsw-mwep30", "meta_title": "MWEP30 - Grace Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["397", "397", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-MWEP36 payload: {"sku": "GSW-MWEP36", "name": "MWEP36 - Grace Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-grace-snow-white-port-bell-wall-deco-end-panel-gsw-mwep36", "meta_title": "MWEP36 - Grace Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["397", "397", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-MWEP42 payload: {"sku": "GSW-MWEP42", "name": "MWEP42 - Grace Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-grace-snow-white-port-bell-wall-deco-end-panel-gsw-mwep42", "meta_title": "MWEP42 - Grace Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["397", "397", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-OC3384 payload: {"sku": "GSW-OC3384", "name": "OC3384 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-grace-snow-white-port-bell-tall-oven-single-assembled-gsw-oc3384", "meta_title": "OC3384 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembl", "category_ids": ["397", "397", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-OC3390 payload: {"sku": "GSW-OC3390", "name": "OC3390 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-grace-snow-white-port-bell-tall-oven-single-assembled-gsw-oc3390", "meta_title": "OC3390 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembl", "category_ids": ["397", "397", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-OC3396 payload: {"sku": "GSW-OC3396", "name": "OC3396 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-grace-snow-white-port-bell-tall-oven-single-assembled-gsw-oc3396", "meta_title": "OC3396 - Grace Snow White - Port & Bell - Tall Oven Single  -- Assembl", "category_ids": ["397", "397", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product GSW-OCM8-1 payload: {"sku": "GSW-OCM8-1", "name": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-snow-white-port-bell-molding-outside-corner-gsw-ocm8-1", "meta_title": "** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outs", "category_ids": ["397", "397", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-REP120 payload: {"sku": "GSW-REP120", "name": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-snow-white-port-bell-panel-refrigerator-end-gsw-rep120", "meta_title": "** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrig", "category_ids": ["397", "397", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product GSW-REP96 payload: {"sku": "GSW-REP96", "name": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-snow-white-port-bell-panel-refrigerator-end-gsw-rep96", "meta_title": "** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrige", "category_ids": ["397", "397", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-SB24 payload: {"sku": "GSW-SB24", "name": "SB24 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-grace-snow-white-port-bell-sink-base-assembled-gsw-sb24", "meta_title": "SB24 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SB27 payload: {"sku": "GSW-SB27", "name": "SB27 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-grace-snow-white-port-bell-sink-base-assembled-gsw-sb27", "meta_title": "SB27 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SB30 payload: {"sku": "GSW-SB30", "name": "SB30 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-grace-snow-white-port-bell-sink-base-assembled-gsw-sb30", "meta_title": "SB30 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SB33 payload: {"sku": "GSW-SB33", "name": "SB33 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-grace-snow-white-port-bell-sink-base-assembled-gsw-sb33", "meta_title": "SB33 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SB36 payload: {"sku": "GSW-SB36", "name": "SB36 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-grace-snow-white-port-bell-sink-base-assembled-gsw-sb36", "meta_title": "SB36 - Grace Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SBF30 payload: {"sku": "GSW-SBF30", "name": "SBF30 - Grace Snow White - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf30-grace-snow-white-port-bell-sink-base-farm-apron-front-assembled-gsw-sbf30", "meta_title": "SBF30 - Grace Snow White - Port & Bell - Sink Base Farm Apron Front --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-SBF36 payload: {"sku": "GSW-SBF36", "name": "SBF36 - Grace Snow White - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-grace-snow-white-port-bell-sink-base-farm-apron-front-assembled-gsw-sbf36", "meta_title": "SBF36 - Grace Snow White - Port & Bell - Sink Base Farm Apron Front --", "category_ids": ["442", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-SBM8 payload: {"sku": "GSW-SBM8", "name": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-snow-white-port-bell-molding-single-bead-gsw-sbm8", "meta_title": "** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single", "category_ids": ["413", "397", "397", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product GSW-SM8 payload: {"sku": "GSW-SM8", "name": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-snow-white-port-bell-molding-scribe-gsw-sm8", "meta_title": "** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "category_ids": ["397", "397", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product GSW-TK8 payload: {"sku": "GSW-TK8", "name": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-snow-white-port-bell-molding-toe-kick-gsw-tk8", "meta_title": "** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kic", "category_ids": ["397", "397", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-TKBM8 payload: {"sku": "GSW-TKBM8", "name": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-snow-white-port-bell-molding-base-gsw-tkbm8", "meta_title": "** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "category_ids": ["397", "397", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product GSW-TLM8 payload: {"sku": "GSW-TLM8", "name": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-snow-white-port-bell-molding-large-crown-gsw-tlm8", "meta_title": "** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large ", "category_ids": ["397", "397", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product GSW-VA2421 payload: {"sku": "GSW-VA2421", "name": "VA2421 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va2421-grace-snow-white-port-bell-vanity-assembled-gsw-va2421", "meta_title": "VA2421 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VA3021 payload: {"sku": "GSW-VA3021", "name": "VA3021 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3021-grace-snow-white-port-bell-vanity-assembled-gsw-va3021", "meta_title": "VA3021 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VA3621 payload: {"sku": "GSW-VA3621", "name": "VA3621 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-grace-snow-white-port-bell-vanity-assembled-gsw-va3621", "meta_title": "VA3621 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VDB12-3 payload: {"sku": "GSW-VDB12-3", "name": "VDB12-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-grace-snow-white-port-bell-vanity-assembled-gsw-vdb12-3", "meta_title": "VDB12-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VDB15-3 payload: {"sku": "GSW-VDB15-3", "name": "VDB15-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-grace-snow-white-port-bell-vanity-assembled-gsw-vdb15-3", "meta_title": "VDB15-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VDB18-3 payload: {"sku": "GSW-VDB18-3", "name": "VDB18-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-grace-snow-white-port-bell-vanity-assembled-gsw-vdb18-3", "meta_title": "VDB18-3 - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VSD3021DL payload: {"sku": "GSW-VSD3021DL", "name": "VSD3021DL - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dl-grace-snow-white-port-bell-vanity-assembled-gsw-vsd3021dl", "meta_title": "VSD3021DL - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Plan progress: 100/172 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product GSW-VSD3021DR payload: {"sku": "GSW-VSD3021DR", "name": "VSD3021DR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dr-grace-snow-white-port-bell-vanity-assembled-gsw-vsd3021dr", "meta_title": "VSD3021DR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VSD3621DL payload: {"sku": "GSW-VSD3621DL", "name": "VSD3621DL - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dl-grace-snow-white-port-bell-vanity-assembled-gsw-vsd3621dl", "meta_title": "VSD3621DL - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VSD3621DR payload: {"sku": "GSW-VSD3621DR", "name": "VSD3621DR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dr-grace-snow-white-port-bell-vanity-assembled-gsw-vsd3621dr", "meta_title": "VSD3621DR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VSD4821DLR payload: {"sku": "GSW-VSD4821DLR", "name": "VSD4821DLR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd4821dlr-grace-snow-white-port-bell-vanity-assembled-gsw-vsd4821dlr", "meta_title": "VSD4821DLR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-VSD6021DLR payload: {"sku": "GSW-VSD6021DLR", "name": "VSD6021DLR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd6021dlr-grace-snow-white-port-bell-vanity-assembled-gsw-vsd6021dlr", "meta_title": "VSD6021DLR - Grace Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["397", "397", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth", "assembled_width"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product GSW-WBC2730 payload: {"sku": "GSW-WBC2730", "name": "WBC2730 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2730-grace-snow-white-port-bell-wall-blind-27-assembled-gsw-wbc2730", "meta_title": "WBC2730 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled ", "category_ids": ["397", "397", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WBC2736 payload: {"sku": "GSW-WBC2736", "name": "WBC2736 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2736-grace-snow-white-port-bell-wall-blind-27-assembled-gsw-wbc2736", "meta_title": "WBC2736 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled ", "category_ids": ["397", "397", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WBC2742 payload: {"sku": "GSW-WBC2742", "name": "WBC2742 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2742-grace-snow-white-port-bell-wall-blind-27-assembled-gsw-wbc2742", "meta_title": "WBC2742 - Grace Snow White - Port & Bell - Wall Blind 27 -- Assembled ", "category_ids": ["397", "397", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WCOR2430 payload: {"sku": "GSW-WCOR2430", "name": "WCOR2430 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2430-grace-snow-white-port-bell-wall-pie-cut-corner-assembled-gsw-wcor2430", "meta_title": "WCOR2430 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Ass", "category_ids": ["397", "397", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WCOR2436 payload: {"sku": "GSW-WCOR2436", "name": "WCOR2436 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2436-grace-snow-white-port-bell-wall-pie-cut-corner-assembled-gsw-wcor2436", "meta_title": "WCOR2436 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Ass", "category_ids": ["397", "397", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WCOR2442 payload: {"sku": "GSW-WCOR2442", "name": "WCOR2442 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2442-grace-snow-white-port-bell-wall-pie-cut-corner-assembled-gsw-wcor2442", "meta_title": "WCOR2442 - Grace Snow White - Port & Bell - Wall Pie Cut Corner -- Ass", "category_ids": ["397", "397", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WDC2430 payload: {"sku": "GSW-WDC2430", "name": "WDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-grace-snow-white-port-bell-wall-diagonal-corner-assembled-gsw-wdc2430", "meta_title": "WDC2430 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Ass", "category_ids": ["397", "397", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-WDC2436 payload: {"sku": "GSW-WDC2436", "name": "WDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-grace-snow-white-port-bell-wall-diagonal-corner-assembled-gsw-wdc2436", "meta_title": "WDC2436 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Ass", "category_ids": ["397", "397", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-WDC2442 payload: {"sku": "GSW-WDC2442", "name": "WDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-grace-snow-white-port-bell-wall-diagonal-corner-assembled-gsw-wdc2442", "meta_title": "WDC2442 - Grace Snow White - Port & Bell - Wall Diagonal Corner -- Ass", "category_ids": ["397", "397", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-WECA30 payload: {"sku": "GSW-WECA30", "name": "WECA30 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca30-grace-snow-white-port-bell-wall-angle-end-assembled-gsw-weca30", "meta_title": "WECA30 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled ", "category_ids": ["397", "397", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WECA36 payload: {"sku": "GSW-WECA36", "name": "WECA36 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca36-grace-snow-white-port-bell-wall-angle-end-assembled-gsw-weca36", "meta_title": "WECA36 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled ", "category_ids": ["397", "397", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WECA42 payload: {"sku": "GSW-WECA42", "name": "WECA42 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca42-grace-snow-white-port-bell-wall-angle-end-assembled-gsw-weca42", "meta_title": "WECA42 - Grace Snow White - Port & Bell - Wall Angle End -- Assembled ", "category_ids": ["397", "397", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WHB3624 payload: {"sku": "GSW-WHB3624", "name": "WHB3624 - Grace Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-grace-snow-white-port-bell-wall-hood-straight-assembled-gsw-whb3624", "meta_title": "WHB3624 - Grace Snow White - Port & Bell - Wall Hood Straight -- Assem", "category_ids": ["397", "397", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WHB3630 payload: {"sku": "GSW-WHB3630", "name": "WHB3630 - Grace Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-grace-snow-white-port-bell-wall-hood-straight-assembled-gsw-whb3630", "meta_title": "WHB3630 - Grace Snow White - Port & Bell - Wall Hood Straight -- Assem", "category_ids": ["397", "397", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product GSW-WOCD2430 payload: {"sku": "GSW-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-gsw-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Snow White - Port & Bell - Wall Open", "category_ids": ["397", "397", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-WOCD2436 payload: {"sku": "GSW-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-gsw-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Snow White - Port & Bell - Wall Open", "category_ids": ["397", "397", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product GSW-WOCD2442 payload: {"sku": "GSW-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-gsw-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Snow White - Port & Bell - Wall Open", "category_ids": ["397", "397", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "wall_cabinets", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-B12 payload: {"sku": "HPW-B12", "name": "Harriet Pearl White Base Full Height Door - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-full-height-door-assembled-port-bell-hpw-b12", "meta_title": "Harriet Pearl White Base Full Height Door - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-B15 payload: {"sku": "HPW-B15", "name": "Harriet Pearl White Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-microwave-assembled-port-bell-hpw-b15", "meta_title": "Harriet Pearl White Base Microwave - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-B18 payload: {"sku": "HPW-B18", "name": "Harriet Pearl White Base Microwave - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-microwave-assembled-port-bell-hpw-b18", "meta_title": "Harriet Pearl White Base Microwave - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-B21 payload: {"sku": "HPW-B21", "name": "Harriet Pearl White Base Pantry Pullout - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-pantry-pullout-assembled-port-bell-hpw-b21", "meta_title": "Harriet Pearl White Base Pantry Pullout - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-B24 payload: {"sku": "HPW-B24", "name": "Harriet Pearl White Base Trash Pullout 2Bin 35Qt - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-trash-pullout-2bin-35qt-assembled-port-bell-hpw-b24", "meta_title": "Harriet Pearl White Base Trash Pullout 2Bin 35Qt - Assembled - Port & ", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-B27 payload: {"sku": "HPW-B27", "name": "Harriet Pearl White Base Corner Sink Front - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-sink-front-port-bell-hpw-b27", "meta_title": "Harriet Pearl White Base Corner Sink Front - Port & Bell", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-B30 payload: {"sku": "HPW-B30", "name": "Harriet Pearl White Base Corner Sink - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-sink-assembled-port-bell-hpw-b30", "meta_title": "Harriet Pearl White Base Corner Sink - Assembled - Port & Bell", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-B33 payload: {"sku": "HPW-B33", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-b33", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-B36 payload: {"sku": "HPW-B36", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-b36", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-B39 payload: {"sku": "HPW-B39", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-b39", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["506", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-BBC36/39L/R payload: {"sku": "HPW-BBC36/39L/R", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-bbc36-39l-r", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BBC39/42L/R payload: {"sku": "HPW-BBC39/42L/R", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-bbc39-42l-r", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BBC45/48FHL/R payload: {"sku": "HPW-BBC45/48FHL/R", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-bbc45-48fhl-r", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-BBC45/48FHL/R-MC payload: {"sku": "HPW-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Harriet Pearl White - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-harriet-pearl-white-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-hpw-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Harriet Pearl White - Port & Bell - Base Corner Bli", "category_ids": ["435", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-BBC45/48L/R payload: {"sku": "HPW-BBC45/48L/R", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-bbc45-48l-r", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["435", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-BEC1224L payload: {"sku": "HPW-BEC1224L", "name": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-drawer-base-assembled-port-bell-hpw-bec1224l", "meta_title": "Harriet Pearl White Drawer Base - Assembled - Port & Bell", "category_ids": ["464", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BEC1224R payload: {"sku": "HPW-BEC1224R", "name": "Harriet Pearl White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-ez-reach-assembled-port-bell-hpw-bec1224r", "meta_title": "Harriet Pearl White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["464", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BF3 payload: {"sku": "HPW-BF3", "name": "*** Alias Item For *** BF3 - Pearl White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-pearl-white-port-bell-filler-base-hpw-bf3", "meta_title": "*** Alias Item For *** BF3 - Pearl White - Port & Bell - Filler Base", "category_ids": ["399", "399", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-BF6 payload: {"sku": "HPW-BF6", "name": "*** Alias Item For *** BF6 - Pearl White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-pearl-white-port-bell-filler-base-hpw-bf6", "meta_title": "*** Alias Item For *** BF6 - Pearl White - Port & Bell - Filler Base", "category_ids": ["399", "399", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-BH09 payload: {"sku": "HPW-BH09", "name": "Harriet Pearl White Base Corner EZ Reach - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-corner-ez-reach-assembled-port-bell-hpw-bh09", "meta_title": "Harriet Pearl White Base Corner EZ Reach - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-BH12 payload: {"sku": "HPW-BH12", "name": "Harriet Pearl White Linen Cabinet - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-linen-cabinet-assembled-port-bell-hpw-bh12", "meta_title": "Harriet Pearl White Linen Cabinet - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-BH15 payload: {"sku": "HPW-BH15", "name": "BH15 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh15", "meta_title": "BH15 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-BH18 payload: {"sku": "HPW-BH18", "name": "Harriet Pearl White Base Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-base-deco-end-panel-port-bell-hpw-bh18", "meta_title": "Harriet Pearl White Base Deco End Panel - Port & Bell", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-BH21 payload: {"sku": "HPW-BH21", "name": "BH21 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh21", "meta_title": "BH21 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-BH24 payload: {"sku": "HPW-BH24", "name": "BH24 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh24", "meta_title": "BH24 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BH27 payload: {"sku": "HPW-BH27", "name": "BH27 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh27", "meta_title": "BH27 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BH30 payload: {"sku": "HPW-BH30", "name": "BH30 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh30", "meta_title": "BH30 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BH33 payload: {"sku": "HPW-BH33", "name": "BH33 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh33", "meta_title": "BH33 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BH36 payload: {"sku": "HPW-BH36", "name": "BH36 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh36", "meta_title": "BH36 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-BH39 payload: {"sku": "HPW-BH39", "name": "BH39 - Harriet Pearl White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-harriet-pearl-white-port-bell-base-full-height-door-assembled-hpw-bh39", "meta_title": "BH39 - Harriet Pearl White - Port & Bell - Base Full Height Door -- As", "category_ids": ["399", "399", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-BM8 payload: {"sku": "HPW-BM8", "name": "*** Alias Item For *** BM8 - Pearl White - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-pearl-white-port-bell-molding-bead-hpw-bm8", "meta_title": "*** Alias Item For *** BM8 - Pearl White - Port & Bell - Molding Bead", "category_ids": ["399", "399", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "assembled_depth"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product HPW-BMC24 payload: {"sku": "HPW-BMC24", "name": "Harriet Pearl White Tall Deco End Panel Lower - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-tall-deco-end-panel-lower-port-bell-hpw-bmc24", "meta_title": "Harriet Pearl White Tall Deco End Panel Lower - Port & Bell", "category_ids": ["399", "399", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-BMC30 payload: {"sku": "HPW-BMC30", "name": "Harriet Pearl White Wall Deco End Panel - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-deco-end-panel-port-bell-hpw-bmc30", "meta_title": "Harriet Pearl White Wall Deco End Panel - Port & Bell", "category_ids": ["399", "399", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-CVM8 payload: {"sku": "HPW-CVM8", "name": "*** Alias Item For *** CVM8 - Pearl White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-pearl-white-port-bell-molding-cove-crown-hpw-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Pearl White - Port & Bell - Molding Cove", "category_ids": ["399", "399", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB12-3 payload: {"sku": "HPW-DB12-3", "name": "Harriet Pearl White Tall Oven Single - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-tall-oven-single-assembled-port-bell-hpw-db12-3", "meta_title": "Harriet Pearl White Tall Oven Single - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB15-3 payload: {"sku": "HPW-DB15-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db15-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB18-3 payload: {"sku": "HPW-DB18-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db18-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB21-3 payload: {"sku": "HPW-DB21-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db21-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB24-3 payload: {"sku": "HPW-DB24-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db24-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB27-3 payload: {"sku": "HPW-DB27-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db27-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB30-2 payload: {"sku": "HPW-DB30-2", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db30-2", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB30-3 payload: {"sku": "HPW-DB30-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db30-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB33-3 payload: {"sku": "HPW-DB33-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db33-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-DB36-3 payload: {"sku": "HPW-DB36-3", "name": "Harriet Pearl White Pantry - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-pantry-assembled-port-bell-hpw-db36-3", "meta_title": "Harriet Pearl White Pantry - Assembled - Port & Bell", "category_ids": ["399", "399", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-EZR33 payload: {"sku": "HPW-EZR33", "name": "Harriet Pearl White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-sink-base-assembled-port-bell-hpw-ezr33", "meta_title": "Harriet Pearl White Sink Base - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-EZR36 payload: {"sku": "HPW-EZR36", "name": "Harriet Pearl White Sink Base - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-sink-base-assembled-port-bell-hpw-ezr36", "meta_title": "Harriet Pearl White Sink Base - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-FPP9648 1/4 payload: {"sku": "HPW-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Pearl White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-pearl-white-port-bell-panel-hpw-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Pearl White - Port & Bell - Panel", "category_ids": ["399", "399", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-FPP9648 3/4 payload: {"sku": "HPW-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Pearl White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-pearl-white-port-bell-panel-hpw-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Pearl White - Port & Bell - Panel", "category_ids": ["399", "399", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-FS24 payload: {"sku": "HPW-FS24", "name": "*** Alias Item For *** FS24 - Pearl White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-pearl-white-port-bell-floating-shelf-hpw-fs24", "meta_title": "*** Alias Item For *** FS24 - Pearl White - Port & Bell - Floating She", "category_ids": ["431", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-FS30 payload: {"sku": "HPW-FS30", "name": "*** Alias Item For *** FS30 - Pearl White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-pearl-white-port-bell-floating-shelf-hpw-fs30", "meta_title": "*** Alias Item For *** FS30 - Pearl White - Port & Bell - Floating She", "category_ids": ["399", "399", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-FS36 payload: {"sku": "HPW-FS36", "name": "*** Alias Item For *** FS36 - Pearl White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-pearl-white-port-bell-floating-shelf-hpw-fs36", "meta_title": "*** Alias Item For *** FS36 - Pearl White - Port & Bell - Floating She", "category_ids": ["399", "399", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "shopping_l2", "depth", "variation_depth_in", "hinges", "overlay", "warranty", "materials", "door_count", "door_style", "drawer_box", "shelf_clips", "drawer_count", "pkg_width_in", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified"], "custom_attribute_count": 94}
INFO:app.jobs.magento_sync_worker:[queue=1712] stage=done: job_id=1235 success=172 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1713 label=push-channel-sample-magento-images-20260806-050232 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1713 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1713] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-050232
INFO:app.jobs.magento_sync_worker:[queue=1713] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1713] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1713] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1713] stage=snapshots: 326 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1713] stage=sync: starting incremental sync job_id=1236 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 326 items (job_id=1236)
INFO:magento.sync_service:Executing plan: 326 pending actions (job_id=1236)
WARNING:magento.sync_service:Media upload failed for GSW-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 100/326 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for GSW-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for GSW-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for GSW-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for GSW-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for GSW-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for GSW-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/GSW-VSD3021DL/media/77833 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/GSW-VSD3021DL/media/77833 (Caused by SSLError(SSLError(5, '[SYS] unknown error (_ssl.c:2426)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/GSW-VSD3021DL/media/77833
WARNING:magento.sync_service:Media upload failed for GSW-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/GSW-VSD3621DL/media/58708 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/GSW-VSD3621DL/media/58708 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/GSW-VSD3621DL/media/58708
WARNING:magento.sync_service:Media upload failed for GSW-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/GSW-VSD3621DL/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/GSW-VSD3621DL/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/GSW-VSD3621DL/media
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/GSW-VSD4821DLR/media/77847 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/GSW-VSD4821DLR/media/77847 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/GSW-VSD4821DLR/media/77847
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/GSW-VSD4821DLR/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/GSW-VSD4821DLR/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/GSW-VSD4821DLR/media
WARNING:magento.sync_service:Media upload failed for GSW-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/326 actions (199 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/HPW-B18/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/HPW-B18/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/HPW-B18/media
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC36/39L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR33L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-BEC1224L pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 300/326 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for HPW-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for HPW-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:app.jobs.magento_sync_worker:[queue=1713] stage=done: job_id=1236 success=326 errors=0
INFO:__main__:Magento push batch 8/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1714 label=push-channel-sample-magento-products-20260806-053704 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1714 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1714] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-053704
INFO:app.jobs.magento_sync_worker:[queue=1714] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=24815
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=24815
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: dataframe done rows=500 elapsed_ms=1525
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=normalize: done, 500 rows ready elapsed_ms=26493
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=provision_configurable: done elapsed_ms=4 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1714] stage=sync: starting incremental sync job_id=1237 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 179 items (job_id=1237)
INFO:magento.sync_service:Executing plan: 179 pending actions (job_id=1237)
INFO:magento.sync_service:Magento PUT product HPW-FS60 payload: {"sku": "HPW-FS60", "name": "*** Alias Item For *** FS60 - Pearl White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-pearl-white-port-bell-floating-shelf-hpw-fs60", "meta_title": "*** Alias Item For *** FS60 - Pearl White - Port & Bell - Floating She", "category_ids": ["431", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-GD-WDC2430 payload: {"sku": "HPW-GD-WDC2430", "name": "GD-WDC2430 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-harriet-pearl-white-port-bell-wall-diagonal-corner-glass-door-only-hpw-gd-wdc2430", "meta_title": "GD-WDC2430 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner ", "category_ids": ["516", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-GD-WDC2436 payload: {"sku": "HPW-GD-WDC2436", "name": "GD-WDC2436 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-harriet-pearl-white-port-bell-wall-diagonal-corner-glass-door-only-hpw-gd-wdc2436", "meta_title": "GD-WDC2436 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner ", "category_ids": ["516", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-GD-WDC2442 payload: {"sku": "HPW-GD-WDC2442", "name": "GD-WDC2442 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-harriet-pearl-white-port-bell-wall-diagonal-corner-glass-door-only-hpw-gd-wdc2442", "meta_title": "GD-WDC2442 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner ", "category_ids": ["516", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-GDWDC2430 payload: {"sku": "HPW-GDWDC2430", "name": "GDWDC2430 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-harriet-pearl-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-hpw-gdwdc2430", "meta_title": "GDWDC2430 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner w", "category_ids": ["399", "399", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-GDWDC2436 payload: {"sku": "HPW-GDWDC2436", "name": "GDWDC2436 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-harriet-pearl-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-hpw-gdwdc2436", "meta_title": "GDWDC2436 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner w", "category_ids": ["399", "399", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-GDWDC2442 payload: {"sku": "HPW-GDWDC2442", "name": "GDWDC2442 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-harriet-pearl-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-hpw-gdwdc2442", "meta_title": "GDWDC2442 - Harriet Pearl White - Port & Bell - Wall Diagonal Corner w", "category_ids": ["399", "399", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-LCVM8 payload: {"sku": "HPW-LCVM8", "name": "*** Alias Item For *** LCVM8 - Pearl White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-pearl-white-port-bell-molding-cove-crown-hpw-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Pearl White - Port & Bell - Molding Cov", "category_ids": ["399", "399", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-LM8 payload: {"sku": "HPW-LM8", "name": "*** Alias Item For *** LM8 - Pearl White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-pearl-white-port-bell-molding-light-rail-hpw-lm8", "meta_title": "*** Alias Item For *** LM8 - Pearl White - Port & Bell - Molding Light", "category_ids": ["399", "399", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-LRM8 payload: {"sku": "HPW-LRM8", "name": "*** Alias Item For *** LRM8 - Pearl White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-pearl-white-port-bell-molding-light-rail-hpw-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Pearl White - Port & Bell - Molding Ligh", "category_ids": ["399", "399", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product HPW-MWEP15 payload: {"sku": "HPW-MWEP15", "name": "MWEP15 - Harriet Pearl White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-harriet-pearl-white-port-bell-wall-deco-end-panel-hpw-mwep15", "meta_title": "MWEP15 - Harriet Pearl White - Port & Bell - Wall Deco End Panel", "category_ids": ["416", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-MWEP30 payload: {"sku": "HPW-MWEP30", "name": "Harriet Pearl White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-sink-base-farm-apron-front-assembled-port-bell-hpw-mwep30", "meta_title": "Harriet Pearl White Sink Base Farm Apron Front - Assembled - Port & Be", "category_ids": ["399", "399", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-MWEP36 payload: {"sku": "HPW-MWEP36", "name": "Harriet Pearl White Sink Base Farm Apron Front - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-sink-base-farm-apron-front-assembled-port-bell-hpw-mwep36", "meta_title": "Harriet Pearl White Sink Base Farm Apron Front - Assembled - Port & Be", "category_ids": ["399", "399", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-MWEP42 payload: {"sku": "HPW-MWEP42", "name": "Harriet Pearl White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-vanity-assembled-port-bell-hpw-mwep42", "meta_title": "Harriet Pearl White Vanity - Assembled - Port & Bell", "category_ids": ["399", "399", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-OC3384 payload: {"sku": "HPW-OC3384", "name": "Harriet Pearl White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-vanity-assembled-port-bell-hpw-oc3384", "meta_title": "Harriet Pearl White Vanity - Assembled - Port & Bell", "category_ids": ["399", "399", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-OC3390 payload: {"sku": "HPW-OC3390", "name": "Harriet Pearl White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-vanity-assembled-port-bell-hpw-oc3390", "meta_title": "Harriet Pearl White Vanity - Assembled - Port & Bell", "category_ids": ["399", "399", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-OC3396 payload: {"sku": "HPW-OC3396", "name": "Harriet Pearl White Vanity - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-vanity-assembled-port-bell-hpw-oc3396", "meta_title": "Harriet Pearl White Vanity - Assembled - Port & Bell", "category_ids": ["399", "399", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product HPW-OCM8-1 payload: {"sku": "HPW-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Pearl White - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-pearl-white-port-bell-molding-outside-corner-hpw-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Pearl White - Port & Bell - Molding Ou", "category_ids": ["399", "399", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-REP120 payload: {"sku": "HPW-REP120", "name": "*** Alias Item For *** REP120 - Pearl White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-pearl-white-port-bell-panel-refrigerator-end-hpw-rep120", "meta_title": "*** Alias Item For *** REP120 - Pearl White - Port & Bell - Panel Refr", "category_ids": ["399", "399", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product HPW-REP96 payload: {"sku": "HPW-REP96", "name": "*** Alias Item For *** REP96 - Pearl White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-pearl-white-port-bell-panel-refrigerator-end-hpw-rep96", "meta_title": "*** Alias Item For *** REP96 - Pearl White - Port & Bell - Panel Refri", "category_ids": ["399", "399", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-SB24 payload: {"sku": "HPW-SB24", "name": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-42-h-assembled-port-bell-hpw-sb24", "meta_title": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SB27 payload: {"sku": "HPW-SB27", "name": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-30-h-assembled-port-bell-hpw-sb27", "meta_title": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SB30 payload: {"sku": "HPW-SB30", "name": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-36-h-assembled-port-bell-hpw-sb30", "meta_title": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SB33 payload: {"sku": "HPW-SB33", "name": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-42-h-assembled-port-bell-hpw-sb33", "meta_title": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SB36 payload: {"sku": "HPW-SB36", "name": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-30-h-assembled-port-bell-hpw-sb36", "meta_title": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SBF30 payload: {"sku": "HPW-SBF30", "name": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-36-h-assembled-port-bell-hpw-sbf30", "meta_title": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-SBF36 payload: {"sku": "HPW-SBF36", "name": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-42-h-assembled-port-bell-hpw-sbf36", "meta_title": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["442", "399", "399", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-SBM8 payload: {"sku": "HPW-SBM8", "name": "*** Alias Item For *** SBM8 - Pearl White - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-pearl-white-port-bell-molding-single-bead-hpw-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Pearl White - Port & Bell - Molding Sing", "category_ids": ["399", "399", "413", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product HPW-SM8 payload: {"sku": "HPW-SM8", "name": "*** Alias Item For *** SM8 - Pearl White - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-pearl-white-port-bell-molding-scribe-hpw-sm8", "meta_title": "*** Alias Item For *** SM8 - Pearl White - Port & Bell - Molding Scrib", "category_ids": ["399", "399", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product HPW-TK8 payload: {"sku": "HPW-TK8", "name": "*** Alias Item For *** TK8 - Pearl White - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-pearl-white-port-bell-molding-toe-kick-hpw-tk8", "meta_title": "*** Alias Item For *** TK8 - Pearl White - Port & Bell - Molding Toe K", "category_ids": ["399", "399", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-TKBM8 payload: {"sku": "HPW-TKBM8", "name": "*** Alias Item For *** TKBM8 - Pearl White - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-pearl-white-port-bell-molding-base-hpw-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Pearl White - Port & Bell - Molding Bas", "category_ids": ["399", "399", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product HPW-TLM8 payload: {"sku": "HPW-TLM8", "name": "*** Alias Item For *** TLM8 - Pearl White - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-pearl-white-port-bell-molding-large-crown-hpw-tlm8", "meta_title": "*** Alias Item For *** TLM8 - Pearl White - Port & Bell - Molding Larg", "category_ids": ["399", "399", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product HPW-VA2421 payload: {"sku": "HPW-VA2421", "name": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-30-h-assembled-port-bell-hpw-va2421", "meta_title": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VA3021 payload: {"sku": "HPW-VA3021", "name": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-36-h-assembled-port-bell-hpw-va3021", "meta_title": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VA3621 payload: {"sku": "HPW-VA3621", "name": "VA3621 - Harriet Pearl White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-harriet-pearl-white-port-bell-vanity-assembled-hpw-va3621", "meta_title": "VA3621 - Harriet Pearl White - Port & Bell - Vanity -- Assembled --", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VDB12-3 payload: {"sku": "HPW-VDB12-3", "name": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-42-h-assembled-port-bell-hpw-vdb12-3", "meta_title": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VDB15-3 payload: {"sku": "HPW-VDB15-3", "name": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-30-h-assembled-port-bell-hpw-vdb15-3", "meta_title": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VDB18-3 payload: {"sku": "HPW-VDB18-3", "name": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-36-h-assembled-port-bell-hpw-vdb18-3", "meta_title": "Harriet Pearl White Wall Cabinet - 36\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD3021DL payload: {"sku": "HPW-VSD3021DL", "name": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-42-h-assembled-port-bell-hpw-vsd3021dl", "meta_title": "Harriet Pearl White Wall Cabinet - 42\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD3021DR payload: {"sku": "HPW-VSD3021DR", "name": "Harriet Pearl White Wall Cabinet - 12\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-12-h-assembled-port-bell-hpw-vsd3021dr", "meta_title": "Harriet Pearl White Wall Cabinet - 12\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD3621DL payload: {"sku": "HPW-VSD3621DL", "name": "Harriet Pearl White Wall Cabinet - 15\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-15-h-assembled-port-bell-hpw-vsd3621dl", "meta_title": "Harriet Pearl White Wall Cabinet - 15\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD3621DR payload: {"sku": "HPW-VSD3621DR", "name": "Harriet Pearl White Wall Cabinet - 18\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-18-h-assembled-port-bell-hpw-vsd3621dr", "meta_title": "Harriet Pearl White Wall Cabinet - 18\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD4821DLR payload: {"sku": "HPW-VSD4821DLR", "name": "Harriet Pearl White Wall Cabinet - 24\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-24-h-assembled-port-bell-hpw-vsd4821dlr", "meta_title": "Harriet Pearl White Wall Cabinet - 24\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-VSD6021DLR payload: {"sku": "HPW-VSD6021DLR", "name": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "harriet-pearl-white-wall-cabinet-30-h-assembled-port-bell-hpw-vsd6021dlr", "meta_title": "Harriet Pearl White Wall Cabinet - 30\" H - Assembled - Port & Bell", "category_ids": ["399", "399", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product HPW-WBC2730 payload: {"sku": "HPW-WBC2730", "name": "Acc Home Surplus Organizer Pullout BF6", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-organizer-pullout-bf6-hpw-wbc2730", "meta_title": "Acc Home Surplus Organizer Pullout BF6", "category_ids": ["399", "399", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WBC2736 payload: {"sku": "HPW-WBC2736", "name": "Acc Home Surplus Organizer Pullout for W09xx", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-organizer-pullout-for-w09xx-hpw-wbc2736", "meta_title": "Acc Home Surplus Organizer Pullout for W09xx", "category_ids": ["399", "399", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WBC2742 payload: {"sku": "HPW-WBC2742", "name": "Acc Home Surplus WF330 Pull Out", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-wf330-pull-out-hpw-wbc2742", "meta_title": "Acc Home Surplus WF330 Pull Out", "category_ids": ["399", "399", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WCOR2430 payload: {"sku": "HPW-WCOR2430", "name": "Acc Home Surplus WF336 Pull Out", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-wf336-pull-out-hpw-wcor2430", "meta_title": "Acc Home Surplus WF336 Pull Out", "category_ids": ["399", "399", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WCOR2436 payload: {"sku": "HPW-WCOR2436", "name": "Acc Home Surplus WF342 Pull Out", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-wf342-pull-out-hpw-wcor2436", "meta_title": "Acc Home Surplus WF342 Pull Out", "category_ids": ["399", "399", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WCOR2442 payload: {"sku": "HPW-WCOR2442", "name": "Acc Home Surplus WF636 Pull Out", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-wf636-pull-out-hpw-wcor2442", "meta_title": "Acc Home Surplus WF636 Pull Out", "category_ids": ["399", "399", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WDC2430 payload: {"sku": "HPW-WDC2430", "name": "Acc Home Surplus Sink Tray Kit SB36", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-sink-tray-kit-sb36-hpw-wdc2430", "meta_title": "Acc Home Surplus Sink Tray Kit SB36", "category_ids": ["399", "399", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-WDC2436 payload: {"sku": "HPW-WDC2436", "name": "Acc Home Surplus Sink Tray Kit SB30", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-sink-tray-kit-sb30-hpw-wdc2436", "meta_title": "Acc Home Surplus Sink Tray Kit SB30", "category_ids": ["399", "399", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-WDC2442 payload: {"sku": "HPW-WDC2442", "name": "Acc Home Surplus Tray Divider Pullout Soft-Close B09F", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-tray-divider-pullout-soft-close-b09f-hpw-wdc2442", "meta_title": "Acc Home Surplus Tray Divider Pullout Soft-Close B09F", "category_ids": ["399", "399", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-WECA30 payload: {"sku": "HPW-WECA30", "name": "Acc Home Surplus Trash Pullout Top Mount 1-Bin B15", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-trash-pullout-top-mount-1-bin-b15-hpw-weca30", "meta_title": "Acc Home Surplus Trash Pullout Top Mount 1-Bin B15", "category_ids": ["399", "399", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WECA36 payload: {"sku": "HPW-WECA36", "name": "Acc Home Surplus Trash Pullout Top Mount 2-Bin B18", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-trash-pullout-top-mount-2-bin-b18-hpw-weca36", "meta_title": "Acc Home Surplus Trash Pullout Top Mount 2-Bin B18", "category_ids": ["399", "399", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WECA42 payload: {"sku": "HPW-WECA42", "name": "Acc Home Surplus Trash Pullout Top Mount 2-Bin B21", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "acc-home-surplus-trash-pullout-top-mount-2-bin-b21-hpw-weca42", "meta_title": "Acc Home Surplus Trash Pullout Top Mount 2-Bin B21", "category_ids": ["399", "399", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WHB3624 payload: {"sku": "HPW-WHB3624", "name": "WHB3624 - Harriet Pearl White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-harriet-pearl-white-port-bell-wall-hood-straight-assembled-hpw-whb3624", "meta_title": "WHB3624 - Harriet Pearl White - Port & Bell - Wall Hood Straight -- As", "category_ids": ["399", "399", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WHB3630 payload: {"sku": "HPW-WHB3630", "name": "WHB3630 - Harriet Pearl White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-harriet-pearl-white-port-bell-wall-hood-straight-assembled-hpw-whb3630", "meta_title": "WHB3630 - Harriet Pearl White - Port & Bell - Wall Hood Straight -- As", "category_ids": ["399", "399", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product HPW-WOCD2430 payload: {"sku": "HPW-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Pearl White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-pearl-white-port-bell-wall-open-diagonal-corner-no-door-assembled-hpw-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Pearl White - Port & Bell - Wall Ope", "category_ids": ["399", "399", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-WOCD2436 payload: {"sku": "HPW-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Pearl White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-pearl-white-port-bell-wall-open-diagonal-corner-no-door-assembled-hpw-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Pearl White - Port & Bell - Wall Ope", "category_ids": ["399", "399", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product HPW-WOCD2442 payload: {"sku": "HPW-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Pearl White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-pearl-white-port-bell-wall-open-diagonal-corner-no-door-assembled-hpw-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Pearl White - Port & Bell - Wall Ope", "category_ids": ["399", "399", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product LPE-B12 payload: {"sku": "LPE-B12", "name": "Plymouth Espresso Panel 96w48h - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-panel-96w48h-legacy-lpe-b12", "meta_title": "Plymouth Espresso Panel 96w48h - Legacy", "category_ids": ["4", "4", "410", "410", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B15 payload: {"sku": "LPE-B15", "name": "Plymouth Espresso Panel Refrigerator End 1.5w-96h - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-panel-refrigerator-end-1-5w-96h-legacy-lpe-b15", "meta_title": "Plymouth Espresso Panel Refrigerator End 1.5w-96h - Legacy", "category_ids": ["4", "4", "410", "410", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B18 payload: {"sku": "LPE-B18", "name": "Plymouth Espresso Molding Scribe - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-molding-scribe-legacy-lpe-b18", "meta_title": "Plymouth Espresso Molding Scribe - Legacy", "category_ids": ["4", "4", "410", "410", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B21 payload: {"sku": "LPE-B21", "name": "Plymouth Espresso Sink Base - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-sink-base-legacy-lpe-b21", "meta_title": "Plymouth Espresso Sink Base - Legacy", "category_ids": ["4", "4", "407", "407", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B24 payload: {"sku": "LPE-B24", "name": "Plymouth Espresso Sink Base - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-sink-base-legacy-lpe-b24", "meta_title": "Plymouth Espresso Sink Base - Legacy", "category_ids": ["4", "4", "410", "410", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B27 payload: {"sku": "LPE-B27", "name": "Plymouth Espresso Base Corner Lazy Susan - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-base-corner-lazy-susan-legacy-lpe-b27", "meta_title": "Plymouth Espresso Base Corner Lazy Susan - Legacy", "category_ids": ["4", "4", "407", "407", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B30 payload: {"sku": "LPE-B30", "name": "Plymouth Espresso Drawer Base - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-drawer-base-legacy-lpe-b30", "meta_title": "Plymouth Espresso Drawer Base - Legacy", "category_ids": ["4", "4", "407", "407", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B33 payload: {"sku": "LPE-B33", "name": "B33 - Plymouth Espresso - Legacy - Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-plymouth-espresso-legacy-base-lpe-b33", "meta_title": "B33 - Plymouth Espresso - Legacy - Base", "category_ids": ["4", "4", "407", "407", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-B36 payload: {"sku": "LPE-B36", "name": "Plymouth Espresso Drawer Base - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-drawer-base-legacy-lpe-b36", "meta_title": "Plymouth Espresso Drawer Base - Legacy", "category_ids": ["4", "4", "407", "407", "506"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-BTS 4 1/2 payload: {"sku": "LPE-BTS 4 1/2", "name": "Plymouth Espresso Pantry - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-pantry-legacy-lpe-bts-4-1-2", "meta_title": "Plymouth Espresso Pantry - Legacy", "category_ids": ["4", "4", "535", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product LPE-CB36 payload: {"sku": "LPE-CB36", "name": "Plymoiuth Espresso Pantry - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymoiuth-espresso-pantry-legacy-lpe-cb36", "meta_title": "Plymoiuth Espresso Pantry - Legacy", "category_ids": ["4", "4", "407", "407", "435"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product LPE-CW3030 payload: {"sku": "LPE-CW3030", "name": "CW3030 - Plymouth Espresso - Legacy - Wall Blind Corner 30H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cw3030-plymouth-espresso-legacy-wall-blind-corner-30h-lpe-cw3030", "meta_title": "CW3030 - Plymouth Espresso - Legacy - Wall Blind Corner 30H", "category_ids": ["4", "4", "536"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product LPE-CW3036 payload: {"sku": "LPE-CW3036", "name": "CW3036 - Plymouth Espresso - Legacy - Wall Blind Corner 36H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cw3036-plymouth-espresso-legacy-wall-blind-corner-36h-lpe-cw3036", "meta_title": "CW3036 - Plymouth Espresso - Legacy - Wall Blind Corner 36H", "category_ids": ["4", "4", "536"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product LPE-CW3042 payload: {"sku": "LPE-CW3042", "name": "CW3042 - Plymouth Espresso - Legacy - Wall Blind Corner 42H", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cw3042-plymouth-espresso-legacy-wall-blind-corner-42h-lpe-cw3042", "meta_title": "CW3042 - Plymouth Espresso - Legacy - Wall Blind Corner 42H", "category_ids": ["4", "4", "536"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "family", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 22}
INFO:magento.sync_service:Magento PUT product LPE-DCW2430 payload: {"sku": "LPE-DCW2430", "name": "Plymouth Espresso Filler 84h - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-filler-84h-legacy-lpe-dcw2430", "meta_title": "Plymouth Espresso Filler 84h - Legacy", "category_ids": ["4", "4", "449", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product LPE-DCW2442 payload: {"sku": "LPE-DCW2442", "name": "Plymouth Espresso Filler 96h - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-filler-96h-legacy-lpe-dcw2442", "meta_title": "Plymouth Espresso Filler 96h - Legacy", "category_ids": ["4", "4", "449", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label", "wall_cabinets"], "custom_attribute_count": 23}
INFO:magento.sync_service:Magento PUT product LPE-DRB30 payload: {"sku": "LPE-DRB30", "name": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-30-h-legacy-lpe-drb30", "meta_title": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "category_ids": ["4", "4", "525", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-F330 payload: {"sku": "LPE-F330", "name": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-42-h-legacy-lpe-f330", "meta_title": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "category_ids": ["4", "4", "417", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-F342 payload: {"sku": "LPE-F342", "name": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-30-h-legacy-lpe-f342", "meta_title": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "category_ids": ["4", "4", "417", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-O3084 payload: {"sku": "LPE-O3084", "name": "O3084 - Plymouth Espresso - Legacy - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "o3084-plymouth-espresso-legacy-tall-oven-single-lpe-o3084", "meta_title": "O3084 - Plymouth Espresso - Legacy - Tall Oven Single", "category_ids": ["4", "4", "407", "407", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-O3090 payload: {"sku": "LPE-O3090", "name": "O3090 - Plymouth Espresso - Legacy - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "o3090-plymouth-espresso-legacy-tall-oven-single-lpe-o3090", "meta_title": "O3090 - Plymouth Espresso - Legacy - Tall Oven Single", "category_ids": ["4", "4", "407", "407", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 20}
INFO:magento.sync_service:Magento PUT product LPE-O3096 payload: {"sku": "LPE-O3096", "name": "O3096 - Plymouth Espresso - Legacy - Tall Oven Single", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "o3096-plymouth-espresso-legacy-tall-oven-single-lpe-o3096", "meta_title": "O3096 - Plymouth Espresso - Legacy - Tall Oven Single", "category_ids": ["4", "4", "407", "407", "421"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-S3/4 payload: {"sku": "LPE-S3/4", "name": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-30-h-legacy-lpe-s3-4", "meta_title": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "category_ids": ["4", "4", "496", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "mouldings"], "custom_attribute_count": 19}
INFO:magento.sync_service:Magento PUT product LPE-SB30 payload: {"sku": "LPE-SB30", "name": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-42-h-legacy-lpe-sb30", "meta_title": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "category_ids": ["4", "4", "442", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-SB33 payload: {"sku": "LPE-SB33", "name": "SB33 - Plymouth Espresso - Legacy - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-plymouth-espresso-legacy-sink-base-lpe-sb33", "meta_title": "SB33 - Plymouth Espresso - Legacy - Sink Base", "category_ids": ["4", "4", "442", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-SB36 payload: {"sku": "LPE-SB36", "name": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-30-h-legacy-lpe-sb36", "meta_title": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "category_ids": ["4", "4", "442", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-SB60 payload: {"sku": "LPE-SB60", "name": "SB60 - Plymouth Espresso - Legacy - Sink Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb60-plymouth-espresso-legacy-sink-base-lpe-sb60", "meta_title": "SB60 - Plymouth Espresso - Legacy - Sink Base", "category_ids": ["4", "4", "442", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-SK1824 payload: {"sku": "LPE-SK1824", "name": "SHELF KIT - Plymouth Espresso - Legacy - Shelf Kit 18w24d-4pc", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "shelf-kit-plymouth-espresso-legacy-shelf-kit-18w24d-4pc-lpe-sk1824", "meta_title": "SHELF KIT - Plymouth Espresso - Legacy - Shelf Kit 18w24d-4pc", "category_ids": ["4", "4", "407", "407", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product LPE-SK2424 payload: {"sku": "LPE-SK2424", "name": "SHELF KIT - Plymouth Espresso - Legacy - Shelf Kit 24w24d-4pc", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "shelf-kit-plymouth-espresso-legacy-shelf-kit-24w24d-4pc-lpe-sk2424", "meta_title": "SHELF KIT - Plymouth Espresso - Legacy - Shelf Kit 24w24d-4pc", "category_ids": ["4", "4", "407", "407", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "depth", "width", "height", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "variation_depth_in", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 24}
INFO:magento.sync_service:Magento PUT product LPE-TDB15 payload: {"sku": "LPE-TDB15", "name": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-30-h-legacy-lpe-tdb15", "meta_title": "Plymouth Espresso Wall Cabinet - 30\" H - Legacy", "category_ids": ["4", "4", "525", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
INFO:magento.sync_service:Magento PUT product LPE-TDB18 payload: {"sku": "LPE-TDB18", "name": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "plymouth-espresso-wall-cabinet-42-h-legacy-lpe-tdb18", "meta_title": "Plymouth Espresso Wall Cabinet - 42\" H - Legacy", "category_ids": ["4", "4", "525", "407", "407"], "custom_attribute_codes": ["description", "meta_title", "url_key", "width", "item_size", "soft_close", "finish_type", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "manufacturer", "meta_keyword", "assembly_type", "variation_axis", "collection_color", "meta_description", "master_collection", "shopping_collection", "additional_information", "variation_option_label"], "custom_attribute_count": 21}
ERROR:app.jobs.magento_sync_worker:[queue=1714] stage=FAILED: Instance <MasterLocationRegistry at 0x7f7e1c9c3dc0> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)
Traceback (most recent call last):
  File "/home2/devpiesol/plytix.dev.piesol.com/app/jobs/magento_sync_worker.py", line 707, in run_one
    result = sync_svc.sync_incremental(
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 3921, in sync_incremental
    result = self.execute_upsert_product(
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 1786, in execute_upsert_product
    put_payload = self._build_put_payload_for_upsert(
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 1603, in _build_put_payload_for_upsert
    put_payload = self._transform_custom_attributes_for_magento(put_payload, self._conn_id)
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 1401, in _transform_custom_attributes_for_magento
    val = self._translate_location_option_values(code, val)
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 657, in _translate_location_option_values
    lookup = self._get_location_option_labels()
  File "/home2/devpiesol/plytix.dev.piesol.com/magento/sync_service.py", line 641, in _get_location_option_labels
    label = str(row.name or "").strip()
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/sqlalchemy/orm/attributes.py", line 569, in __get__
    return self.impl.get(state, dict_)  # type: ignore[no-any-return]
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/sqlalchemy/orm/attributes.py", line 1096, in get
    value = self._fire_loader_callables(state, key, passive)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/sqlalchemy/orm/attributes.py", line 1126, in _fire_loader_callables
    return state._load_expired(state, passive)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/sqlalchemy/orm/state.py", line 828, in _load_expired
    self.manager.expired_attribute_loader(self, toload, passive)
  File "/home2/devpiesol/plytix.dev.piesol.com/.venv/lib/python3.10/site-packages/sqlalchemy/orm/loading.py", line 1607, in load_scalar_attributes
    raise orm_exc.DetachedInstanceError(
sqlalchemy.orm.exc.DetachedInstanceError: Instance <MasterLocationRegistry at 0x7f7e1c9c3dc0> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1715 label=push-channel-sample-magento-images-20260806-054040 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1715 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1715] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-054040
INFO:app.jobs.magento_sync_worker:[queue=1715] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1715] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1715] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1715] stage=snapshots: 424 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1715] stage=sync: starting incremental sync job_id=1238 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 424 items (job_id=1238)
INFO:magento.sync_service:Executing plan: 424 pending actions (job_id=1238)
WARNING:magento.sync_service:Media upload failed for HPW-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-SB33 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/HPW-SPRAY%20CAN/media/78368 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/HPW-SPRAY%20CAN/media/78368 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/HPW-SPRAY%20CAN/media/78368
INFO:magento.sync_service:Plan progress: 100/424 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for HPW-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-W1830 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-W361824 pos=3: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-W362424 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for HPW-WOC1842 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/424 actions (199 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/LM-JS-B33/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/LM-JS-B33/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/LM-JS-B33/media
WARNING:magento.sync_service:Media upload failed for LM-JS-PAN1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for LM-JS-PAN1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for LM-JS-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for LM-JS-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 300/424 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for LPE-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for LPE-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for LPE-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/424 actions (399 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for MBRO-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-BH18 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:app.jobs.magento_sync_worker:[queue=1715] stage=done: job_id=1238 success=424 errors=0
INFO:__main__:Magento push batch 9/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1716 label=push-channel-sample-magento-products-20260806-063203 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1716 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1716] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-063203
INFO:app.jobs.magento_sync_worker:[queue=1716] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=22673
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=22673
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: dataframe done rows=500 elapsed_ms=945
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=normalize: done, 500 rows ready elapsed_ms=23713
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=provision_configurable: done elapsed_ms=4 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=sync: starting incremental sync job_id=1239 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 311 items (job_id=1239)
INFO:magento.sync_service:Executing plan: 311 pending actions (job_id=1239)
INFO:magento.sync_service:Magento PUT product MBRO-BMC30 payload: {"sku": "MBRO-BMC30", "name": "BMC30 - Maya Black Rift White Oak - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc30-maya-black-rift-white-oak-port-bell-base-microwave-assembled-mbro-bmc30", "meta_title": "BMC30 - Maya Black Rift White Oak - Port & Bell - Base Microwave -- As", "category_ids": ["403", "403", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-BPP09 payload: {"sku": "MBRO-BPP09", "name": "BPP09 - Maya Black Rift White Oak - Port & Bell - Base Pantry Pullout -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bpp09-maya-black-rift-white-oak-port-bell-base-pantry-pullout-assembled-mbro-bpp09", "meta_title": "BPP09 - Maya Black Rift White Oak - Port & Bell - Base Pantry Pullout ", "category_ids": ["403", "403", "4", "4", "411"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-BWB18 payload: {"sku": "MBRO-BWB18", "name": "BWB18 - Maya Black Rift White Oak - Port & Bell - Base Trash Pullout 2Bin 35Qt -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bwb18-maya-black-rift-white-oak-port-bell-base-trash-pullout-2bin-35qt-assembled-mbro-bwb18", "meta_title": "BWB18 - Maya Black Rift White Oak - Port & Bell - Base Trash Pullout 2", "category_ids": ["403", "403", "4", "4", "444"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-CLEARANCE KIT payload: {"sku": "MBRO-CLEARANCE KIT", "name": "*** Alias Item For *** Clearance Kit - Black Rift White Oak - Port & Bell - Clearance Kit Base & Wall", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-clearance-kit-black-rift-white-oak-port-bell-clearance-kit-base-wall-mbro-clearance-kit", "meta_title": "*** Alias Item For *** Clearance Kit - Black Rift White Oak - Port & B", "category_ids": ["428", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "assembly_type", "drawer_slides", "materials_box", "kcma_certified", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included", "cabinet_description", "cabinet_door_reveal", "cabinet_shelf_depth", "drawer_box_material", "shopping_collection"], "custom_attribute_count": 78}
INFO:magento.sync_service:Magento PUT product MBRO-CLEARANCE KIT TALL payload: {"sku": "MBRO-CLEARANCE KIT TALL", "name": "*** Alias Item For *** Clearance Kit Tall - Black Rift White Oak - Port & Bell - Clearance Kit Tall", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-clearance-kit-tall-black-rift-white-oak-port-bell-clearance-kit-tall-mbro-clearance-kit-tall", "meta_title": "*** Alias Item For *** Clearance Kit Tall - Black Rift White Oak - Por", "category_ids": ["428", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "assembly_type", "drawer_slides", "materials_box", "kcma_certified", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included", "cabinet_description", "cabinet_door_reveal", "cabinet_shelf_depth", "drawer_box_material", "shopping_collection"], "custom_attribute_count": 78}
INFO:magento.sync_service:Magento PUT product MBRO-CSB36 payload: {"sku": "MBRO-CSB36", "name": "CSB36 - Maya Black Rift White Oak - Port & Bell - Base Corner Sink Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "csb36-maya-black-rift-white-oak-port-bell-base-corner-sink-front-assembled-mbro-csb36", "meta_title": "CSB36 - Maya Black Rift White Oak - Port & Bell - Base Corner Sink Fro", "category_ids": ["403", "403", "508", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-CSB36-FP payload: {"sku": "MBRO-CSB36-FP", "name": "CSB36-FP - Maya Black Rift White Oak - Port & Bell - Base Corner Sink -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "csb36-fp-maya-black-rift-white-oak-port-bell-base-corner-sink-assembled-mbro-csb36-fp", "meta_title": "CSB36-FP - Maya Black Rift White Oak - Port & Bell - Base Corner Sink ", "category_ids": ["403", "403", "508", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-CVM8 payload: {"sku": "MBRO-CVM8", "name": "*** Alias Item For *** CVM8 - Black Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-black-rift-white-oak-port-bell-molding-cove-crown-mbro-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Black Rift White Oak - Port & Bell - Mol", "category_ids": ["403", "403", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB12-3 payload: {"sku": "MBRO-DB12-3", "name": "DB12-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db12-3", "meta_title": "DB12-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB15-3 payload: {"sku": "MBRO-DB15-3", "name": "DB15-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db15-3", "meta_title": "DB15-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB18-3 payload: {"sku": "MBRO-DB18-3", "name": "DB18-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db18-3", "meta_title": "DB18-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB21-3 payload: {"sku": "MBRO-DB21-3", "name": "DB21-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db21-3", "meta_title": "DB21-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB24-3 payload: {"sku": "MBRO-DB24-3", "name": "DB24-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db24-3", "meta_title": "DB24-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB27-3 payload: {"sku": "MBRO-DB27-3", "name": "DB27-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db27-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db27-3", "meta_title": "DB27-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB30-2 payload: {"sku": "MBRO-DB30-2", "name": "DB30-2 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db30-2", "meta_title": "DB30-2 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB30-3 payload: {"sku": "MBRO-DB30-3", "name": "DB30-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db30-3", "meta_title": "DB30-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB33-3 payload: {"sku": "MBRO-DB33-3", "name": "DB33-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db33-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db33-3", "meta_title": "DB33-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DB36-3 payload: {"sku": "MBRO-DB36-3", "name": "DB36-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-maya-black-rift-white-oak-port-bell-drawer-base-assembled-mbro-db36-3", "meta_title": "DB36-3 - Maya Black Rift White Oak - Port & Bell - Drawer Base -- Asse", "category_ids": ["403", "403", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-DWR3L/R payload: {"sku": "MBRO-DWR3L/R", "name": "*** Alias Item For *** DWR3L/R - Black Rift White Oak - Port & Bell - Panel Dishwasher End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-dwr3l-r-black-rift-white-oak-port-bell-panel-dishwasher-end-mbro-dwr3l-r", "meta_title": "*** Alias Item For *** DWR3L/R - Black Rift White Oak - Port & Bell - ", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-EZR33 payload: {"sku": "MBRO-EZR33", "name": "EZR33 - Maya Black Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr33-maya-black-rift-white-oak-port-bell-base-corner-ez-reach-assembled-mbro-ezr33", "meta_title": "EZR33 - Maya Black Rift White Oak - Port & Bell - Base Corner EZ Reach", "category_ids": ["403", "403", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-EZR36 payload: {"sku": "MBRO-EZR36", "name": "EZR36 - Maya Black Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr36-maya-black-rift-white-oak-port-bell-base-corner-ez-reach-assembled-mbro-ezr36", "meta_title": "EZR36 - Maya Black Rift White Oak - Port & Bell - Base Corner EZ Reach", "category_ids": ["403", "403", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-F330 payload: {"sku": "MBRO-F330", "name": "*** Alias Item For *** F330 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f330-black-rift-white-oak-port-bell-filler-mbro-f330", "meta_title": "*** Alias Item For *** F330 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F336 payload: {"sku": "MBRO-F336", "name": "*** Alias Item For *** F336 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f336-black-rift-white-oak-port-bell-filler-mbro-f336", "meta_title": "*** Alias Item For *** F336 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F342 payload: {"sku": "MBRO-F342", "name": "*** Alias Item For *** F342 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f342-black-rift-white-oak-port-bell-filler-mbro-f342", "meta_title": "*** Alias Item For *** F342 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F396 payload: {"sku": "MBRO-F396", "name": "*** Alias Item For *** F396 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f396-black-rift-white-oak-port-bell-filler-mbro-f396", "meta_title": "*** Alias Item For *** F396 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F630 payload: {"sku": "MBRO-F630", "name": "*** Alias Item For *** F630 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f630-black-rift-white-oak-port-bell-filler-mbro-f630", "meta_title": "*** Alias Item For *** F630 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F642 payload: {"sku": "MBRO-F642", "name": "*** Alias Item For *** F642 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f642-black-rift-white-oak-port-bell-filler-mbro-f642", "meta_title": "*** Alias Item For *** F642 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-F696 payload: {"sku": "MBRO-F696", "name": "*** Alias Item For *** F696 - Black Rift White Oak - Port & Bell - Filler", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-f696-black-rift-white-oak-port-bell-filler-mbro-f696", "meta_title": "*** Alias Item For *** F696 - Black Rift White Oak - Port & Bell - Fil", "category_ids": ["403", "403", "4", "4", "417"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-FPP9648 1/4 payload: {"sku": "MBRO-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Black Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-black-rift-white-oak-port-bell-panel-mbro-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Black Rift White Oak - Port & Bel", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-FPP9648 3/4 payload: {"sku": "MBRO-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Black Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-black-rift-white-oak-port-bell-panel-mbro-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Black Rift White Oak - Port & Bel", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-FPP9648GL 1/4 payload: {"sku": "MBRO-FPP9648GL 1/4", "name": "*** Alias Item For *** FPP9648GL 1/4 - Black Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648gl-1-4-black-rift-white-oak-port-bell-panel-mbro-fpp9648gl-1-4", "meta_title": "*** Alias Item For *** FPP9648GL 1/4 - Black Rift White Oak - Port & B", "category_ids": ["418", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-FPPB9648 1/2 payload: {"sku": "MBRO-FPPB9648 1/2", "name": "*** Alias Item For *** FPPB9648 1/2 - Black Rift White Oak - Port & Bell - Panel Finished Both Sides", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fppb9648-1-2-black-rift-white-oak-port-bell-panel-finished-both-sides-mbro-fppb9648-1-2", "meta_title": "*** Alias Item For *** FPPB9648 1/2 - Black Rift White Oak - Port & Be", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-FS24 payload: {"sku": "MBRO-FS24", "name": "*** Alias Item For *** FS24 - Black Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-black-rift-white-oak-port-bell-floating-shelf-mbro-fs24", "meta_title": "*** Alias Item For *** FS24 - Black Rift White Oak - Port & Bell - Flo", "category_ids": ["431", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-FS30 payload: {"sku": "MBRO-FS30", "name": "*** Alias Item For *** FS30 - Black Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-black-rift-white-oak-port-bell-floating-shelf-mbro-fs30", "meta_title": "*** Alias Item For *** FS30 - Black Rift White Oak - Port & Bell - Flo", "category_ids": ["403", "403", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-FS36 payload: {"sku": "MBRO-FS36", "name": "*** Alias Item For *** FS36 - Black Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-black-rift-white-oak-port-bell-floating-shelf-mbro-fs36", "meta_title": "*** Alias Item For *** FS36 - Black Rift White Oak - Port & Bell - Flo", "category_ids": ["403", "403", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-FS60 payload: {"sku": "MBRO-FS60", "name": "*** Alias Item For *** FS60 - Black Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-black-rift-white-oak-port-bell-floating-shelf-mbro-fs60", "meta_title": "*** Alias Item For *** FS60 - Black Rift White Oak - Port & Bell - Flo", "category_ids": ["431", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1215 payload: {"sku": "MBRO-GD-W1215", "name": "GD-W1215 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1215-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w1215", "meta_title": "GD-W1215 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1515 payload: {"sku": "MBRO-GD-W1515", "name": "GD-W1515 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1515-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w1515", "meta_title": "GD-W1515 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1530 payload: {"sku": "MBRO-GD-W1530", "name": "GD-W1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1530-maya-black-rift-white-oak-port-bell-wall-30h-glass-door-only-mbro-gd-w1530", "meta_title": "GD-W1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1536 payload: {"sku": "MBRO-GD-W1536", "name": "GD-W1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1536-maya-black-rift-white-oak-port-bell-wall-36h-glass-door-only-mbro-gd-w1536", "meta_title": "GD-W1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1542 payload: {"sku": "MBRO-GD-W1542", "name": "GD-W1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1542-maya-black-rift-white-oak-port-bell-wall-42h-glass-door-only-mbro-gd-w1542", "meta_title": "GD-W1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1815 payload: {"sku": "MBRO-GD-W1815", "name": "GD-W1815 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1815-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w1815", "meta_title": "GD-W1815 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1830 payload: {"sku": "MBRO-GD-W1830", "name": "GD-W1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1830-maya-black-rift-white-oak-port-bell-wall-30h-glass-door-only-mbro-gd-w1830", "meta_title": "GD-W1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1836 payload: {"sku": "MBRO-GD-W1836", "name": "GD-W1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1836-maya-black-rift-white-oak-port-bell-wall-36h-glass-door-only-mbro-gd-w1836", "meta_title": "GD-W1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W1842 payload: {"sku": "MBRO-GD-W1842", "name": "GD-W1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w1842-maya-black-rift-white-oak-port-bell-wall-42h-glass-door-only-mbro-gd-w1842", "meta_title": "GD-W1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W2115 payload: {"sku": "MBRO-GD-W2115", "name": "GD-W2115 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w2115-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w2115", "meta_title": "GD-W2115 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W2415 payload: {"sku": "MBRO-GD-W2415", "name": "GD-W2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w2415-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w2415", "meta_title": "GD-W2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W2715 payload: {"sku": "MBRO-GD-W2715", "name": "GD-W2715 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w2715-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w2715", "meta_title": "GD-W2715 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3015 payload: {"sku": "MBRO-GD-W3015", "name": "GD-W3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3015-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w3015", "meta_title": "GD-W3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3030 payload: {"sku": "MBRO-GD-W3030", "name": "GD-W3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3030-maya-black-rift-white-oak-port-bell-wall-30h-glass-door-only-mbro-gd-w3030", "meta_title": "GD-W3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3036 payload: {"sku": "MBRO-GD-W3036", "name": "GD-W3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3036-maya-black-rift-white-oak-port-bell-wall-36h-glass-door-only-mbro-gd-w3036", "meta_title": "GD-W3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3042 payload: {"sku": "MBRO-GD-W3042", "name": "GD-W3042 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3042-maya-black-rift-white-oak-port-bell-wall-42h-glass-door-only-mbro-gd-w3042", "meta_title": "GD-W3042 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3315 payload: {"sku": "MBRO-GD-W3315", "name": "GD-W3315 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3315-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w3315", "meta_title": "GD-W3315 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3615 payload: {"sku": "MBRO-GD-W3615", "name": "GD-W3615 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3615-maya-black-rift-white-oak-port-bell-wall-15h-glass-door-only-mbro-gd-w3615", "meta_title": "GD-W3615 - Maya Black Rift White Oak - Port & Bell - Wall 15H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3630 payload: {"sku": "MBRO-GD-W3630", "name": "GD-W3630 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3630-maya-black-rift-white-oak-port-bell-wall-30h-glass-door-only-mbro-gd-w3630", "meta_title": "GD-W3630 - Maya Black Rift White Oak - Port & Bell - Wall 30H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3636 payload: {"sku": "MBRO-GD-W3636", "name": "GD-W3636 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3636-maya-black-rift-white-oak-port-bell-wall-36h-glass-door-only-mbro-gd-w3636", "meta_title": "GD-W3636 - Maya Black Rift White Oak - Port & Bell - Wall 36H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-W3642 payload: {"sku": "MBRO-GD-W3642", "name": "GD-W3642 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-w3642-maya-black-rift-white-oak-port-bell-wall-42h-glass-door-only-mbro-gd-w3642", "meta_title": "GD-W3642 - Maya Black Rift White Oak - Port & Bell - Wall 42H Glass Do", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-WCOR2415 payload: {"sku": "MBRO-GD-WCOR2415", "name": "GD-WCOR2415 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wcor2415-maya-black-rift-white-oak-port-bell-wall-pie-cut-corner-glass-door-only-mbro-gd-wcor2415", "meta_title": "GD-WCOR2415 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut C", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-WDC2430 payload: {"sku": "MBRO-GD-WDC2430", "name": "GD-WDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mbro-gd-wdc2430", "meta_title": "GD-WDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal C", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-WDC2436 payload: {"sku": "MBRO-GD-WDC2436", "name": "GD-WDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mbro-gd-wdc2436", "meta_title": "GD-WDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal C", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GD-WDC2442 payload: {"sku": "MBRO-GD-WDC2442", "name": "GD-WDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mbro-gd-wdc2442", "meta_title": "GD-WDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal C", "category_ids": ["516", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1215 payload: {"sku": "MBRO-GDW1215", "name": "GDW1215 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1215-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw1215", "meta_title": "GDW1215 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1515 payload: {"sku": "MBRO-GDW1515", "name": "GDW1515 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1515-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw1515", "meta_title": "GDW1515 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1530 payload: {"sku": "MBRO-GDW1530", "name": "GDW1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1530-maya-black-rift-white-oak-port-bell-wall-30h-with-glass-door-assembled-mbro-gdw1530", "meta_title": "GDW1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1536 payload: {"sku": "MBRO-GDW1536", "name": "GDW1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1536-maya-black-rift-white-oak-port-bell-wall-36h-with-glass-door-assembled-mbro-gdw1536", "meta_title": "GDW1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1542 payload: {"sku": "MBRO-GDW1542", "name": "GDW1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1542-maya-black-rift-white-oak-port-bell-wall-42h-with-glass-door-assembled-mbro-gdw1542", "meta_title": "GDW1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1815 payload: {"sku": "MBRO-GDW1815", "name": "GDW1815 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1815-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw1815", "meta_title": "GDW1815 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1830 payload: {"sku": "MBRO-GDW1830", "name": "GDW1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1830-maya-black-rift-white-oak-port-bell-wall-30h-with-glass-door-assembled-mbro-gdw1830", "meta_title": "GDW1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1836 payload: {"sku": "MBRO-GDW1836", "name": "GDW1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1836-maya-black-rift-white-oak-port-bell-wall-36h-with-glass-door-assembled-mbro-gdw1836", "meta_title": "GDW1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW1842 payload: {"sku": "MBRO-GDW1842", "name": "GDW1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw1842-maya-black-rift-white-oak-port-bell-wall-42h-with-glass-door-assembled-mbro-gdw1842", "meta_title": "GDW1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glas", "category_ids": ["403", "403", "4", "4", "513"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW2115 payload: {"sku": "MBRO-GDW2115", "name": "GDW2115 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw2115-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw2115", "meta_title": "GDW2115 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MBRO-GDW2415 payload: {"sku": "MBRO-GDW2415", "name": "GDW2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw2415-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw2415", "meta_title": "GDW2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW2715 payload: {"sku": "MBRO-GDW2715", "name": "GDW2715 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw2715-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw2715", "meta_title": "GDW2715 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3015 payload: {"sku": "MBRO-GDW3015", "name": "GDW3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3015-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw3015", "meta_title": "GDW3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3030 payload: {"sku": "MBRO-GDW3030", "name": "GDW3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3030-maya-black-rift-white-oak-port-bell-wall-30h-with-glass-door-assembled-mbro-gdw3030", "meta_title": "GDW3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3036 payload: {"sku": "MBRO-GDW3036", "name": "GDW3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3036-maya-black-rift-white-oak-port-bell-wall-36h-with-glass-door-assembled-mbro-gdw3036", "meta_title": "GDW3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3042 payload: {"sku": "MBRO-GDW3042", "name": "GDW3042 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3042-maya-black-rift-white-oak-port-bell-wall-42h-with-glass-door-assembled-mbro-gdw3042", "meta_title": "GDW3042 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3315 payload: {"sku": "MBRO-GDW3315", "name": "GDW3315 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3315-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw3315", "meta_title": "GDW3315 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3615 payload: {"sku": "MBRO-GDW3615", "name": "GDW3615 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3615-maya-black-rift-white-oak-port-bell-wall-15h-with-glass-door-assembled-mbro-gdw3615", "meta_title": "GDW3615 - Maya Black Rift White Oak - Port & Bell - Wall 15H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3630 payload: {"sku": "MBRO-GDW3630", "name": "GDW3630 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3630-maya-black-rift-white-oak-port-bell-wall-30h-with-glass-door-assembled-mbro-gdw3630", "meta_title": "GDW3630 - Maya Black Rift White Oak - Port & Bell - Wall 30H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3636 payload: {"sku": "MBRO-GDW3636", "name": "GDW3636 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3636-maya-black-rift-white-oak-port-bell-wall-36h-with-glass-door-assembled-mbro-gdw3636", "meta_title": "GDW3636 - Maya Black Rift White Oak - Port & Bell - Wall 36H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDW3642 payload: {"sku": "MBRO-GDW3642", "name": "GDW3642 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdw3642-maya-black-rift-white-oak-port-bell-wall-42h-with-glass-door-assembled-mbro-gdw3642", "meta_title": "GDW3642 - Maya Black Rift White Oak - Port & Bell - Wall 42H with Glas", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-GDWCOR2415 payload: {"sku": "MBRO-GDWCOR2415", "name": "GDWCOR2415 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwcor2415-maya-black-rift-white-oak-port-bell-wall-pie-cut-corner-with-glass-door-assembled-mbro-gdwcor2415", "meta_title": "GDWCOR2415 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-GDWDC2430 payload: {"sku": "MBRO-GDWDC2430", "name": "GDWDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mbro-gdwdc2430", "meta_title": "GDWDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["403", "403", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-GDWDC2436 payload: {"sku": "MBRO-GDWDC2436", "name": "GDWDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mbro-gdwdc2436", "meta_title": "GDWDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["403", "403", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-GDWDC2442 payload: {"sku": "MBRO-GDWDC2442", "name": "GDWDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mbro-gdwdc2442", "meta_title": "GDWDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["403", "403", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-LC1884 payload: {"sku": "MBRO-LC1884", "name": "LC1884 - Maya Black Rift White Oak - Port & Bell - Linen Cabinet -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "lc1884-maya-black-rift-white-oak-port-bell-linen-cabinet-assembled-mbro-lc1884", "meta_title": "LC1884 - Maya Black Rift White Oak - Port & Bell - Linen Cabinet -- As", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-LCVM8 payload: {"sku": "MBRO-LCVM8", "name": "*** Alias Item For *** LCVM8 - Black Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-black-rift-white-oak-port-bell-molding-cove-crown-mbro-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Black Rift White Oak - Port & Bell - Mo", "category_ids": ["403", "403", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-LM8 payload: {"sku": "MBRO-LM8", "name": "*** Alias Item For *** LM8 - Black Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-black-rift-white-oak-port-bell-molding-light-rail-mbro-lm8", "meta_title": "*** Alias Item For *** LM8 - Black Rift White Oak - Port & Bell - Mold", "category_ids": ["532", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-LRM8 payload: {"sku": "MBRO-LRM8", "name": "*** Alias Item For *** LRM8 - Black Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-black-rift-white-oak-port-bell-molding-light-rail-mbro-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Black Rift White Oak - Port & Bell - Mol", "category_ids": ["532", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-M2436 payload: {"sku": "MBRO-M2436", "name": "*** Alias Item For *** M2436 - Black Rift White Oak - Port & Bell - Vanity Mirror", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-m2436-black-rift-white-oak-port-bell-vanity-mirror-mbro-m2436", "meta_title": "*** Alias Item For *** M2436 - Black Rift White Oak - Port & Bell - Va", "category_ids": ["467", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 89}
INFO:magento.sync_service:Magento PUT product MBRO-MBEP payload: {"sku": "MBRO-MBEP", "name": "MBEP - Maya Black Rift White Oak - Port & Bell - Base Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mbep-maya-black-rift-white-oak-port-bell-base-deco-end-panel-mbro-mbep", "meta_title": "MBEP - Maya Black Rift White Oak - Port & Bell - Base Deco End Panel", "category_ids": ["403", "403", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-MC3018 payload: {"sku": "MBRO-MC3018", "name": "*** Alias Item For ***  MC3018 - Black Rift White Oak - Port & Bell - Wall Microwave Shelf -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-mc3018-black-rift-white-oak-port-bell-wall-microwave-shelf-assembled-mbro-mc3018", "meta_title": "*** Alias Item For ***  MC3018 - Black Rift White Oak - Port & Bell - ", "category_ids": ["539", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-MPBEP payload: {"sku": "MBRO-MPBEP", "name": "MPBEP - Maya Black Rift White Oak - Port & Bell - Tall Deco End Panel Lower", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mpbep-maya-black-rift-white-oak-port-bell-tall-deco-end-panel-lower-mbro-mpbep", "meta_title": "MPBEP - Maya Black Rift White Oak - Port & Bell - Tall Deco End Panel ", "category_ids": ["403", "403", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-MWEP15 payload: {"sku": "MBRO-MWEP15", "name": "MWEP15 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-maya-black-rift-white-oak-port-bell-wall-deco-end-panel-mbro-mwep15", "meta_title": "MWEP15 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "category_ids": ["416", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-MWEP30 payload: {"sku": "MBRO-MWEP30", "name": "MWEP30 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-maya-black-rift-white-oak-port-bell-wall-deco-end-panel-mbro-mwep30", "meta_title": "MWEP30 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "category_ids": ["403", "403", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-MWEP36 payload: {"sku": "MBRO-MWEP36", "name": "MWEP36 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-maya-black-rift-white-oak-port-bell-wall-deco-end-panel-mbro-mwep36", "meta_title": "MWEP36 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "category_ids": ["403", "403", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-MWEP42 payload: {"sku": "MBRO-MWEP42", "name": "MWEP42 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-maya-black-rift-white-oak-port-bell-wall-deco-end-panel-mbro-mwep42", "meta_title": "MWEP42 - Maya Black Rift White Oak - Port & Bell - Wall Deco End Panel", "category_ids": ["403", "403", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-OC3384 payload: {"sku": "MBRO-OC3384", "name": "OC3384 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-maya-black-rift-white-oak-port-bell-tall-oven-single-assembled-mbro-oc3384", "meta_title": "OC3384 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -", "category_ids": ["403", "403", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Plan progress: 100/311 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product MBRO-OC3390 payload: {"sku": "MBRO-OC3390", "name": "OC3390 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-maya-black-rift-white-oak-port-bell-tall-oven-single-assembled-mbro-oc3390", "meta_title": "OC3390 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -", "category_ids": ["403", "403", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-OC3396 payload: {"sku": "MBRO-OC3396", "name": "OC3396 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-maya-black-rift-white-oak-port-bell-tall-oven-single-assembled-mbro-oc3396", "meta_title": "OC3396 - Maya Black Rift White Oak - Port & Bell - Tall Oven Single  -", "category_ids": ["403", "403", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-OCM8-1 payload: {"sku": "MBRO-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Black Rift White Oak - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-black-rift-white-oak-port-bell-molding-outside-corner-mbro-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Black Rift White Oak - Port & Bell - M", "category_ids": ["403", "403", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-PC1884 payload: {"sku": "MBRO-PC1884", "name": "PC1884 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc1884-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc1884", "meta_title": "PC1884 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-PC1890 payload: {"sku": "MBRO-PC1890", "name": "PC1890 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc1890-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc1890", "meta_title": "PC1890 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-PC1896 payload: {"sku": "MBRO-PC1896", "name": "PC1896 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc1896-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc1896", "meta_title": "PC1896 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MBRO-PC2484 payload: {"sku": "MBRO-PC2484", "name": "PC2484 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc2484-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc2484", "meta_title": "PC2484 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-PC2490 payload: {"sku": "MBRO-PC2490", "name": "PC2490 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc2490-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc2490", "meta_title": "PC2490 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-PC2496 payload: {"sku": "MBRO-PC2496", "name": "PC2496 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc2496-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc2496", "meta_title": "PC2496 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-PC3084 payload: {"sku": "MBRO-PC3084", "name": "PC3084 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc3084-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc3084", "meta_title": "PC3084 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-PC3090 payload: {"sku": "MBRO-PC3090", "name": "PC3090 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc3090-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc3090", "meta_title": "PC3090 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-PC3096 payload: {"sku": "MBRO-PC3096", "name": "PC3096 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "pc3096-maya-black-rift-white-oak-port-bell-pantry-assembled-mbro-pc3096", "meta_title": "PC3096 - Maya Black Rift White Oak - Port & Bell - Pantry -- Assembled", "category_ids": ["403", "403", "4", "4", "473"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-REP120 payload: {"sku": "MBRO-REP120", "name": "*** Alias Item For *** REP120 - Black Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-black-rift-white-oak-port-bell-panel-refrigerator-end-mbro-rep120", "meta_title": "*** Alias Item For *** REP120 - Black Rift White Oak - Port & Bell - P", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-REP96 payload: {"sku": "MBRO-REP96", "name": "*** Alias Item For *** REP96 - Black Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-black-rift-white-oak-port-bell-panel-refrigerator-end-mbro-rep96", "meta_title": "*** Alias Item For *** REP96 - Black Rift White Oak - Port & Bell - Pa", "category_ids": ["403", "403", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-SB24 payload: {"sku": "MBRO-SB24", "name": "SB24 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-maya-black-rift-white-oak-port-bell-sink-base-assembled-mbro-sb24", "meta_title": "SB24 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assemble", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SB27 payload: {"sku": "MBRO-SB27", "name": "SB27 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-maya-black-rift-white-oak-port-bell-sink-base-assembled-mbro-sb27", "meta_title": "SB27 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assemble", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SB30 payload: {"sku": "MBRO-SB30", "name": "SB30 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-maya-black-rift-white-oak-port-bell-sink-base-assembled-mbro-sb30", "meta_title": "SB30 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assemble", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SB33 payload: {"sku": "MBRO-SB33", "name": "SB33 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-maya-black-rift-white-oak-port-bell-sink-base-assembled-mbro-sb33", "meta_title": "SB33 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assemble", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SB36 payload: {"sku": "MBRO-SB36", "name": "SB36 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-maya-black-rift-white-oak-port-bell-sink-base-assembled-mbro-sb36", "meta_title": "SB36 - Maya Black Rift White Oak - Port & Bell - Sink Base -- Assemble", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SBF30 payload: {"sku": "MBRO-SBF30", "name": "SBF30 - Maya Black Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf30-maya-black-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-mbro-sbf30", "meta_title": "SBF30 - Maya Black Rift White Oak - Port & Bell - Sink Base Farm Apron", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-SBF36 payload: {"sku": "MBRO-SBF36", "name": "SBF36 - Maya Black Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-maya-black-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-mbro-sbf36", "meta_title": "SBF36 - Maya Black Rift White Oak - Port & Bell - Sink Base Farm Apron", "category_ids": ["442", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-SBM8 payload: {"sku": "MBRO-SBM8", "name": "*** Alias Item For *** SBM8 - Black Rift White Oak - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-black-rift-white-oak-port-bell-molding-single-bead-mbro-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Black Rift White Oak - Port & Bell - Mol", "category_ids": ["413", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-SC10 payload: {"sku": "MBRO-SC10", "name": "*** Alias Item For *** SC10 - Black Rift White Oak - Port & Bell - Corbel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sc10-black-rift-white-oak-port-bell-corbel-mbro-sc10", "meta_title": "*** Alias Item For *** SC10 - Black Rift White Oak - Port & Bell - Cor", "category_ids": ["430", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-SD payload: {"sku": "MBRO-SD", "name": "SD - Maya Black Rift White Oak - Port & Bell - Sample Door", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sd-maya-black-rift-white-oak-port-bell-sample-door-mbro-sd", "meta_title": "SD - Maya Black Rift White Oak - Port & Bell - Sample Door", "category_ids": ["403", "403", "4", "4", "534"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "assembly_type", "drawer_slides", "materials_box", "kcma_certified", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included", "cabinet_description", "cabinet_door_reveal", "cabinet_shelf_depth", "drawer_box_material", "shopping_collection"], "custom_attribute_count": 78}
INFO:magento.sync_service:Magento PUT product MBRO-SDP34 4X4 payload: {"sku": "MBRO-SDP34 4X4", "name": "*** Alias Item For *** SDP34 4X4 - Black Rift White Oak - Port & Bell - Post", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sdp34-4x4-black-rift-white-oak-port-bell-post-mbro-sdp34-4x4", "meta_title": "*** Alias Item For *** SDP34 4X4 - Black Rift White Oak - Port & Bell ", "category_ids": ["430", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-SHM8 payload: {"sku": "MBRO-SHM8", "name": "*** Alias Item For *** SHM8 - Black Rift White Oak - Port & Bell - Molding Shoe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-shm8-black-rift-white-oak-port-bell-molding-shoe-mbro-shm8", "meta_title": "*** Alias Item For *** SHM8 - Black Rift White Oak - Port & Bell - Mol", "category_ids": ["412", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-SM8 payload: {"sku": "MBRO-SM8", "name": "*** Alias Item For *** SM8 - Black Rift White Oak - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-black-rift-white-oak-port-bell-molding-scribe-mbro-sm8", "meta_title": "*** Alias Item For *** SM8 - Black Rift White Oak - Port & Bell - Mold", "category_ids": ["403", "403", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MBRO-SSPA34 4X4 payload: {"sku": "MBRO-SSPA34 4X4", "name": "*** Alias Item For *** SSPA34 4X4 - Black Rift White Oak - Port & Bell - Post", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sspa34-4x4-black-rift-white-oak-port-bell-post-mbro-sspa34-4x4", "meta_title": "*** Alias Item For *** SSPA34 4X4 - Black Rift White Oak - Port & Bell", "category_ids": ["430", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-TK8 payload: {"sku": "MBRO-TK8", "name": "*** Alias Item For *** TK8 - Black Rift White Oak - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-black-rift-white-oak-port-bell-molding-toe-kick-mbro-tk8", "meta_title": "*** Alias Item For *** TK8 - Black Rift White Oak - Port & Bell - Mold", "category_ids": ["403", "403", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MBRO-TKBM8 payload: {"sku": "MBRO-TKBM8", "name": "*** Alias Item For *** TKBM8 - Black Rift White Oak - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-black-rift-white-oak-port-bell-molding-base-mbro-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Black Rift White Oak - Port & Bell - Mo", "category_ids": ["403", "403", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-TOUCH UP KIT payload: {"sku": "MBRO-TOUCH UP KIT", "name": "*** Alias Item For *** TOUCH UP KIT - Black Rift White Oak - Port & Bell - Touch Up Kit", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-touch-up-kit-black-rift-white-oak-port-bell-touch-up-kit-mbro-touch-up-kit", "meta_title": "*** Alias Item For *** TOUCH UP KIT - Black Rift White Oak - Port & Be", "category_ids": ["468", "403", "403", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "assembly_type", "drawer_slides", "materials_box", "kcma_certified", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style", "knob_pull_included", "cabinet_description", "cabinet_door_reveal", "cabinet_shelf_depth", "drawer_box_material", "shopping_collection"], "custom_attribute_count": 78}
INFO:magento.sync_service:Magento PUT product MBRO-V54 payload: {"sku": "MBRO-V54", "name": "*** Alias Item For *** V54 - Black Rift White Oak - Port & Bell - Valance Arch", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-v54-black-rift-white-oak-port-bell-valance-arch-mbro-v54", "meta_title": "*** Alias Item For *** V54 - Black Rift White Oak - Port & Bell - Vala", "category_ids": ["403", "403", "4", "4", "505"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VA2421 payload: {"sku": "MBRO-VA2421", "name": "VA2421 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va2421-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-va2421", "meta_title": "VA2421 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VA3021 payload: {"sku": "MBRO-VA3021", "name": "VA3021 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3021-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-va3021", "meta_title": "VA3021 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VA3621 payload: {"sku": "MBRO-VA3621", "name": "VA3621 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-va3621", "meta_title": "VA3621 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VDB12-3 payload: {"sku": "MBRO-VDB12-3", "name": "VDB12-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vdb12-3", "meta_title": "VDB12-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemble", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VDB15-3 payload: {"sku": "MBRO-VDB15-3", "name": "VDB15-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vdb15-3", "meta_title": "VDB15-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemble", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VDB18-3 payload: {"sku": "MBRO-VDB18-3", "name": "VDB18-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vdb18-3", "meta_title": "VDB18-3 - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemble", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VKD3021 payload: {"sku": "MBRO-VKD3021", "name": "VKD3021 - Maya Black Rift White Oak - Port & Bell - Knee Drawer -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vkd3021-maya-black-rift-white-oak-port-bell-knee-drawer-assembled-mbro-vkd3021", "meta_title": "VKD3021 - Maya Black Rift White Oak - Port & Bell - Knee Drawer -- Ass", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_door_style"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MBRO-VSD3021DL payload: {"sku": "MBRO-VSD3021DL", "name": "VSD3021DL - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dl-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd3021dl", "meta_title": "VSD3021DL - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VSD3021DR payload: {"sku": "MBRO-VSD3021DR", "name": "VSD3021DR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dr-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd3021dr", "meta_title": "VSD3021DR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VSD3621DL payload: {"sku": "MBRO-VSD3621DL", "name": "VSD3621DL - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dl-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd3621dl", "meta_title": "VSD3621DL - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VSD3621DR payload: {"sku": "MBRO-VSD3621DR", "name": "VSD3621DR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dr-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd3621dr", "meta_title": "VSD3621DR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VSD4821DLR payload: {"sku": "MBRO-VSD4821DLR", "name": "VSD4821DLR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd4821dlr-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd4821dlr", "meta_title": "VSD4821DLR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assem", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-VSD6021DLR payload: {"sku": "MBRO-VSD6021DLR", "name": "VSD6021DLR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd6021dlr-maya-black-rift-white-oak-port-bell-vanity-assembled-mbro-vsd6021dlr", "meta_title": "VSD6021DLR - Maya Black Rift White Oak - Port & Bell - Vanity -- Assem", "category_ids": ["403", "403", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MBRO-W0930 payload: {"sku": "MBRO-W0930", "name": "W0930 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w0930-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w0930", "meta_title": "W0930 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W0936 payload: {"sku": "MBRO-W0936", "name": "W0936 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w0936-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w0936", "meta_title": "W0936 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W0942 payload: {"sku": "MBRO-W0942", "name": "W0942 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w0942-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w0942", "meta_title": "W0942 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1230 payload: {"sku": "MBRO-W1230", "name": "W1230 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1230-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w1230", "meta_title": "W1230 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1236 payload: {"sku": "MBRO-W1236", "name": "W1236 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1236-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w1236", "meta_title": "W1236 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1242 payload: {"sku": "MBRO-W1242", "name": "W1242 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1242-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w1242", "meta_title": "W1242 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1530 payload: {"sku": "MBRO-W1530", "name": "W1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1530-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w1530", "meta_title": "W1530 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1536 payload: {"sku": "MBRO-W1536", "name": "W1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1536-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w1536", "meta_title": "W1536 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1542 payload: {"sku": "MBRO-W1542", "name": "W1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1542-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w1542", "meta_title": "W1542 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1830 payload: {"sku": "MBRO-W1830", "name": "W1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1830-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w1830", "meta_title": "W1830 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1836 payload: {"sku": "MBRO-W1836", "name": "W1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1836-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w1836", "meta_title": "W1836 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W1842 payload: {"sku": "MBRO-W1842", "name": "W1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w1842-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w1842", "meta_title": "W1842 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W2130 payload: {"sku": "MBRO-W2130", "name": "W2130 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2130-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w2130", "meta_title": "W2130 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W2136 payload: {"sku": "MBRO-W2136", "name": "W2136 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2136-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w2136", "meta_title": "W2136 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W2142 payload: {"sku": "MBRO-W2142", "name": "W2142 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2142-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w2142", "meta_title": "W2142 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "461"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-W2412 payload: {"sku": "MBRO-W2412", "name": "W2412 - Maya Black Rift White Oak - Port & Bell - Wall 12H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2412-maya-black-rift-white-oak-port-bell-wall-12h-assembled-mbro-w2412", "meta_title": "W2412 - Maya Black Rift White Oak - Port & Bell - Wall 12H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2415 payload: {"sku": "MBRO-W2415", "name": "W2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2415-maya-black-rift-white-oak-port-bell-wall-15h-assembled-mbro-w2415", "meta_title": "W2415 - Maya Black Rift White Oak - Port & Bell - Wall 15H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2418 payload: {"sku": "MBRO-W2418", "name": "W2418 - Maya Black Rift White Oak - Port & Bell - Wall 18H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2418-maya-black-rift-white-oak-port-bell-wall-18h-assembled-mbro-w2418", "meta_title": "W2418 - Maya Black Rift White Oak - Port & Bell - Wall 18H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2424 payload: {"sku": "MBRO-W2424", "name": "W2424 - Maya Black Rift White Oak - Port & Bell - Wall 24H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2424-maya-black-rift-white-oak-port-bell-wall-24h-assembled-mbro-w2424", "meta_title": "W2424 - Maya Black Rift White Oak - Port & Bell - Wall 24H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2430 payload: {"sku": "MBRO-W2430", "name": "W2430 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2430-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w2430", "meta_title": "W2430 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2436 payload: {"sku": "MBRO-W2436", "name": "W2436 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2436-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w2436", "meta_title": "W2436 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2442 payload: {"sku": "MBRO-W2442", "name": "W2442 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2442-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w2442", "meta_title": "W2442 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2730 payload: {"sku": "MBRO-W2730", "name": "W2730 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2730-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w2730", "meta_title": "W2730 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2736 payload: {"sku": "MBRO-W2736", "name": "W2736 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2736-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w2736", "meta_title": "W2736 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W2742 payload: {"sku": "MBRO-W2742", "name": "W2742 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w2742-maya-black-rift-white-oak-port-bell-wall-42h-assembled-mbro-w2742", "meta_title": "W2742 - Maya Black Rift White Oak - Port & Bell - Wall 42H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3012 payload: {"sku": "MBRO-W3012", "name": "W3012 - Maya Black Rift White Oak - Port & Bell - Wall 12H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3012-maya-black-rift-white-oak-port-bell-wall-12h-assembled-mbro-w3012", "meta_title": "W3012 - Maya Black Rift White Oak - Port & Bell - Wall 12H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W301224 payload: {"sku": "MBRO-W301224", "name": "W301224 - Maya Black Rift White Oak - Port & Bell - Wall 12H-24D -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w301224-maya-black-rift-white-oak-port-bell-wall-12h-24d-assembled-mbro-w301224", "meta_title": "W301224 - Maya Black Rift White Oak - Port & Bell - Wall 12H-24D -- As", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3015 payload: {"sku": "MBRO-W3015", "name": "W3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3015-maya-black-rift-white-oak-port-bell-wall-15h-assembled-mbro-w3015", "meta_title": "W3015 - Maya Black Rift White Oak - Port & Bell - Wall 15H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3018 payload: {"sku": "MBRO-W3018", "name": "W3018 - Maya Black Rift White Oak - Port & Bell - Wall 18H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3018-maya-black-rift-white-oak-port-bell-wall-18h-assembled-mbro-w3018", "meta_title": "W3018 - Maya Black Rift White Oak - Port & Bell - Wall 18H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W301824 payload: {"sku": "MBRO-W301824", "name": "W301824 - Maya Black Rift White Oak - Port & Bell - Wall 18H-24D -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w301824-maya-black-rift-white-oak-port-bell-wall-18h-24d-assembled-mbro-w301824", "meta_title": "W301824 - Maya Black Rift White Oak - Port & Bell - Wall 18H-24D -- As", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3024 payload: {"sku": "MBRO-W3024", "name": "W3024 - Maya Black Rift White Oak - Port & Bell - Wall 24H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3024-maya-black-rift-white-oak-port-bell-wall-24h-assembled-mbro-w3024", "meta_title": "W3024 - Maya Black Rift White Oak - Port & Bell - Wall 24H -- Assemble", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W302424 payload: {"sku": "MBRO-W302424", "name": "W302424 - Maya Black Rift White Oak - Port & Bell - Wall 24H-24D -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w302424-maya-black-rift-white-oak-port-bell-wall-24h-24d-assembled-mbro-w302424", "meta_title": "W302424 - Maya Black Rift White Oak - Port & Bell - Wall 24H-24D -- As", "category_ids": ["403", "403", "4", "4", "486"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3030 payload: {"sku": "MBRO-W3030", "name": "W3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3030-maya-black-rift-white-oak-port-bell-wall-30h-assembled-mbro-w3030", "meta_title": "W3030 - Maya Black Rift White Oak - Port & Bell - Wall 30H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-W3036 payload: {"sku": "MBRO-W3036", "name": "W3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "w3036-maya-black-rift-white-oak-port-bell-wall-36h-assembled-mbro-w3036", "meta_title": "W3036 - Maya Black Rift White Oak - Port & Bell - Wall 36H -- Assemble", "category_ids": ["403", "403", "4", "4", "475"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WBC2730 payload: {"sku": "MBRO-WBC2730", "name": "WBC2730 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2730-maya-black-rift-white-oak-port-bell-wall-blind-27-assembled-mbro-wbc2730", "meta_title": "WBC2730 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- A", "category_ids": ["403", "403", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WBC2736 payload: {"sku": "MBRO-WBC2736", "name": "WBC2736 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2736-maya-black-rift-white-oak-port-bell-wall-blind-27-assembled-mbro-wbc2736", "meta_title": "WBC2736 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- A", "category_ids": ["403", "403", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WBC2742 payload: {"sku": "MBRO-WBC2742", "name": "WBC2742 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2742-maya-black-rift-white-oak-port-bell-wall-blind-27-assembled-mbro-wbc2742", "meta_title": "WBC2742 - Maya Black Rift White Oak - Port & Bell - Wall Blind 27 -- A", "category_ids": ["403", "403", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WCOR2430 payload: {"sku": "MBRO-WCOR2430", "name": "WCOR2430 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2430-maya-black-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mbro-wcor2430", "meta_title": "WCOR2430 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corn", "category_ids": ["403", "403", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WCOR2436 payload: {"sku": "MBRO-WCOR2436", "name": "WCOR2436 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2436-maya-black-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mbro-wcor2436", "meta_title": "WCOR2436 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corn", "category_ids": ["403", "403", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WCOR2442 payload: {"sku": "MBRO-WCOR2442", "name": "WCOR2442 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2442-maya-black-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mbro-wcor2442", "meta_title": "WCOR2442 - Maya Black Rift White Oak - Port & Bell - Wall Pie Cut Corn", "category_ids": ["403", "403", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WDC2430 payload: {"sku": "MBRO-WDC2430", "name": "WDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mbro-wdc2430", "meta_title": "WDC2430 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corn", "category_ids": ["403", "403", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-WDC2436 payload: {"sku": "MBRO-WDC2436", "name": "WDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mbro-wdc2436", "meta_title": "WDC2436 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corn", "category_ids": ["403", "403", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-WDC2442 payload: {"sku": "MBRO-WDC2442", "name": "WDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-maya-black-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mbro-wdc2442", "meta_title": "WDC2442 - Maya Black Rift White Oak - Port & Bell - Wall Diagonal Corn", "category_ids": ["403", "403", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-WECA30 payload: {"sku": "MBRO-WECA30", "name": "WECA30 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca30-maya-black-rift-white-oak-port-bell-wall-angle-end-assembled-mbro-weca30", "meta_title": "WECA30 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- A", "category_ids": ["403", "403", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WECA36 payload: {"sku": "MBRO-WECA36", "name": "WECA36 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca36-maya-black-rift-white-oak-port-bell-wall-angle-end-assembled-mbro-weca36", "meta_title": "WECA36 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- A", "category_ids": ["403", "403", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WECA42 payload: {"sku": "MBRO-WECA42", "name": "WECA42 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca42-maya-black-rift-white-oak-port-bell-wall-angle-end-assembled-mbro-weca42", "meta_title": "WECA42 - Maya Black Rift White Oak - Port & Bell - Wall Angle End -- A", "category_ids": ["403", "403", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WHB3624 payload: {"sku": "MBRO-WHB3624", "name": "WHB3624 - Maya Black Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-maya-black-rift-white-oak-port-bell-wall-hood-straight-assembled-mbro-whb3624", "meta_title": "WHB3624 - Maya Black Rift White Oak - Port & Bell - Wall Hood Straight", "category_ids": ["403", "403", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WHB3630 payload: {"sku": "MBRO-WHB3630", "name": "WHB3630 - Maya Black Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-maya-black-rift-white-oak-port-bell-wall-hood-straight-assembled-mbro-whb3630", "meta_title": "WHB3630 - Maya Black Rift White Oak - Port & Bell - Wall Hood Straight", "category_ids": ["403", "403", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MBRO-WOCD2430 payload: {"sku": "MBRO-WOCD2430", "name": "*** Alias Item For ***  WOCD2430 - Black Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-black-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mbro-wocd2430", "meta_title": "*** Alias Item For ***  WOCD2430 - Black Rift White Oak - Port & Bell ", "category_ids": ["403", "403", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-WOCD2436 payload: {"sku": "MBRO-WOCD2436", "name": "*** Alias Item For ***  WOCD2436 - Black Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-black-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mbro-wocd2436", "meta_title": "*** Alias Item For ***  WOCD2436 - Black Rift White Oak - Port & Bell ", "category_ids": ["403", "403", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MBRO-WOCD2442 payload: {"sku": "MBRO-WOCD2442", "name": "*** Alias Item For ***  WOCD2442 - Black Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-black-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mbro-wocd2442", "meta_title": "*** Alias Item For ***  WOCD2442 - Black Rift White Oak - Port & Bell ", "category_ids": ["403", "403", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-B12 payload: {"sku": "MNRO-B12", "name": "B12 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b12-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b12", "meta_title": "B12 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-B15 payload: {"sku": "MNRO-B15", "name": "B15 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b15-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b15", "meta_title": "B15 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-B18 payload: {"sku": "MNRO-B18", "name": "B18 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b18-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b18", "meta_title": "B18 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-B21 payload: {"sku": "MNRO-B21", "name": "B21 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b21-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b21", "meta_title": "B21 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Plan progress: 200/311 actions (199 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product MNRO-B24 payload: {"sku": "MNRO-B24", "name": "B24 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b24-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b24", "meta_title": "B24 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-B27 payload: {"sku": "MNRO-B27", "name": "B27 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b27-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b27", "meta_title": "B27 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-B30 payload: {"sku": "MNRO-B30", "name": "B30 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b30-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b30", "meta_title": "B30 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-B33 payload: {"sku": "MNRO-B33", "name": "B33 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b33", "meta_title": "B33 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-B36 payload: {"sku": "MNRO-B36", "name": "B36 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b36", "meta_title": "B36 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-B39 payload: {"sku": "MNRO-B39", "name": "B39 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-b39", "meta_title": "B39 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "category_ids": ["404", "404", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-BBC36/39L/R payload: {"sku": "MNRO-BBC36/39L/R", "name": "BBC36/39L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-maya-natural-rift-white-oak-port-bell-base-corner-blind-9-door-assembled-mnro-bbc36-39l-r", "meta_title": "BBC36/39L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["404", "404", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/MNRO-BBC36%252F39L%252FR - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MNRO-BBC36%252F39L%252FR (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/MNRO-BBC36%252F39L%252FR
INFO:magento.sync_service:Magento PUT product MNRO-BBC39/42L/R payload: {"sku": "MNRO-BBC39/42L/R", "name": "BBC39/42L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner Blind 15\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc39-42l-r-maya-natural-rift-white-oak-port-bell-base-corner-blind-15-door-assembled-mnro-bbc39-42l-r", "meta_title": "BBC39/42L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["404", "404", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BBC45/48FHL/R payload: {"sku": "MNRO-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Maya Natural Rift White Oak - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-maya-natural-rift-white-oak-port-bell-base-corner-blind-17-5-door-assembled-mnro-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Maya Natural Rift White Oak - Port & Bell - Base Corne", "category_ids": ["404", "404", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-BBC45/48FHL/R-MC payload: {"sku": "MNRO-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Maya Natural Rift White Oak - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-maya-natural-rift-white-oak-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-mnro-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Maya Natural Rift White Oak - Port & Bell - Base Co", "category_ids": ["404", "404", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-BBC45/48L/R payload: {"sku": "MNRO-BBC45/48L/R", "name": "BBC45/48L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48l-r-maya-natural-rift-white-oak-port-bell-base-corner-blind-17-5-door-assembled-mnro-bbc45-48l-r", "meta_title": "BBC45/48L/R - Maya Natural Rift White Oak - Port & Bell - Base Corner ", "category_ids": ["404", "404", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-BEC1224L payload: {"sku": "MNRO-BEC1224L", "name": "BEC1224L - Maya Natural Rift White Oak - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224l-maya-natural-rift-white-oak-port-bell-base-angle-end-assembled-mnro-bec1224l", "meta_title": "BEC1224L - Maya Natural Rift White Oak - Port & Bell - Base Angle End ", "category_ids": ["404", "404", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BEC1224R payload: {"sku": "MNRO-BEC1224R", "name": "BEC1224R - Maya Natural Rift White Oak - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224r-maya-natural-rift-white-oak-port-bell-base-angle-end-assembled-mnro-bec1224r", "meta_title": "BEC1224R - Maya Natural Rift White Oak - Port & Bell - Base Angle End ", "category_ids": ["404", "404", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BF3 payload: {"sku": "MNRO-BF3", "name": "*** Alias Item For *** BF3 - Natural Rift White Oak - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-natural-rift-white-oak-port-bell-filler-base-mnro-bf3", "meta_title": "*** Alias Item For *** BF3 - Natural Rift White Oak - Port & Bell - Fi", "category_ids": ["404", "404", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-BF6 payload: {"sku": "MNRO-BF6", "name": "*** Alias Item For *** BF6 - Natural Rift White Oak - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-natural-rift-white-oak-port-bell-filler-base-mnro-bf6", "meta_title": "*** Alias Item For *** BF6 - Natural Rift White Oak - Port & Bell - Fi", "category_ids": ["404", "404", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-BH09 payload: {"sku": "MNRO-BH09", "name": "BH09 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh09-maya-natural-rift-white-oak-port-bell-base-assembled-mnro-bh09", "meta_title": "BH09 - Maya Natural Rift White Oak - Port & Bell - Base -- Assembled -", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-BH12 payload: {"sku": "MNRO-BH12", "name": "BH12 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh12-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh12", "meta_title": "BH12 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-BH15 payload: {"sku": "MNRO-BH15", "name": "BH15 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh15", "meta_title": "BH15 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-BH18 payload: {"sku": "MNRO-BH18", "name": "BH18 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh18-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh18", "meta_title": "BH18 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-BH21 payload: {"sku": "MNRO-BH21", "name": "BH21 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh21", "meta_title": "BH21 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-BH24 payload: {"sku": "MNRO-BH24", "name": "BH24 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh24", "meta_title": "BH24 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BH27 payload: {"sku": "MNRO-BH27", "name": "BH27 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh27", "meta_title": "BH27 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BH30 payload: {"sku": "MNRO-BH30", "name": "BH30 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh30", "meta_title": "BH30 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BH33 payload: {"sku": "MNRO-BH33", "name": "BH33 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh33", "meta_title": "BH33 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BH36 payload: {"sku": "MNRO-BH36", "name": "BH36 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh36", "meta_title": "BH36 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-BH39 payload: {"sku": "MNRO-BH39", "name": "BH39 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-maya-natural-rift-white-oak-port-bell-base-full-height-door-assembled-mnro-bh39", "meta_title": "BH39 - Maya Natural Rift White Oak - Port & Bell - Base Full Height Do", "category_ids": ["404", "404", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "base_cabinets", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-BM8 payload: {"sku": "MNRO-BM8", "name": "*** Alias Item For *** BM8 - Natural Rift White Oak - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-natural-rift-white-oak-port-bell-molding-bead-mnro-bm8", "meta_title": "*** Alias Item For *** BM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["404", "404", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MNRO-BMC24 payload: {"sku": "MNRO-BMC24", "name": "BMC24 - Maya Natural Rift White Oak - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-maya-natural-rift-white-oak-port-bell-base-microwave-assembled-mnro-bmc24", "meta_title": "BMC24 - Maya Natural Rift White Oak - Port & Bell - Base Microwave -- ", "category_ids": ["404", "404", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-BMC30 payload: {"sku": "MNRO-BMC30", "name": "BMC30 - Maya Natural Rift White Oak - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc30-maya-natural-rift-white-oak-port-bell-base-microwave-assembled-mnro-bmc30", "meta_title": "BMC30 - Maya Natural Rift White Oak - Port & Bell - Base Microwave -- ", "category_ids": ["404", "404", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-CVM8 payload: {"sku": "MNRO-CVM8", "name": "*** Alias Item For *** CVM8 - Natural Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-natural-rift-white-oak-port-bell-molding-cove-crown-mnro-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["404", "404", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB12-3 payload: {"sku": "MNRO-DB12-3", "name": "DB12-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db12-3", "meta_title": "DB12-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB15-3 payload: {"sku": "MNRO-DB15-3", "name": "DB15-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db15-3", "meta_title": "DB15-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB18-3 payload: {"sku": "MNRO-DB18-3", "name": "DB18-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db18-3", "meta_title": "DB18-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB21-3 payload: {"sku": "MNRO-DB21-3", "name": "DB21-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db21-3", "meta_title": "DB21-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB24-3 payload: {"sku": "MNRO-DB24-3", "name": "DB24-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db24-3", "meta_title": "DB24-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB27-3 payload: {"sku": "MNRO-DB27-3", "name": "DB27-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db27-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db27-3", "meta_title": "DB27-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB30-2 payload: {"sku": "MNRO-DB30-2", "name": "DB30-2 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db30-2", "meta_title": "DB30-2 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB30-3 payload: {"sku": "MNRO-DB30-3", "name": "DB30-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db30-3", "meta_title": "DB30-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB33-3 payload: {"sku": "MNRO-DB33-3", "name": "DB33-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db33-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db33-3", "meta_title": "DB33-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-DB36-3 payload: {"sku": "MNRO-DB36-3", "name": "DB36-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-maya-natural-rift-white-oak-port-bell-drawer-base-assembled-mnro-db36-3", "meta_title": "DB36-3 - Maya Natural Rift White Oak - Port & Bell - Drawer Base -- As", "category_ids": ["404", "404", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-EZR33 payload: {"sku": "MNRO-EZR33", "name": "EZR33 - Maya Natural Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr33-maya-natural-rift-white-oak-port-bell-base-corner-ez-reach-assembled-mnro-ezr33", "meta_title": "EZR33 - Maya Natural Rift White Oak - Port & Bell - Base Corner EZ Rea", "category_ids": ["404", "404", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-EZR36 payload: {"sku": "MNRO-EZR36", "name": "EZR36 - Maya Natural Rift White Oak - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr36-maya-natural-rift-white-oak-port-bell-base-corner-ez-reach-assembled-mnro-ezr36", "meta_title": "EZR36 - Maya Natural Rift White Oak - Port & Bell - Base Corner EZ Rea", "category_ids": ["404", "404", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-FPP9648 1/4 payload: {"sku": "MNRO-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-natural-rift-white-oak-port-bell-panel-mnro-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Natural Rift White Oak - Port & B", "category_ids": ["404", "404", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-FPP9648 3/4 payload: {"sku": "MNRO-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-natural-rift-white-oak-port-bell-panel-mnro-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Natural Rift White Oak - Port & B", "category_ids": ["404", "404", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-FPP9648GL 1/4 payload: {"sku": "MNRO-FPP9648GL 1/4", "name": "*** Alias Item For *** FPP9648GL 1/4 - Natural Rift White Oak - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648gl-1-4-natural-rift-white-oak-port-bell-panel-mnro-fpp9648gl-1-4", "meta_title": "*** Alias Item For *** FPP9648GL 1/4 - Natural Rift White Oak - Port &", "category_ids": ["404", "404", "418", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-FS24 payload: {"sku": "MNRO-FS24", "name": "*** Alias Item For *** FS24 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-natural-rift-white-oak-port-bell-floating-shelf-mnro-fs24", "meta_title": "*** Alias Item For *** FS24 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["404", "404", "431", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-FS30 payload: {"sku": "MNRO-FS30", "name": "*** Alias Item For *** FS30 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-natural-rift-white-oak-port-bell-floating-shelf-mnro-fs30", "meta_title": "*** Alias Item For *** FS30 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["404", "404", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-FS36 payload: {"sku": "MNRO-FS36", "name": "*** Alias Item For *** FS36 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-natural-rift-white-oak-port-bell-floating-shelf-mnro-fs36", "meta_title": "*** Alias Item For *** FS36 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["404", "404", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-FS60 payload: {"sku": "MNRO-FS60", "name": "*** Alias Item For *** FS60 - Natural Rift White Oak - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-natural-rift-white-oak-port-bell-floating-shelf-mnro-fs60", "meta_title": "*** Alias Item For *** FS60 - Natural Rift White Oak - Port & Bell - F", "category_ids": ["404", "404", "431", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-GD-WDC2430 payload: {"sku": "MNRO-GD-WDC2430", "name": "GD-WDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mnro-gd-wdc2430", "meta_title": "GD-WDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["404", "404", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-GD-WDC2436 payload: {"sku": "MNRO-GD-WDC2436", "name": "GD-WDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mnro-gd-wdc2436", "meta_title": "GD-WDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["404", "404", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-GD-WDC2442 payload: {"sku": "MNRO-GD-WDC2442", "name": "GD-WDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-glass-door-only-mnro-gd-wdc2442", "meta_title": "GD-WDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal", "category_ids": ["404", "404", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 90}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-GDWDC2430 payload: {"sku": "MNRO-GDWDC2430", "name": "GDWDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mnro-gdwdc2430", "meta_title": "GDWDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["404", "404", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-GDWDC2436 payload: {"sku": "MNRO-GDWDC2436", "name": "GDWDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mnro-gdwdc2436", "meta_title": "GDWDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["404", "404", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'wall-cabinets/diagonal-corner-glass' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-GDWDC2442 payload: {"sku": "MNRO-GDWDC2442", "name": "GDWDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-with-glass-door-assembled-mnro-gdwdc2442", "meta_title": "GDWDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal ", "category_ids": ["404", "404", "533", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-LCVM8 payload: {"sku": "MNRO-LCVM8", "name": "*** Alias Item For *** LCVM8 - Natural Rift White Oak - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-natural-rift-white-oak-port-bell-molding-cove-crown-mnro-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["404", "404", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-LM8 payload: {"sku": "MNRO-LM8", "name": "*** Alias Item For *** LM8 - Natural Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-natural-rift-white-oak-port-bell-molding-light-rail-mnro-lm8", "meta_title": "*** Alias Item For *** LM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["404", "404", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-LRM8 payload: {"sku": "MNRO-LRM8", "name": "*** Alias Item For *** LRM8 - Natural Rift White Oak - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-natural-rift-white-oak-port-bell-molding-light-rail-mnro-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["404", "404", "532", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MNRO-MWEP15 payload: {"sku": "MNRO-MWEP15", "name": "MWEP15 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-maya-natural-rift-white-oak-port-bell-wall-deco-end-panel-mnro-mwep15", "meta_title": "MWEP15 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["404", "404", "416", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-MWEP30 payload: {"sku": "MNRO-MWEP30", "name": "MWEP30 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-maya-natural-rift-white-oak-port-bell-wall-deco-end-panel-mnro-mwep30", "meta_title": "MWEP30 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["404", "404", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-MWEP36 payload: {"sku": "MNRO-MWEP36", "name": "MWEP36 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-maya-natural-rift-white-oak-port-bell-wall-deco-end-panel-mnro-mwep36", "meta_title": "MWEP36 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["404", "404", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-MWEP42 payload: {"sku": "MNRO-MWEP42", "name": "MWEP42 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-maya-natural-rift-white-oak-port-bell-wall-deco-end-panel-mnro-mwep42", "meta_title": "MWEP42 - Maya Natural Rift White Oak - Port & Bell - Wall Deco End Pan", "category_ids": ["404", "404", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-OC3384 payload: {"sku": "MNRO-OC3384", "name": "OC3384 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-maya-natural-rift-white-oak-port-bell-tall-oven-single-assembled-mnro-oc3384", "meta_title": "OC3384 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["404", "404", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-OC3390 payload: {"sku": "MNRO-OC3390", "name": "OC3390 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-maya-natural-rift-white-oak-port-bell-tall-oven-single-assembled-mnro-oc3390", "meta_title": "OC3390 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["404", "404", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-OC3396 payload: {"sku": "MNRO-OC3396", "name": "OC3396 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-maya-natural-rift-white-oak-port-bell-tall-oven-single-assembled-mnro-oc3396", "meta_title": "OC3396 - Maya Natural Rift White Oak - Port & Bell - Tall Oven Single ", "category_ids": ["404", "404", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MNRO-OCM8-1 payload: {"sku": "MNRO-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Natural Rift White Oak - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-natural-rift-white-oak-port-bell-molding-outside-corner-mnro-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Natural Rift White Oak - Port & Bell -", "category_ids": ["404", "404", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-REP120 payload: {"sku": "MNRO-REP120", "name": "*** Alias Item For *** REP120 - Natural Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-natural-rift-white-oak-port-bell-panel-refrigerator-end-mnro-rep120", "meta_title": "*** Alias Item For *** REP120 - Natural Rift White Oak - Port & Bell -", "category_ids": ["404", "404", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MNRO-REP96 payload: {"sku": "MNRO-REP96", "name": "*** Alias Item For *** REP96 - Natural Rift White Oak - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-natural-rift-white-oak-port-bell-panel-refrigerator-end-mnro-rep96", "meta_title": "*** Alias Item For *** REP96 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["404", "404", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SB24 payload: {"sku": "MNRO-SB24", "name": "SB24 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-maya-natural-rift-white-oak-port-bell-sink-base-assembled-mnro-sb24", "meta_title": "SB24 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SB27 payload: {"sku": "MNRO-SB27", "name": "SB27 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-maya-natural-rift-white-oak-port-bell-sink-base-assembled-mnro-sb27", "meta_title": "SB27 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SB30 payload: {"sku": "MNRO-SB30", "name": "SB30 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-maya-natural-rift-white-oak-port-bell-sink-base-assembled-mnro-sb30", "meta_title": "SB30 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SB33 payload: {"sku": "MNRO-SB33", "name": "SB33 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-maya-natural-rift-white-oak-port-bell-sink-base-assembled-mnro-sb33", "meta_title": "SB33 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SB36 payload: {"sku": "MNRO-SB36", "name": "SB36 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-maya-natural-rift-white-oak-port-bell-sink-base-assembled-mnro-sb36", "meta_title": "SB36 - Maya Natural Rift White Oak - Port & Bell - Sink Base -- Assemb", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SBF30 payload: {"sku": "MNRO-SBF30", "name": "SBF30 - Maya Natural Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf30-maya-natural-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-mnro-sbf30", "meta_title": "SBF30 - Maya Natural Rift White Oak - Port & Bell - Sink Base Farm Apr", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-SBF36 payload: {"sku": "MNRO-SBF36", "name": "SBF36 - Maya Natural Rift White Oak - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-maya-natural-rift-white-oak-port-bell-sink-base-farm-apron-front-assembled-mnro-sbf36", "meta_title": "SBF36 - Maya Natural Rift White Oak - Port & Bell - Sink Base Farm Apr", "category_ids": ["442", "404", "404", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-SBM8 payload: {"sku": "MNRO-SBM8", "name": "*** Alias Item For *** SBM8 - Natural Rift White Oak - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-natural-rift-white-oak-port-bell-molding-single-bead-mnro-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Natural Rift White Oak - Port & Bell - M", "category_ids": ["404", "404", "413", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MNRO-SK12 payload: {"sku": "MNRO-SK12", "name": "** Alias Item For *** SK12 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk12-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk12", "meta_title": "** Alias Item For *** SK12 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK15 payload: {"sku": "MNRO-SK15", "name": "** Alias Item For *** SK15 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk15-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk15", "meta_title": "** Alias Item For *** SK15 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK18 payload: {"sku": "MNRO-SK18", "name": "** Alias Item For *** SK18 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk18-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk18", "meta_title": "** Alias Item For *** SK18 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK24 payload: {"sku": "MNRO-SK24", "name": "** Alias Item For *** SK24 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk24-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk24", "meta_title": "** Alias Item For *** SK24 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK30 payload: {"sku": "MNRO-SK30", "name": "** Alias Item For *** SK30 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk30-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk30", "meta_title": "** Alias Item For *** SK30 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK36 payload: {"sku": "MNRO-SK36", "name": "** Alias Item For *** SK36 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk36-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk36", "meta_title": "** Alias Item For *** SK36 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SK42 payload: {"sku": "MNRO-SK42", "name": "** Alias Item For *** SK42 - Maya Natural Rift White Oak - Port & Bell - Wall Finished Skin", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sk42-maya-natural-rift-white-oak-port-bell-wall-finished-skin-mnro-sk42", "meta_title": "** Alias Item For *** SK42 - Maya Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "420", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-SM8 payload: {"sku": "MNRO-SM8", "name": "*** Alias Item For *** SM8 - Natural Rift White Oak - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-natural-rift-white-oak-port-bell-molding-scribe-mnro-sm8", "meta_title": "*** Alias Item For *** SM8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["404", "404", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MNRO-TK8 payload: {"sku": "MNRO-TK8", "name": "*** Alias Item For *** TK8 - Natural Rift White Oak - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-natural-rift-white-oak-port-bell-molding-toe-kick-mnro-tk8", "meta_title": "*** Alias Item For *** TK8 - Natural Rift White Oak - Port & Bell - Mo", "category_ids": ["404", "404", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MNRO-TKBM8 payload: {"sku": "MNRO-TKBM8", "name": "*** Alias Item For *** TKBM8 - Natural Rift White Oak - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-natural-rift-white-oak-port-bell-molding-base-mnro-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Natural Rift White Oak - Port & Bell - ", "category_ids": ["404", "404", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VA2421 payload: {"sku": "MNRO-VA2421", "name": "VA2421 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va2421-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-va2421", "meta_title": "VA2421 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VA3021 payload: {"sku": "MNRO-VA3021", "name": "VA3021 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3021-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-va3021", "meta_title": "VA3021 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VA3621 payload: {"sku": "MNRO-VA3621", "name": "VA3621 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-va3621", "meta_title": "VA3621 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembl", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VDB12-3 payload: {"sku": "MNRO-VDB12-3", "name": "VDB12-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vdb12-3", "meta_title": "VDB12-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VDB15-3 payload: {"sku": "MNRO-VDB15-3", "name": "VDB15-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vdb15-3", "meta_title": "VDB15-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VDB18-3 payload: {"sku": "MNRO-VDB18-3", "name": "VDB18-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vdb18-3", "meta_title": "VDB18-3 - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assemb", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD3021DL payload: {"sku": "MNRO-VSD3021DL", "name": "VSD3021DL - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dl-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd3021dl", "meta_title": "VSD3021DL - Maya Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD3021DR payload: {"sku": "MNRO-VSD3021DR", "name": "VSD3021DR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dr-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd3021dr", "meta_title": "VSD3021DR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD3621DL payload: {"sku": "MNRO-VSD3621DL", "name": "VSD3621DL - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dl-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd3621dl", "meta_title": "VSD3621DL - Maya Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD3621DR payload: {"sku": "MNRO-VSD3621DR", "name": "VSD3621DR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dr-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd3621dr", "meta_title": "VSD3621DR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Asse", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD4821DLR payload: {"sku": "MNRO-VSD4821DLR", "name": "VSD4821DLR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd4821dlr-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd4821dlr", "meta_title": "VSD4821DLR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Ass", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-VSD6021DLR payload: {"sku": "MNRO-VSD6021DLR", "name": "VSD6021DLR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd6021dlr-maya-natural-rift-white-oak-port-bell-vanity-assembled-mnro-vsd6021dlr", "meta_title": "VSD6021DLR - Maya Natural Rift White Oak - Port & Bell - Vanity -- Ass", "category_ids": ["404", "404", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection"], "custom_attribute_count": 90}
INFO:magento.sync_service:Magento PUT product MNRO-WBC2730 payload: {"sku": "MNRO-WBC2730", "name": "WBC2730 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2730-maya-natural-rift-white-oak-port-bell-wall-blind-27-assembled-mnro-wbc2730", "meta_title": "WBC2730 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["404", "404", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WBC2736 payload: {"sku": "MNRO-WBC2736", "name": "WBC2736 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2736-maya-natural-rift-white-oak-port-bell-wall-blind-27-assembled-mnro-wbc2736", "meta_title": "WBC2736 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["404", "404", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Plan progress: 300/311 actions (299 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product MNRO-WBC2742 payload: {"sku": "MNRO-WBC2742", "name": "WBC2742 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2742-maya-natural-rift-white-oak-port-bell-wall-blind-27-assembled-mnro-wbc2742", "meta_title": "WBC2742 - Maya Natural Rift White Oak - Port & Bell - Wall Blind 27 --", "category_ids": ["404", "404", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WCOR2430 payload: {"sku": "MNRO-WCOR2430", "name": "WCOR2430 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2430-maya-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mnro-wcor2430", "meta_title": "WCOR2430 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["404", "404", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WCOR2436 payload: {"sku": "MNRO-WCOR2436", "name": "WCOR2436 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2436-maya-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mnro-wcor2436", "meta_title": "WCOR2436 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["404", "404", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WCOR2442 payload: {"sku": "MNRO-WCOR2442", "name": "WCOR2442 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2442-maya-natural-rift-white-oak-port-bell-wall-pie-cut-corner-assembled-mnro-wcor2442", "meta_title": "WCOR2442 - Maya Natural Rift White Oak - Port & Bell - Wall Pie Cut Co", "category_ids": ["404", "404", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WDC2430 payload: {"sku": "MNRO-WDC2430", "name": "WDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mnro-wdc2430", "meta_title": "WDC2430 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["404", "404", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-WDC2436 payload: {"sku": "MNRO-WDC2436", "name": "WDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mnro-wdc2436", "meta_title": "WDC2436 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["404", "404", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-WDC2442 payload: {"sku": "MNRO-WDC2442", "name": "WDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-maya-natural-rift-white-oak-port-bell-wall-diagonal-corner-assembled-mnro-wdc2442", "meta_title": "WDC2442 - Maya Natural Rift White Oak - Port & Bell - Wall Diagonal Co", "category_ids": ["404", "404", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-WECA30 payload: {"sku": "MNRO-WECA30", "name": "WECA30 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca30-maya-natural-rift-white-oak-port-bell-wall-angle-end-assembled-mnro-weca30", "meta_title": "WECA30 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["404", "404", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WECA36 payload: {"sku": "MNRO-WECA36", "name": "WECA36 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca36-maya-natural-rift-white-oak-port-bell-wall-angle-end-assembled-mnro-weca36", "meta_title": "WECA36 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["404", "404", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WECA42 payload: {"sku": "MNRO-WECA42", "name": "WECA42 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca42-maya-natural-rift-white-oak-port-bell-wall-angle-end-assembled-mnro-weca42", "meta_title": "WECA42 - Maya Natural Rift White Oak - Port & Bell - Wall Angle End --", "category_ids": ["404", "404", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WHB3624 payload: {"sku": "MNRO-WHB3624", "name": "WHB3624 - Maya Natural Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-maya-natural-rift-white-oak-port-bell-wall-hood-straight-assembled-mnro-whb3624", "meta_title": "WHB3624 - Maya Natural Rift White Oak - Port & Bell - Wall Hood Straig", "category_ids": ["404", "404", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MNRO-WHB3630 payload: {"sku": "MNRO-WHB3630", "name": "WHB3630 - Maya Natural Rift White Oak - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-maya-natural-rift-white-oak-port-bell-wall-hood-straight-assembled-mnro-whb3630", "meta_title": "WHB3630 - Maya Natural Rift White Oak - Port & Bell - Wall Hood Straig", "category_ids": ["404", "404", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:app.jobs.magento_sync_worker:[queue=1716] stage=done: job_id=1239 success=311 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1717 label=push-channel-sample-magento-images-20260806-064156 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1717 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1717] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-064156
INFO:app.jobs.magento_sync_worker:[queue=1717] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1717] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1717] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1717] stage=snapshots: 500 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1717] stage=sync: starting incremental sync job_id=1240 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 500 items (job_id=1240)
INFO:magento.sync_service:Executing plan: 500 pending actions (job_id=1240)
WARNING:magento.sync_service:Media upload failed for MBRO-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 1/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 1/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648 3/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPP9648GL 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPPB9648 1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPPB9648 1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-FPPB9648 1/2 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MBRO-GDW1542 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 100/500 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for MBRO-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-SB33 pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/MBRO-TOUCH%20UP%20KIT/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MBRO-TOUCH%20UP%20KIT/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/MBRO-TOUCH%20UP%20KIT/media
WARNING:magento.sync_service:Media upload failed for MBRO-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MBRO-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/500 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for MNRO-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC39/42L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R-MC pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R-MC pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48FHL/R-MC pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=6: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BBC45/48L/R pos=7: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BCOR36L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-BEC1224R pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-BEC1224R pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/MNRO-BH39/media/60087 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MNRO-BH39/media/60087 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/MNRO-BH39/media/60087
WARNING:magento.sync_service:Media upload failed for MNRO-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-DWR3L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-DWR3L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-DWR3L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-DWR3L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 300/500 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 1/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 1/4 pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 3/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 3/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648 3/4 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648GL 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648GL 1/4 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPP9648GL 1/4 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPPB9648 1/2 pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPPB9648 1/2 pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-FPPB9648 1/2 pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MNRO-GD-WDC2442 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-GDWDC2442 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-SB33 pos=2: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/500 actions (399 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for MNRO-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MNRO-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/MNRO-W3342/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MNRO-W3342/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/MNRO-W3342/media
INFO:magento.sync_service:Plan progress: 500/500 actions (499 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1717] stage=done: job_id=1240 success=500 errors=0
INFO:__main__:Magento push batch 10/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1718 label=push-channel-sample-magento-products-20260806-074501 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1718 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1718] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-074501
INFO:app.jobs.magento_sync_worker:[queue=1718] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=30458
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=30458
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: dataframe done rows=500 elapsed_ms=1266
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=normalize: done, 500 rows ready elapsed_ms=31842
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=provision_configurable: done elapsed_ms=5 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=sync: starting incremental sync job_id=1241 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 118 items (job_id=1241)
INFO:magento.sync_service:Executing plan: 118 pending actions (job_id=1241)
INFO:magento.sync_service:Magento PUT product MNRO-WOCD2430 payload: {"sku": "MNRO-WOCD2430", "name": "*** Alias Item *** For WOCD2430 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mnro-wocd2430", "meta_title": "*** Alias Item *** For WOCD2430 - Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-WOCD2436 payload: {"sku": "MNRO-WOCD2436", "name": "*** Alias Item *** For WOCD2436 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mnro-wocd2436", "meta_title": "*** Alias Item *** For WOCD2436 - Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MNRO-WOCD2442 payload: {"sku": "MNRO-WOCD2442", "name": "*** Alias Item *** For WOCD2442 - Natural Rift White Oak - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-natural-rift-white-oak-port-bell-wall-open-diagonal-corner-no-door-assembled-mnro-wocd2442", "meta_title": "*** Alias Item *** For WOCD2442 - Natural Rift White Oak - Port & Bell", "category_ids": ["404", "404", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-B12 payload: {"sku": "MSW-B12", "name": "B12 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b12-maya-snow-white-port-bell-base-assembled-msw-b12", "meta_title": "B12 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-B15 payload: {"sku": "MSW-B15", "name": "B15 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b15-maya-snow-white-port-bell-base-assembled-msw-b15", "meta_title": "B15 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-B18 payload: {"sku": "MSW-B18", "name": "B18 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b18-maya-snow-white-port-bell-base-assembled-msw-b18", "meta_title": "B18 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-B21 payload: {"sku": "MSW-B21", "name": "B21 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b21-maya-snow-white-port-bell-base-assembled-msw-b21", "meta_title": "B21 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "4", "4", "471"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-B24 payload: {"sku": "MSW-B24", "name": "B24 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b24-maya-snow-white-port-bell-base-assembled-msw-b24", "meta_title": "B24 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-B27 payload: {"sku": "MSW-B27", "name": "B27 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b27-maya-snow-white-port-bell-base-assembled-msw-b27", "meta_title": "B27 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-B30 payload: {"sku": "MSW-B30", "name": "B30 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b30-maya-snow-white-port-bell-base-assembled-msw-b30", "meta_title": "B30 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-B33 payload: {"sku": "MSW-B33", "name": "B33 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b33-maya-snow-white-port-bell-base-assembled-msw-b33", "meta_title": "B33 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-B36 payload: {"sku": "MSW-B36", "name": "B36 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b36-maya-snow-white-port-bell-base-assembled-msw-b36", "meta_title": "B36 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-B39 payload: {"sku": "MSW-B39", "name": "B39 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "b39-maya-snow-white-port-bell-base-assembled-msw-b39", "meta_title": "B39 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "506", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-BBC36/39L/R payload: {"sku": "MSW-BBC36/39L/R", "name": "BBC36/39L/R - Maya Snow White - Port & Bell - Base Corner Blind 9\" door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc36-39l-r-maya-snow-white-port-bell-base-corner-blind-9-door-assembled-msw-bbc36-39l-r", "meta_title": "BBC36/39L/R - Maya Snow White - Port & Bell - Base Corner Blind 9\" doo", "category_ids": ["405", "405", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BBC39/42L/R payload: {"sku": "MSW-BBC39/42L/R", "name": "BBC39/42L/R - Maya Snow White - Port & Bell - Base Corner Blind 15\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc39-42l-r-maya-snow-white-port-bell-base-corner-blind-15-door-assembled-msw-bbc39-42l-r", "meta_title": "BBC39/42L/R - Maya Snow White - Port & Bell - Base Corner Blind 15\" Do", "category_ids": ["405", "405", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BBC45/48FHL/R payload: {"sku": "MSW-BBC45/48FHL/R", "name": "BBC45/48FHL/R - Maya Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-maya-snow-white-port-bell-base-corner-blind-17-5-door-assembled-msw-bbc45-48fhl-r", "meta_title": "BBC45/48FHL/R - Maya Snow White - Port & Bell - Base Corner Blind 17.5", "category_ids": ["405", "405", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-BBC45/48FHL/R-MC payload: {"sku": "MSW-BBC45/48FHL/R-MC", "name": "BBC45/48FHL/R-MC - Maya Snow White - Port & Bell - Base Corner Blind Magic Corner 17.5Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48fhl-r-mc-maya-snow-white-port-bell-base-corner-blind-magic-corner-17-5base-corner-blind-17-5-door-assembled-msw-bbc45-48fhl-r-mc", "meta_title": "BBC45/48FHL/R-MC - Maya Snow White - Port & Bell - Base Corner Blind M", "category_ids": ["405", "405", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-BBC45/48L/R payload: {"sku": "MSW-BBC45/48L/R", "name": "BBC45/48L/R - Maya Snow White - Port & Bell - Base Corner Blind 17.5\" Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bbc45-48l-r-maya-snow-white-port-bell-base-corner-blind-17-5-door-assembled-msw-bbc45-48l-r", "meta_title": "BBC45/48L/R - Maya Snow White - Port & Bell - Base Corner Blind 17.5\" ", "category_ids": ["405", "405", "435", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-BEC1224L payload: {"sku": "MSW-BEC1224L", "name": "BEC1224L - Maya Snow White - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224l-maya-snow-white-port-bell-base-angle-end-assembled-msw-bec1224l", "meta_title": "BEC1224L - Maya Snow White - Port & Bell - Base Angle End -- Assembled", "category_ids": ["405", "405", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BEC1224R payload: {"sku": "MSW-BEC1224R", "name": "BEC1224R - Maya Snow White - Port & Bell - Base Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bec1224r-maya-snow-white-port-bell-base-angle-end-assembled-msw-bec1224r", "meta_title": "BEC1224R - Maya Snow White - Port & Bell - Base Angle End -- Assembled", "category_ids": ["405", "405", "464", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BF3 payload: {"sku": "MSW-BF3", "name": "*** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf3-snow-white-port-bell-filler-base-msw-bf3", "meta_title": "*** Alias Item For *** BF3 - Snow White - Port & Bell - Filler Base", "category_ids": ["405", "405", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-BF6 payload: {"sku": "MSW-BF6", "name": "*** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bf6-snow-white-port-bell-filler-base-msw-bf6", "meta_title": "*** Alias Item For *** BF6 - Snow White - Port & Bell - Filler Base", "category_ids": ["405", "405", "4", "4", "500"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-BH09 payload: {"sku": "MSW-BH09", "name": "BH09 - Maya Snow White - Port & Bell - Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh09-maya-snow-white-port-bell-base-assembled-msw-bh09", "meta_title": "BH09 - Maya Snow White - Port & Bell - Base -- Assembled --", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-BH12 payload: {"sku": "MSW-BH12", "name": "BH12 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh12-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh12", "meta_title": "BH12 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-BH15 payload: {"sku": "MSW-BH15", "name": "BH15 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh15-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh15", "meta_title": "BH15 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-BH18 payload: {"sku": "MSW-BH18", "name": "BH18 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh18-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh18", "meta_title": "BH18 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-BH21 payload: {"sku": "MSW-BH21", "name": "BH21 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh21-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh21", "meta_title": "BH21 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-BH24 payload: {"sku": "MSW-BH24", "name": "BH24 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh24-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh24", "meta_title": "BH24 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BH27 payload: {"sku": "MSW-BH27", "name": "BH27 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh27-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh27", "meta_title": "BH27 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BH30 payload: {"sku": "MSW-BH30", "name": "BH30 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh30-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh30", "meta_title": "BH30 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BH33 payload: {"sku": "MSW-BH33", "name": "BH33 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh33-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh33", "meta_title": "BH33 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BH36 payload: {"sku": "MSW-BH36", "name": "BH36 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh36-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh36", "meta_title": "BH36 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-BH39 payload: {"sku": "MSW-BH39", "name": "BH39 - Maya Snow White - Port & Bell - Base Full Height Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bh39-maya-snow-white-port-bell-base-full-height-door-assembled-msw-bh39", "meta_title": "BH39 - Maya Snow White - Port & Bell - Base Full Height Door -- Assemb", "category_ids": ["405", "405", "4", "4", "434"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-BM8 payload: {"sku": "MSW-BM8", "name": "*** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-bm8-snow-white-port-bell-molding-bead-msw-bm8", "meta_title": "*** Alias Item For *** BM8 - Snow White - Port & Bell - Molding Bead", "category_ids": ["405", "405", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MSW-BMC24 payload: {"sku": "MSW-BMC24", "name": "BMC24 - Maya Snow White - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc24-maya-snow-white-port-bell-base-microwave-assembled-msw-bmc24", "meta_title": "BMC24 - Maya Snow White - Port & Bell - Base Microwave -- Assembled --", "category_ids": ["405", "405", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-BMC30 payload: {"sku": "MSW-BMC30", "name": "BMC30 - Maya Snow White - Port & Bell - Base Microwave -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "bmc30-maya-snow-white-port-bell-base-microwave-assembled-msw-bmc30", "meta_title": "BMC30 - Maya Snow White - Port & Bell - Base Microwave -- Assembled --", "category_ids": ["405", "405", "507", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-CVM8 payload: {"sku": "MSW-CVM8", "name": "*** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-cvm8-snow-white-port-bell-molding-cove-crown-msw-cvm8", "meta_title": "*** Alias Item For *** CVM8 - Snow White - Port & Bell - Molding Cove ", "category_ids": ["405", "405", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB12-3 payload: {"sku": "MSW-DB12-3", "name": "DB12-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db12-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db12-3", "meta_title": "DB12-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB15-3 payload: {"sku": "MSW-DB15-3", "name": "DB15-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db15-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db15-3", "meta_title": "DB15-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB18-3 payload: {"sku": "MSW-DB18-3", "name": "DB18-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db18-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db18-3", "meta_title": "DB18-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB21-3 payload: {"sku": "MSW-DB21-3", "name": "DB21-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db21-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db21-3", "meta_title": "DB21-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB24-3 payload: {"sku": "MSW-DB24-3", "name": "DB24-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db24-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db24-3", "meta_title": "DB24-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB27-3 payload: {"sku": "MSW-DB27-3", "name": "DB27-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db27-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db27-3", "meta_title": "DB27-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB30-2 payload: {"sku": "MSW-DB30-2", "name": "DB30-2 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-2-maya-snow-white-port-bell-drawer-base-assembled-msw-db30-2", "meta_title": "DB30-2 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB30-3 payload: {"sku": "MSW-DB30-3", "name": "DB30-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db30-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db30-3", "meta_title": "DB30-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB33-3 payload: {"sku": "MSW-DB33-3", "name": "DB33-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db33-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db33-3", "meta_title": "DB33-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-DB36-3 payload: {"sku": "MSW-DB36-3", "name": "DB36-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "db36-3-maya-snow-white-port-bell-drawer-base-assembled-msw-db36-3", "meta_title": "DB36-3 - Maya Snow White - Port & Bell - Drawer Base -- Assembled --", "category_ids": ["405", "405", "525", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-EZR33 payload: {"sku": "MSW-EZR33", "name": "EZR33 - Maya Snow White - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr33-maya-snow-white-port-bell-base-corner-ez-reach-assembled-msw-ezr33", "meta_title": "EZR33 - Maya Snow White - Port & Bell - Base Corner EZ Reach -- Assemb", "category_ids": ["405", "405", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-EZR36 payload: {"sku": "MSW-EZR36", "name": "EZR36 - Maya Snow White - Port & Bell - Base Corner EZ Reach -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "ezr36-maya-snow-white-port-bell-base-corner-ez-reach-assembled-msw-ezr36", "meta_title": "EZR36 - Maya Snow White - Port & Bell - Base Corner EZ Reach -- Assemb", "category_ids": ["405", "405", "4", "4", "509"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-FPP9648 1/4 payload: {"sku": "MSW-FPP9648 1/4", "name": "*** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-1-4-snow-white-port-bell-panel-msw-fpp9648-1-4", "meta_title": "*** Alias Item For *** FPP9648 1/4 - Snow White - Port & Bell - Panel", "category_ids": ["405", "405", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-FPP9648 3/4 payload: {"sku": "MSW-FPP9648 3/4", "name": "*** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fpp9648-3-4-snow-white-port-bell-panel-msw-fpp9648-3-4", "meta_title": "*** Alias Item For *** FPP9648 3/4 - Snow White - Port & Bell - Panel", "category_ids": ["405", "405", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-FS24 payload: {"sku": "MSW-FS24", "name": "*** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs24-snow-white-port-bell-floating-shelf-msw-fs24", "meta_title": "*** Alias Item For *** FS24 - Snow White - Port & Bell - Floating Shel", "category_ids": ["431", "405", "405", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-FS30 payload: {"sku": "MSW-FS30", "name": "*** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs30-snow-white-port-bell-floating-shelf-msw-fs30", "meta_title": "*** Alias Item For *** FS30 - Snow White - Port & Bell - Floating Shel", "category_ids": ["405", "405", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-FS36 payload: {"sku": "MSW-FS36", "name": "*** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs36-snow-white-port-bell-floating-shelf-msw-fs36", "meta_title": "*** Alias Item For *** FS36 - Snow White - Port & Bell - Floating Shel", "category_ids": ["405", "405", "4", "4", "442"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-FS60 payload: {"sku": "MSW-FS60", "name": "*** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shelf", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-fs60-snow-white-port-bell-floating-shelf-msw-fs60", "meta_title": "*** Alias Item For *** FS60 - Snow White - Port & Bell - Floating Shel", "category_ids": ["431", "405", "405", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-GD-WDC2430 payload: {"sku": "MSW-GD-WDC2430", "name": "GD-WDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2430-maya-snow-white-port-bell-wall-diagonal-corner-glass-door-only-msw-gd-wdc2430", "meta_title": "GD-WDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["405", "405", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-GD-WDC2436 payload: {"sku": "MSW-GD-WDC2436", "name": "GD-WDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2436-maya-snow-white-port-bell-wall-diagonal-corner-glass-door-only-msw-gd-wdc2436", "meta_title": "GD-WDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["405", "405", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-GD-WDC2442 payload: {"sku": "MSW-GD-WDC2442", "name": "GD-WDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glass Door Only", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gd-wdc2442-maya-snow-white-port-bell-wall-diagonal-corner-glass-door-only-msw-gd-wdc2442", "meta_title": "GD-WDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner Glas", "category_ids": ["405", "405", "516", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-GDWDC2430 payload: {"sku": "MSW-GDWDC2430", "name": "GDWDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2430-maya-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-msw-gdwdc2430", "meta_title": "GDWDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["405", "405", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-GDWDC2436 payload: {"sku": "MSW-GDWDC2436", "name": "GDWDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2436-maya-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-msw-gdwdc2436", "meta_title": "GDWDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["405", "405", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-GDWDC2442 payload: {"sku": "MSW-GDWDC2442", "name": "GDWDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner with Glass Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "gdwdc2442-maya-snow-white-port-bell-wall-diagonal-corner-with-glass-door-assembled-msw-gdwdc2442", "meta_title": "GDWDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner with ", "category_ids": ["405", "405", "4", "4", "523"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-LCVM8 payload: {"sku": "MSW-LCVM8", "name": "*** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lcvm8-snow-white-port-bell-molding-cove-crown-msw-lcvm8", "meta_title": "*** Alias Item For *** LCVM8 - Snow White - Port & Bell - Molding Cove", "category_ids": ["405", "405", "4", "4", "492"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-LM8 payload: {"sku": "MSW-LM8", "name": "*** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lm8-snow-white-port-bell-molding-light-rail-msw-lm8", "meta_title": "*** Alias Item For *** LM8 - Snow White - Port & Bell - Molding Light ", "category_ids": ["532", "405", "405", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/light-rail' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-LRM8 payload: {"sku": "MSW-LRM8", "name": "*** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light Rail", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-lrm8-snow-white-port-bell-molding-light-rail-msw-lrm8", "meta_title": "*** Alias Item For *** LRM8 - Snow White - Port & Bell - Molding Light", "category_ids": ["532", "405", "405", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MSW-MWEP15 payload: {"sku": "MSW-MWEP15", "name": "MWEP15 - Maya Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep15-maya-snow-white-port-bell-wall-deco-end-panel-msw-mwep15", "meta_title": "MWEP15 - Maya Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["405", "405", "416", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-MWEP30 payload: {"sku": "MSW-MWEP30", "name": "MWEP30 - Maya Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep30-maya-snow-white-port-bell-wall-deco-end-panel-msw-mwep30", "meta_title": "MWEP30 - Maya Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["405", "405", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-MWEP36 payload: {"sku": "MSW-MWEP36", "name": "MWEP36 - Maya Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep36-maya-snow-white-port-bell-wall-deco-end-panel-msw-mwep36", "meta_title": "MWEP36 - Maya Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["405", "405", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-MWEP42 payload: {"sku": "MSW-MWEP42", "name": "MWEP42 - Maya Snow White - Port & Bell - Wall Deco End Panel", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "mwep42-maya-snow-white-port-bell-wall-deco-end-panel-msw-mwep42", "meta_title": "MWEP42 - Maya Snow White - Port & Bell - Wall Deco End Panel", "category_ids": ["405", "405", "4", "4", "501"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-OC3384 payload: {"sku": "MSW-OC3384", "name": "OC3384 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3384-maya-snow-white-port-bell-tall-oven-single-assembled-msw-oc3384", "meta_title": "OC3384 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assemble", "category_ids": ["405", "405", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-OC3390 payload: {"sku": "MSW-OC3390", "name": "OC3390 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3390-maya-snow-white-port-bell-tall-oven-single-assembled-msw-oc3390", "meta_title": "OC3390 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assemble", "category_ids": ["405", "405", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-OC3396 payload: {"sku": "MSW-OC3396", "name": "OC3396 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "oc3396-maya-snow-white-port-bell-tall-oven-single-assembled-msw-oc3396", "meta_title": "OC3396 - Maya Snow White - Port & Bell - Tall Oven Single  -- Assemble", "category_ids": ["405", "405", "421", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 94}
INFO:magento.sync_service:Magento PUT product MSW-OCM8-1 payload: {"sku": "MSW-OCM8-1", "name": "*** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Outside Corner", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-ocm8-1-snow-white-port-bell-molding-outside-corner-msw-ocm8-1", "meta_title": "*** Alias Item For *** OCM8-1 - Snow White - Port & Bell - Molding Out", "category_ids": ["405", "405", "4", "4", "495"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-REP120 payload: {"sku": "MSW-REP120", "name": "*** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep120-snow-white-port-bell-panel-refrigerator-end-msw-rep120", "meta_title": "*** Alias Item For *** REP120 - Snow White - Port & Bell - Panel Refri", "category_ids": ["405", "405", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MSW-REP96 payload: {"sku": "MSW-REP96", "name": "*** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrigerator End", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-rep96-snow-white-port-bell-panel-refrigerator-end-msw-rep96", "meta_title": "*** Alias Item For *** REP96 - Snow White - Port & Bell - Panel Refrig", "category_ids": ["405", "405", "4", "4", "419"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-SB24 payload: {"sku": "MSW-SB24", "name": "SB24 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb24-maya-snow-white-port-bell-sink-base-assembled-msw-sb24", "meta_title": "SB24 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SB27 payload: {"sku": "MSW-SB27", "name": "SB27 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb27-maya-snow-white-port-bell-sink-base-assembled-msw-sb27", "meta_title": "SB27 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SB30 payload: {"sku": "MSW-SB30", "name": "SB30 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb30-maya-snow-white-port-bell-sink-base-assembled-msw-sb30", "meta_title": "SB30 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SB33 payload: {"sku": "MSW-SB33", "name": "SB33 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb33-maya-snow-white-port-bell-sink-base-assembled-msw-sb33", "meta_title": "SB33 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SB36 payload: {"sku": "MSW-SB36", "name": "SB36 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sb36-maya-snow-white-port-bell-sink-base-assembled-msw-sb36", "meta_title": "SB36 - Maya Snow White - Port & Bell - Sink Base -- Assembled --", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SBF30 payload: {"sku": "MSW-SBF30", "name": "SBF30 - Maya Snow White - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf30-maya-snow-white-port-bell-sink-base-farm-apron-front-assembled-msw-sbf30", "meta_title": "SBF30 - Maya Snow White - Port & Bell - Sink Base Farm Apron Front -- ", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-SBF36 payload: {"sku": "MSW-SBF36", "name": "SBF36 - Maya Snow White - Port & Bell - Sink Base Farm Apron Front -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "sbf36-maya-snow-white-port-bell-sink-base-farm-apron-front-assembled-msw-sbf36", "meta_title": "SBF36 - Maya Snow White - Port & Bell - Sink Base Farm Apron Front -- ", "category_ids": ["405", "405", "442", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/bead-molding' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-SBM8 payload: {"sku": "MSW-SBM8", "name": "*** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Single Bead", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sbm8-snow-white-port-bell-molding-single-bead-msw-sbm8", "meta_title": "*** Alias Item For *** SBM8 - Snow White - Port & Bell - Molding Singl", "category_ids": ["413", "405", "405", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MSW-SM8 payload: {"sku": "MSW-SM8", "name": "*** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-sm8-snow-white-port-bell-molding-scribe-msw-sm8", "meta_title": "*** Alias Item For *** SM8 - Snow White - Port & Bell - Molding Scribe", "category_ids": ["405", "405", "4", "4", "496"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description"], "custom_attribute_count": 93}
INFO:magento.sync_service:Magento PUT product MSW-TK8 payload: {"sku": "MSW-TK8", "name": "*** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Kick", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tk8-snow-white-port-bell-molding-toe-kick-msw-tk8", "meta_title": "*** Alias Item For *** TK8 - Snow White - Port & Bell - Molding Toe Ki", "category_ids": ["405", "405", "4", "4", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/furniture-base' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-TKBM8 payload: {"sku": "MSW-TKBM8", "name": "*** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tkbm8-snow-white-port-bell-molding-base-msw-tkbm8", "meta_title": "*** Alias Item For *** TKBM8 - Snow White - Port & Bell - Molding Base", "category_ids": ["405", "405", "4", "4", "493"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
WARNING:magento.sync_service:Attribute shopping_l2: catalog value 'moldings/large-crown' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product MSW-TLM8 payload: {"sku": "MSW-TLM8", "name": "*** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-tlm8-snow-white-port-bell-molding-large-crown-msw-tlm8", "meta_title": "*** Alias Item For *** TLM8 - Snow White - Port & Bell - Molding Large", "category_ids": ["405", "405", "4", "4", "499"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included"], "custom_attribute_count": 92}
INFO:magento.sync_service:Magento PUT product MSW-VA2421 payload: {"sku": "MSW-VA2421", "name": "VA2421 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va2421-maya-snow-white-port-bell-vanity-assembled-msw-va2421", "meta_title": "VA2421 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VA3021 payload: {"sku": "MSW-VA3021", "name": "VA3021 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3021-maya-snow-white-port-bell-vanity-assembled-msw-va3021", "meta_title": "VA3021 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VA3621 payload: {"sku": "MSW-VA3621", "name": "VA3621 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "va3621-maya-snow-white-port-bell-vanity-assembled-msw-va3621", "meta_title": "VA3621 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VDB12-3 payload: {"sku": "MSW-VDB12-3", "name": "VDB12-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb12-3-maya-snow-white-port-bell-vanity-assembled-msw-vdb12-3", "meta_title": "VDB12-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VDB15-3 payload: {"sku": "MSW-VDB15-3", "name": "VDB15-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb15-3-maya-snow-white-port-bell-vanity-assembled-msw-vdb15-3", "meta_title": "VDB15-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VDB18-3 payload: {"sku": "MSW-VDB18-3", "name": "VDB18-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vdb18-3-maya-snow-white-port-bell-vanity-assembled-msw-vdb18-3", "meta_title": "VDB18-3 - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD3021DL payload: {"sku": "MSW-VSD3021DL", "name": "VSD3021DL - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dl-maya-snow-white-port-bell-vanity-assembled-msw-vsd3021dl", "meta_title": "VSD3021DL - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD3021DR payload: {"sku": "MSW-VSD3021DR", "name": "VSD3021DR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3021dr-maya-snow-white-port-bell-vanity-assembled-msw-vsd3021dr", "meta_title": "VSD3021DR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD3621DL payload: {"sku": "MSW-VSD3621DL", "name": "VSD3621DL - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dl-maya-snow-white-port-bell-vanity-assembled-msw-vsd3621dl", "meta_title": "VSD3621DL - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD3621DR payload: {"sku": "MSW-VSD3621DR", "name": "VSD3621DR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd3621dr-maya-snow-white-port-bell-vanity-assembled-msw-vsd3621dr", "meta_title": "VSD3621DR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD4821DLR payload: {"sku": "MSW-VSD4821DLR", "name": "VSD4821DLR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd4821dlr-maya-snow-white-port-bell-vanity-assembled-msw-vsd4821dlr", "meta_title": "VSD4821DLR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-VSD6021DLR payload: {"sku": "MSW-VSD6021DLR", "name": "VSD6021DLR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "vsd6021dlr-maya-snow-white-port-bell-vanity-assembled-msw-vsd6021dlr", "meta_title": "VSD6021DLR - Maya Snow White - Port & Bell - Vanity -- Assembled --", "category_ids": ["405", "405", "467", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color", "meta_description", "shelves_included", "item_style_prefix"], "custom_attribute_count": 91}
INFO:magento.sync_service:Magento PUT product MSW-WBC2730 payload: {"sku": "MSW-WBC2730", "name": "WBC2730 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2730-maya-snow-white-port-bell-wall-blind-27-assembled-msw-wbc2730", "meta_title": "WBC2730 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled -", "category_ids": ["405", "405", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Plan progress: 100/118 actions (99 ok, 0 fail)
INFO:magento.sync_service:Magento PUT product MSW-WBC2736 payload: {"sku": "MSW-WBC2736", "name": "WBC2736 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2736-maya-snow-white-port-bell-wall-blind-27-assembled-msw-wbc2736", "meta_title": "WBC2736 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled -", "category_ids": ["405", "405", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WBC2742 payload: {"sku": "MSW-WBC2742", "name": "WBC2742 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wbc2742-maya-snow-white-port-bell-wall-blind-27-assembled-msw-wbc2742", "meta_title": "WBC2742 - Maya Snow White - Port & Bell - Wall Blind 27 -- Assembled -", "category_ids": ["405", "405", "536", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WCOR2430 payload: {"sku": "MSW-WCOR2430", "name": "WCOR2430 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2430-maya-snow-white-port-bell-wall-pie-cut-corner-assembled-msw-wcor2430", "meta_title": "WCOR2430 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Asse", "category_ids": ["405", "405", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WCOR2436 payload: {"sku": "MSW-WCOR2436", "name": "WCOR2436 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2436-maya-snow-white-port-bell-wall-pie-cut-corner-assembled-msw-wcor2436", "meta_title": "WCOR2436 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Asse", "category_ids": ["405", "405", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WCOR2442 payload: {"sku": "MSW-WCOR2442", "name": "WCOR2442 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wcor2442-maya-snow-white-port-bell-wall-pie-cut-corner-assembled-msw-wcor2442", "meta_title": "WCOR2442 - Maya Snow White - Port & Bell - Wall Pie Cut Corner -- Asse", "category_ids": ["405", "405", "4", "4", "455"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WDC2430 payload: {"sku": "MSW-WDC2430", "name": "WDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2430-maya-snow-white-port-bell-wall-diagonal-corner-assembled-msw-wdc2430", "meta_title": "WDC2430 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Asse", "category_ids": ["405", "405", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-WDC2436 payload: {"sku": "MSW-WDC2436", "name": "WDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2436-maya-snow-white-port-bell-wall-diagonal-corner-assembled-msw-wdc2436", "meta_title": "WDC2436 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Asse", "category_ids": ["405", "405", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-WDC2442 payload: {"sku": "MSW-WDC2442", "name": "WDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "wdc2442-maya-snow-white-port-bell-wall-diagonal-corner-assembled-msw-wdc2442", "meta_title": "WDC2442 - Maya Snow White - Port & Bell - Wall Diagonal Corner -- Asse", "category_ids": ["405", "405", "449", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-WECA30 payload: {"sku": "MSW-WECA30", "name": "WECA30 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca30-maya-snow-white-port-bell-wall-angle-end-assembled-msw-weca30", "meta_title": "WECA30 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled -", "category_ids": ["405", "405", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WECA36 payload: {"sku": "MSW-WECA36", "name": "WECA36 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca36-maya-snow-white-port-bell-wall-angle-end-assembled-msw-weca36", "meta_title": "WECA36 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled -", "category_ids": ["405", "405", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WECA42 payload: {"sku": "MSW-WECA42", "name": "WECA42 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "weca42-maya-snow-white-port-bell-wall-angle-end-assembled-msw-weca42", "meta_title": "WECA42 - Maya Snow White - Port & Bell - Wall Angle End -- Assembled -", "category_ids": ["405", "405", "537", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction", "collection_color"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WHB3624 payload: {"sku": "MSW-WHB3624", "name": "WHB3624 - Maya Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3624-maya-snow-white-port-bell-wall-hood-straight-assembled-msw-whb3624", "meta_title": "WHB3624 - Maya Snow White - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["405", "405", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WHB3630 payload: {"sku": "MSW-WHB3630", "name": "WHB3630 - Maya Snow White - Port & Bell - Wall Hood Straight -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "whb3630-maya-snow-white-port-bell-wall-hood-straight-assembled-msw-whb3630", "meta_title": "WHB3630 - Maya Snow White - Port & Bell - Wall Hood Straight -- Assemb", "category_ids": ["405", "405", "4", "4", "460"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 95}
INFO:magento.sync_service:Magento PUT product MSW-WOCD2430 payload: {"sku": "MSW-WOCD2430", "name": "*** Alias Item For *** WOCD2430 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2430-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-msw-wocd2430", "meta_title": "*** Alias Item For *** WOCD2430 - Snow White - Port & Bell - Wall Open", "category_ids": ["405", "405", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-WOCD2436 payload: {"sku": "MSW-WOCD2436", "name": "*** Alias Item For *** WOCD2436 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2436-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-msw-wocd2436", "meta_title": "*** Alias Item For *** WOCD2436 - Snow White - Port & Bell - Wall Open", "category_ids": ["405", "405", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
INFO:magento.sync_service:Magento PUT product MSW-WOCD2442 payload: {"sku": "MSW-WOCD2442", "name": "*** Alias Item For *** WOCD2442 - Snow White - Port & Bell - Wall Open Diagonal Corner No Door -- Assembled --", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "alias-item-for-wocd2442-snow-white-port-bell-wall-open-diagonal-corner-no-door-assembled-msw-wocd2442", "meta_title": "*** Alias Item For *** WOCD2442 - Snow White - Port & Bell - Wall Open", "category_ids": ["405", "405", "4", "4", "449"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "width", "height", "hinges", "overlay", "warranty", "item_size", "materials", "door_count", "door_style", "drawer_box", "soft_close", "finish_type", "shelf_clips", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "assembly_type", "drawer_slides", "materials_box", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "wall_cabinets", "kcma_certified", "variation_axis", "assembled_depth", "assembled_width", "vendorinventory", "assembled_or_rta", "box_construction"], "custom_attribute_count": 96}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product PB-CH-CB payload: {"sku": "PB-CH-CB", "name": "CB - Caramel Harvest - Port & Bell - Sample Color Block", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cb-caramel-harvest-port-bell-sample-color-block-pb-ch-cb", "meta_title": "CB - Caramel Harvest - Port & Bell - Sample Color Block", "category_ids": ["386", "386", "430", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "family", "item_size", "materials", "door_count", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "color_finish", "drawer_count", "manufacturer", "meta_keyword", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_description", "cabinet_door_included", "drawer_front_included", "additional_information", "cabinet_shelf_included", "cabinet_carcass_material", "cabinet_door_finish_type", "cabinet_door_wood_species", "installation_hardware_included"], "custom_attribute_count": 30}
WARNING:magento.sync_service:Attribute shopping_l1: catalog value 'anna-caramel-harvest' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product PB-CH-TK8 payload: {"sku": "PB-CH-TK8", "name": "Cab HE Molding Shaker Crown", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cab-he-molding-shaker-crown-pb-ch-tk8", "meta_title": "Cab HE Molding Shaker Crown", "category_ids": ["386", "386", "4", "4", "407", "407", "535"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "depth", "height", "item_size", "materials", "door_count", "soft_close", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "pkg_width_in", "pkg_height_in", "pkg_length_in", "pkg_weight_lb", "variation_axis", "assembled_depth", "assembled_width", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "variation_depth_in", "cabinet_description", "shopping_collection", "cabinet_door_included", "drawer_front_included", "packaged_gross_weight", "additional_information", "cabinet_shelf_included", "variation_option_label", "cabinet_carcass_material", "cabinet_door_finish_type", "packaged_dimension_width", "cabinet_door_wood_species", "packaged_dimension_height"], "custom_attribute_count": 41}
WARNING:magento.sync_service:Attribute shopping_collection: catalog value 'kitchen-cabinets' not in Magento option registry; skipping
INFO:magento.sync_service:Magento PUT product PB-CH-TOUCH UP KIT payload: {"sku": "PB-CH-TOUCH UP KIT", "name": "Cab HE Base Drawer 15w 3Drw", "type_id": "simple", "status": 1, "visibility": 4, "price": null, "url_key": "cab-he-base-drawer-15w-3drw-pb-ch-touch-up-kit", "meta_title": "Cab HE Base Drawer 15w 3Drw", "category_ids": ["386", "386", "468", "4", "4"], "custom_attribute_codes": ["description", "meta_title", "url_key", "brand", "family", "item_size", "materials", "door_count", "soft_close", "shopping_l1", "shopping_l2", "cabinet_type", "drawer_count", "manufacturer", "meta_keyword", "collection_color", "meta_description", "shelves_included", "item_style_prefix", "master_collection", "cabinet_description", "cabinet_door_included", "drawer_front_included", "additional_information", "cabinet_shelf_included", "cabinet_carcass_material", "cabinet_door_finish_type", "cabinet_door_wood_species", "installation_hardware_included"], "custom_attribute_count": 29}
INFO:app.jobs.magento_sync_worker:[queue=1718] stage=done: job_id=1241 success=118 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1719 label=push-channel-sample-magento-images-20260806-075001 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1719 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1719] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-075001
INFO:app.jobs.magento_sync_worker:[queue=1719] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1719] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1719] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1719] stage=snapshots: 421 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1719] stage=sync: starting incremental sync job_id=1242 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 421 items (job_id=1242)
INFO:magento.sync_service:Executing plan: 421 pending actions (job_id=1242)
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC36/39L/R pos=5: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC39/42L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC39/42L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48FHL/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48FHL/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48FHL/R-MC pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48FHL/R-MC pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BBC45/48L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR33L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR33L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR33L/R pos=2: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR33L/R pos=3: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR33L/R pos=4: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR36L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-BCOR36L/R pos=1: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for MSW-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 100/421 actions (99 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/MSW-GDW1515/media/80860 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MSW-GDW1515/media/80860 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/MSW-GDW1515/media/80860
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/MSW-GDW3630/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MSW-GDW3630/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/MSW-GDW3630/media
WARNING:magento.sync_service:Media upload failed for MSW-SB24 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-SB27 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-VSD3021DL pos=13: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-VSD3621DL pos=1: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for MSW-VSD4821DLR pos=16: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 200/421 actions (199 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): GET products/MSW-W3615/media - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/MSW-W3615/media (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: GET products/MSW-W3615/media
INFO:magento.sync_service:Plan progress: 300/421 actions (299 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for PB-CH-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-CH-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-CH-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-CH-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-CH-TKBM8 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for PB-HE-SB30 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for PB-HE-SB33 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
WARNING:magento.sync_service:Media upload failed for PB-HE-SB36 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 400/421 actions (399 ok, 0 fail)
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/4): PUT products/PB-HE-UP1896/media/82639 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/PB-HE-UP1896/media/82639 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/4) in 30s: PUT products/PB-HE-UP1896/media/82639
INFO:app.jobs.magento_sync_worker:[queue=1719] stage=done: job_id=1242 success=421 errors=0
INFO:__main__:Magento push batch 11/12 (500 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 500 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1720 label=push-channel-sample-magento-products-20260806-083537 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1720 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1720] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-083537
INFO:app.jobs.magento_sync_worker:[queue=1720] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=snapshots: 500 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=39582
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=39582
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: dataframe start rows=500
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: dataframe done rows=500 elapsed_ms=564
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=normalize: done, 500 rows ready elapsed_ms=40250
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=provision_configurable: done elapsed_ms=3 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=sync: starting incremental sync job_id=1243 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: processed 500/500 rows
INFO:magento.sync_service:Category resolution: done (500 rows)
INFO:magento.sync_service:Persisted plan: 0 items (job_id=1243)
INFO:magento.sync_service:Executing plan: 0 pending actions (job_id=1243)
INFO:app.jobs.magento_sync_worker:[queue=1720] stage=done: job_id=1243 success=0 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1721 label=push-channel-sample-magento-images-20260806-083715 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1721 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1721] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-083715
INFO:app.jobs.magento_sync_worker:[queue=1721] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1721] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1721] stage=load_skus: 500 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1721] stage=snapshots: 321 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1721] stage=sync: starting incremental sync job_id=1244 dry_run=False force_upsert=False
INFO:magento.sync_service:Persisted plan: 321 items (job_id=1244)
INFO:magento.sync_service:Executing plan: 321 pending actions (job_id=1244)
INFO:magento.sync_service:Plan progress: 100/321 actions (99 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for PB-OB-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-OB-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
INFO:magento.sync_service:Plan progress: 200/321 actions (199 ok, 0 fail)
WARNING:magento.sync_service:Media upload failed for PB-OB-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-OB-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-SG-DWR3L/R pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-SG-FPP9648 1/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-SG-FPP9648 3/4 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-SG-FPPB9648 1/2 pos=0: HTTP 401 {"message":"The signature is invalid. Verify and try again."}
WARNING:magento.sync_service:Media upload failed for PB-SG-LM8 pos=0: HTTP 400 {"message":"Uploaded file contains executable code and is not permitted for security reasons."}
INFO:magento.sync_service:Plan progress: 300/321 actions (299 ok, 0 fail)
INFO:app.jobs.magento_sync_worker:[queue=1721] stage=done: job_id=1244 success=321 errors=0
INFO:__main__:Magento push batch 12/12 (17 SKUs)
INFO:app.jobs.push_channel_sample:Phased Magento push: 17 SKU(s) — phase 1 products, phase 2 images
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1722 label=push-channel-sample-magento-products-20260806-090332 phase=products
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1722 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1722] claimed attempt=1 connection=4 label=push-channel-sample-magento-products-20260806-090332
INFO:app.jobs.magento_sync_worker:[queue=1722] products_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=load_skus source=master mode=full
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=load_skus: 17 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=snapshots: building from master catalog
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=snapshots: 17 master rows built
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: running
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: sync_options_from_master start
INFO:db.channel_remote_attributes:sync_option_values_from_master: loaded 8703 product field maps for derived options
INFO:db.channel_remote_attributes:sync_option_values_from_master: channel=magento aliases=18 elapsed_ms=48279
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: sync_options_from_master done aliases=18 elapsed_ms=48279
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: dataframe start rows=17
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: dataframe done rows=17 elapsed_ms=416
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=normalize: done, 17 rows ready elapsed_ms=48776
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=provision_configurable: start
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=provision_configurable: done elapsed_ms=2 created_options=0 created_attributes=0 errors=0
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=sync: starting incremental sync job_id=1245 dry_run=False force_upsert=False
INFO:magento.sync_service:Category resolution: done (17 rows)
INFO:magento.sync_service:Persisted plan: 0 items (job_id=1245)
INFO:magento.sync_service:Executing plan: 0 pending actions (job_id=1245)
INFO:app.jobs.magento_sync_worker:[queue=1722] stage=done: job_id=1245 success=0 errors=0
INFO:app.jobs.push_channel_sample:Enqueued magento_sync_queue id=1723 label=push-channel-sample-magento-images-20260806-090423 phase=images
INFO:app.jobs.push_channel_sample:Waiting for magento_sync_queue id=1723 status=queued (elapsed 0s)
INFO:app.jobs.magento_sync_worker:[queue=1723] claimed attempt=1 connection=4 label=push-channel-sample-magento-images-20260806-090423
INFO:app.jobs.magento_sync_worker:[queue=1723] images_only: skipping baseline freshness gate
INFO:app.jobs.magento_sync_worker:[queue=1723] stage=load_skus source=master mode=images_only
INFO:app.jobs.magento_sync_worker:[queue=1723] stage=load_skus: 17 master-assigned SKUs
INFO:app.jobs.magento_sync_worker:[queue=1723] stage=snapshots: 0 image-only master rows built
INFO:app.jobs.magento_sync_worker:[queue=1723] stage=done: images_only — 17 assigned, 0 with gallery images
{
  "dry_run": false,
  "channels": [
    "magento"
  ],
  "taxonomy_mode": "link_only",
  "fast": false,
  "steps": {
    "taxonomy": {
      "dry_run": false,
      "taxonomy_mode": "link_only",
      "steps": {
        "link_products": {
          "dry_run": false,
          "sku_total": 5517,
          "batch_size": 500,
          "batch_count": 12,
          "batches": [
            {
              "batch": 1,
              "sku_count": 500,
              "assignment_count": 2473,
              "upserted": 2473
            },
            {
              "batch": 2,
              "sku_count": 500,
              "assignment_count": 2318,
              "upserted": 2318
            },
            {
              "batch": 3,
              "sku_count": 500,
              "assignment_count": 2293,
              "upserted": 2293
            },
            {
              "batch": 4,
              "sku_count": 500,
              "assignment_count": 1997,
              "upserted": 1997
            },
            {
              "batch": 5,
              "sku_count": 500,
              "assignment_count": 2455,
              "upserted": 2455
            },
            {
              "batch": 6,
              "sku_count": 500,
              "assignment_count": 2357,
              "upserted": 2357
            },
            {
              "batch": 7,
              "sku_count": 500,
              "assignment_count": 2289,
              "upserted": 2289
            },
            {
              "batch": 8,
              "sku_count": 500,
              "assignment_count": 2031,
              "upserted": 2031
            },
            {
              "batch": 9,
              "sku_count": 500,
              "assignment_count": 2472,
              "upserted": 2472
            },
            {
              "batch": 10,
              "sku_count": 500,
              "assignment_count": 2054,
              "upserted": 2054
            },
            {
              "batch": 11,
              "sku_count": 500,
              "assignment_count": 1525,
              "upserted": 1525
            },
            {
              "batch": 12,
              "sku_count": 17,
              "assignment_count": 33,
              "upserted": 33
            }
          ],
          "assignment_count": 24297,
          "upserted": 24297
        }
      },
      "connections": {
        "magento": 4,
        "shopify": 1
      },
      "sku_total": 5517,
      "status": "ok"
    },
    "provision_attributes": {
      "magento": {
        "status": "ok",
        "channel": "magento",
        "created": 0,
        "linked": 0,
        "planned": 0,
        "configurable_catalog": {
          "status": "ok",
          "channel": "magento",
          "connection_id": 4,
          "created_attributes": 0,
          "created_options": 0,
          "errors": []
        }
      }
    },
    "shopping_facets": {
      "connection_id": 4,
      "dry_run": false,
      "attributes": {
        "cabinet_type": {
          "attribute_code": "cabinet_type",
          "created_options": [],
          "existing_options": [
            "base cabinets",
            "wall cabinets",
            "panels and fillers",
            "mouldings",
            "accessories"
          ],
          "filterable_updated": false,
          "errors": [],
          "url_slugs": {
            "basecabinets": "base cabinets",
            "wallcabinets": "wall cabinets",
            "panelsandfillers": "panels and fillers",
            "mouldings": "mouldings",
            "accessories": "accessories"
          },
          "option_registry_count": 5,
          "url_slugs_by_value_index": {
            "444": "basecabinets",
            "445": "wallcabinets",
            "446": "panelsandfillers",
            "447": "mouldings",
            "448": "accessories"
          }
        }
      }
    },
    "magento_collection_landings": {
      "channel_code": "magento",
      "connection_id": 4,
      "dry_run": false,
      "provision_missing_remote": false,
      "apply_listing_paths": true,
      "sync_products": true,
      "sync_shopping_icons": true,
      "skip_collection_assets": false,
      "count": 33,
      "pushed": 32,
      "skipped": 1,
      "errors": [],
      "results": [
        {
          "channel": "magento",
          "category_id": 386,
          "custom_attribute_count": 26,
          "pushed": 26,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaCaramelHarvest_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaCaramelHarvest_Vignette1a-65e0a543c21f6c0e.jpg",
              "filename": "AnnaCaramelHarvest_Vignette1a-65e0a543c21f6c0e.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/AnnaCaramelHarvest_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaCaramelHarvest_0226-e81fcc6d93ade8bf.pdf",
              "filename": "AnnaCaramelHarvest_0226-e81fcc6d93ade8bf.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaCaramelHarvest_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaCaramelHarvest_Vignette1b-8e92484497892b1f.jpg",
              "filename": "AnnaCaramelHarvest_Vignette1b-8e92484497892b1f.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaCaramelHarvest_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaCaramelHarvest_Vignette2-79c132e115df9114.jpg",
              "filename": "AnnaCaramelHarvest_Vignette2-79c132e115df9114.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/anna-caramel-harvest",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Anna Caramel Harvest",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 435,
            "assignment_count": 435,
            "upserted": 435,
            "deactivated": 27,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ACH-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ACH-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 336,
            "processed": 336,
            "assigned": 27,
            "skipped_existing": 282,
            "failed": 363,
            "errors": [
              {
                "master_sku": "ACH-B12",
                "channel_sku": "ACH-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B15",
                "channel_sku": "ACH-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B18",
                "channel_sku": "ACH-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B21",
                "channel_sku": "ACH-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B24",
                "channel_sku": "ACH-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B27",
                "channel_sku": "ACH-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B30",
                "channel_sku": "ACH-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B33",
                "channel_sku": "ACH-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B36",
                "channel_sku": "ACH-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-B39",
                "channel_sku": "ACH-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BBC36/39L/R",
                "channel_sku": "ACH-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BBC39/42L/R",
                "channel_sku": "ACH-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BBC45/48FHL/R",
                "channel_sku": "ACH-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BBC45/48FHL/R-MC",
                "channel_sku": "ACH-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BBC45/48L/R",
                "channel_sku": "ACH-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BCOR33L/R",
                "channel_sku": "ACH-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BCOR36L/R",
                "channel_sku": "ACH-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BEC1224L",
                "channel_sku": "ACH-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BEC1224R",
                "channel_sku": "ACH-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BF3",
                "channel_sku": "ACH-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BF6",
                "channel_sku": "ACH-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BH09",
                "channel_sku": "ACH-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BH12",
                "channel_sku": "ACH-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BH15",
                "channel_sku": "ACH-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ACH-BH18",
                "channel_sku": "ACH-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-caramel-harvest\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/anna-caramel-harvest",
          "remote_id": "386",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Anna Caramel Harvest",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 387,
          "custom_attribute_count": 23,
          "pushed": 23,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette1a-965ed9aaa238afbc.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette1a-965ed9aaa238afbc.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/AnnaNaturalRiftWhiteOak_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_0226-4515d44537f8deb1.pdf",
              "filename": "AnnaNaturalRiftWhiteOak_0226-4515d44537f8deb1.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette1b-1179bc91946e2da7.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette1b-1179bc91946e2da7.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette2-d09b64c543993f00.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette2-d09b64c543993f00.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette3-bb711e5b25531e94.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette3-bb711e5b25531e94.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette4.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette4-9c668ce6e1ce4901.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette4-9c668ce6e1ce4901.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaNaturalRiftWhiteOak_Vignette5.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaNaturalRiftWhiteOak_Vignette5-1bd91a3f75cc376a.jpg",
              "filename": "AnnaNaturalRiftWhiteOak_Vignette5-1bd91a3f75cc376a.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/anna-natural-rift-white-oak",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Anna Natural Rift White Oak",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 426,
            "assignment_count": 426,
            "upserted": 426,
            "deactivated": 23,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ANRO-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ANRO-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 354,
            "processed": 354,
            "assigned": 0,
            "skipped_existing": 327,
            "failed": 381,
            "errors": [
              {
                "master_sku": "ANRO-B12",
                "channel_sku": "ANRO-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B15",
                "channel_sku": "ANRO-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B18",
                "channel_sku": "ANRO-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B21",
                "channel_sku": "ANRO-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B24",
                "channel_sku": "ANRO-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B27",
                "channel_sku": "ANRO-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B30",
                "channel_sku": "ANRO-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B33",
                "channel_sku": "ANRO-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B36",
                "channel_sku": "ANRO-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-B39",
                "channel_sku": "ANRO-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BBC36/39L/R",
                "channel_sku": "ANRO-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BBC39/42L/R",
                "channel_sku": "ANRO-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BBC45/48FHL/R",
                "channel_sku": "ANRO-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BBC45/48FHL/R-MC",
                "channel_sku": "ANRO-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BBC45/48L/R",
                "channel_sku": "ANRO-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BCOR33L/R",
                "channel_sku": "ANRO-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BCOR36L/R",
                "channel_sku": "ANRO-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BEC1224L",
                "channel_sku": "ANRO-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BEC1224R",
                "channel_sku": "ANRO-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BF3",
                "channel_sku": "ANRO-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BF6",
                "channel_sku": "ANRO-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BH09",
                "channel_sku": "ANRO-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BH12",
                "channel_sku": "ANRO-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BH15",
                "channel_sku": "ANRO-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ANRO-BH18",
                "channel_sku": "ANRO-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/anna-natural-rift-white-oak",
          "remote_id": "387",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Anna Natural Rift White Oak",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 388,
          "custom_attribute_count": 26,
          "pushed": 26,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaSnowWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_Vignette1b-2bc9d56b4e45fa0b.jpg",
              "filename": "AnnaSnowWhite_Vignette1b-2bc9d56b4e45fa0b.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/AnnaSnowWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_0226-4ef54f8995e5e896.pdf",
              "filename": "AnnaSnowWhite_0226-4ef54f8995e5e896.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaSnowWhite_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_Vignette2-8bbb4a60b7f9a317.jpg",
              "filename": "AnnaSnowWhite_Vignette2-8bbb4a60b7f9a317.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaSnowWhite_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_Vignette3-fb127ecd9fa924ab.jpg",
              "filename": "AnnaSnowWhite_Vignette3-fb127ecd9fa924ab.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaSnowWhite_Vignette4.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_Vignette4-25511e961a1a3adf.jpg",
              "filename": "AnnaSnowWhite_Vignette4-25511e961a1a3adf.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaSnowWhite_Vignette5.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaSnowWhite_Vignette5-41d19881be0b3242.jpg",
              "filename": "AnnaSnowWhite_Vignette5-41d19881be0b3242.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/anna-snow-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Anna Snow White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 408,
            "assignment_count": 408,
            "upserted": 408,
            "deactivated": 60,
            "sku_prefixes": [
              "ASW"
            ],
            "samples": [
              {
                "master_sku": "ASW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASW-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 343,
            "processed": 343,
            "assigned": 0,
            "skipped_existing": 316,
            "failed": 370,
            "errors": [
              {
                "master_sku": "ASW-B12",
                "channel_sku": "ASW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B15",
                "channel_sku": "ASW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B18",
                "channel_sku": "ASW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B21",
                "channel_sku": "ASW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B24",
                "channel_sku": "ASW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B27",
                "channel_sku": "ASW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B30",
                "channel_sku": "ASW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B33",
                "channel_sku": "ASW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B36",
                "channel_sku": "ASW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-B39",
                "channel_sku": "ASW-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BBC36/39L/R",
                "channel_sku": "ASW-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BBC39/42L/R",
                "channel_sku": "ASW-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BBC45/48FHL/R",
                "channel_sku": "ASW-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BBC45/48FHL/R-MC",
                "channel_sku": "ASW-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BBC45/48L/R",
                "channel_sku": "ASW-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BCOR33L/R",
                "channel_sku": "ASW-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BCOR36L/R",
                "channel_sku": "ASW-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BEC1224L",
                "channel_sku": "ASW-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BEC1224R",
                "channel_sku": "ASW-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BF3",
                "channel_sku": "ASW-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BF6",
                "channel_sku": "ASW-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BH09",
                "channel_sku": "ASW-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BH12",
                "channel_sku": "ASW-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BH15",
                "channel_sku": "ASW-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASW-BH18",
                "channel_sku": "ASW-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/anna-snow-white",
          "remote_id": "388",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Anna Snow White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 389,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaStoneGray_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaStoneGray_Vignette1a-07cad0e91bb05fd0.jpg",
              "filename": "AnnaStoneGray_Vignette1a-07cad0e91bb05fd0.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/AnnaStoneGray_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaStoneGray_0226-1e5b85093033ceb1.pdf",
              "filename": "AnnaStoneGray_0226-1e5b85093033ceb1.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaStoneGray_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaStoneGray_Vignette1b-9b42eccdc3679552.jpg",
              "filename": "AnnaStoneGray_Vignette1b-9b42eccdc3679552.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/AnnaStoneGray_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/AnnaStoneGray_Vignette2-177f84999580bb3c.jpg",
              "filename": "AnnaStoneGray_Vignette2-177f84999580bb3c.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/anna-stone-gray",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Anna Stone Gray",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 378,
            "assignment_count": 378,
            "upserted": 378,
            "deactivated": 29,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ASG-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASG-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 329,
            "processed": 329,
            "assigned": 0,
            "skipped_existing": 312,
            "failed": 346,
            "errors": [
              {
                "master_sku": "ASG-B12",
                "channel_sku": "ASG-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B15",
                "channel_sku": "ASG-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B18",
                "channel_sku": "ASG-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B21",
                "channel_sku": "ASG-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B24",
                "channel_sku": "ASG-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B27",
                "channel_sku": "ASG-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B30",
                "channel_sku": "ASG-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B33",
                "channel_sku": "ASG-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B36",
                "channel_sku": "ASG-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-B39",
                "channel_sku": "ASG-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BBC36/39L/R",
                "channel_sku": "ASG-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BBC39/42L/R",
                "channel_sku": "ASG-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BBC45/48FHL/R",
                "channel_sku": "ASG-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BBC45/48FHL/R-MC",
                "channel_sku": "ASG-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BBC45/48L/R",
                "channel_sku": "ASG-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BCOR33L/R",
                "channel_sku": "ASG-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BCOR36L/R",
                "channel_sku": "ASG-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BEC1224L",
                "channel_sku": "ASG-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BEC1224R",
                "channel_sku": "ASG-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BF3",
                "channel_sku": "ASG-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BF6",
                "channel_sku": "ASG-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BH09",
                "channel_sku": "ASG-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BH12",
                "channel_sku": "ASG-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BH15",
                "channel_sku": "ASG-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASG-BH18",
                "channel_sku": "ASG-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"anna-stone-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/anna-stone-gray",
          "remote_id": "389",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Anna Stone Gray",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 326,
          "custom_attribute_count": 14,
          "pushed": 14,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/01/PBV-BED-18GR-510x510.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/PBV-BED-18GR-510x510-8b82e834f2af9291.jpg",
              "filename": "PBV-BED-18GR-510x510-8b82e834f2af9291.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/bedford",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Bedford",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/bedford",
          "remote_id": "326",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Bedford",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 327,
          "custom_attribute_count": 14,
          "pushed": 14,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/12/wayfair_DAYTON_72inch_doors-closed_White_ISOMETRIC_900-260x166.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wayfair_DAYTON_72inch_doors-closed_White_ISOMETRIC_900-260x166-ce42b1a0157be50f.jpg",
              "filename": "wayfair_DAYTON_72inch_doors-closed_White_ISOMETRIC_900-260x166-ce42b1a0157be50f.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/dayton",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Dayton",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/dayton",
          "remote_id": "327",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Dayton",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 328,
          "custom_attribute_count": 14,
          "pushed": 14,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2018/08/hallmark-frost_kitchen_main.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/hallmark-frost_kitchen_main-006a9f78ef73c703.jpg",
              "filename": "hallmark-frost_kitchen_main-006a9f78ef73c703.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 250,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 250,
          "listing_apply": {
            "path_slug": "bathroom-vanities/hallmark-frost",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Hallmark Frost",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 3,
            "assignment_count": 3,
            "upserted": 3,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "FHF-VSB24-34",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-VSB30-34",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-VSB36-34",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 3,
            "processed": 3,
            "assigned": 0,
            "skipped_existing": 3,
            "failed": 3,
            "errors": [
              {
                "master_sku": "FHF-VSB24-34",
                "channel_sku": "FHF-VSB24-34",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-VSB30-34",
                "channel_sku": "FHF-VSB30-34",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-VSB36-34",
                "channel_sku": "FHF-VSB36-34",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/hallmark-frost",
          "remote_id": "328",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Hallmark Frost",
          "provisioned": false
        },
        {
          "status": "skipped",
          "path_slug": "bathroom-vanities/harriet",
          "reason": "magento_category_not_found",
          "target_source": null,
          "remote_path": "Bathroom Vanities/Harriet"
        },
        {
          "channel": "magento",
          "category_id": 330,
          "custom_attribute_count": 13,
          "pushed": 13,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2025/05/1k_McHenry-GRAY_24inch_ISOMETRIC-260x260.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/1k_McHenry-GRAY_24inch_ISOMETRIC-260x260-d1fb0166a4c58ac7.jpg",
              "filename": "1k_McHenry-GRAY_24inch_ISOMETRIC-260x260-d1fb0166a4c58ac7.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/mchenry",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Mchenry",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/mchenry",
          "remote_id": "330",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Mchenry",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 329,
          "custom_attribute_count": 14,
          "pushed": 14,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/02/glamour_metro_frost_kitchen_Page_1-scaled.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/glamour_metro_frost_kitchen_Page_1-scaled-cfecee99410b0a96.jpg",
              "filename": "glamour_metro_frost_kitchen_Page_1-scaled-cfecee99410b0a96.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/metro-frost",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Metro Frost",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/metro-frost",
          "remote_id": "329",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Metro Frost",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 331,
          "custom_attribute_count": 15,
          "pushed": 15,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/02/glamour_metro_mist-scaled.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/glamour_metro_mist-scaled-d6262a0962934d98.jpg",
              "filename": "glamour_metro_mist-scaled-d6262a0962934d98.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/metro-mist",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Metro Mist",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 2,
            "pushed": 0,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/metro-mist",
          "remote_id": "331",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Metro Mist",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 332,
          "custom_attribute_count": 14,
          "pushed": 14,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2021/07/02CARTOP245-260x260.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/02CARTOP245-260x260-80a1ec476d470bb5.jpg",
              "filename": "02CARTOP245-260x260-80a1ec476d470bb5.jpg"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 51,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 51,
          "listing_apply": {
            "path_slug": "bathroom-vanities/vanity-tops",
            "category_l1": "Bathroom Vanities",
            "collection": "Bathroom Vanities / Vanity Tops",
            "parent_path_slug": "bathroom-vanities",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 0,
            "pushed": 0,
            "skipped": 0,
            "errors": []
          },
          "relationship_sync": {
            "updated": 8,
            "skipped": 1,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "bathroom-vanities/vanity-tops",
          "remote_id": "332",
          "target_source": "listing_path_target",
          "remote_path": "Bathroom Vanities/Vanity Tops",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 390,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontDriftWhite_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontDriftWhite_Vignette1a-edfb4c3e7ad09ea9.jpg",
              "filename": "BelmontDriftWhite_Vignette1a-edfb4c3e7ad09ea9.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/BelmontDriftWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontDriftWhite_0226-61113642c1fcae1f.pdf",
              "filename": "BelmontDriftWhite_0226-61113642c1fcae1f.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontDriftWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontDriftWhite_Vignette1b-36b8f896498c2bd1.jpg",
              "filename": "BelmontDriftWhite_Vignette1b-36b8f896498c2bd1.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontDriftWhite_Door.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontDriftWhite_Door-f10bf7903c199875.jpg",
              "filename": "BelmontDriftWhite_Door-f10bf7903c199875.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/belmont-drift-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Belmont Drift White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 173,
            "assignment_count": 173,
            "upserted": 173,
            "deactivated": 1,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "BDW-12B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-12W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-12WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-12WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-15B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-15D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-15W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-15WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-15WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18BRB",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18BRBT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18BRBXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18SF",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-18WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-21B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-21W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-21WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-21WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-24A",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-24AT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BDW-24AXT",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 173,
            "processed": 173,
            "assigned": 0,
            "skipped_existing": 146,
            "failed": 200,
            "errors": [
              {
                "master_sku": "BDW-12B",
                "channel_sku": "BDW-12B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-12W",
                "channel_sku": "BDW-12W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-12WT",
                "channel_sku": "BDW-12WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-12WXT",
                "channel_sku": "BDW-12WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-15B",
                "channel_sku": "BDW-15B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-15D",
                "channel_sku": "BDW-15D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-15W",
                "channel_sku": "BDW-15W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-15WT",
                "channel_sku": "BDW-15WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-15WXT",
                "channel_sku": "BDW-15WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18B",
                "channel_sku": "BDW-18B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18BRB",
                "channel_sku": "BDW-18BRB",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18BRBT",
                "channel_sku": "BDW-18BRBT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18BRBXT",
                "channel_sku": "BDW-18BRBXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18D",
                "channel_sku": "BDW-18D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18SF",
                "channel_sku": "BDW-18SF",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18W",
                "channel_sku": "BDW-18W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18WT",
                "channel_sku": "BDW-18WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-18WXT",
                "channel_sku": "BDW-18WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-21B",
                "channel_sku": "BDW-21B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-21W",
                "channel_sku": "BDW-21W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-21WT",
                "channel_sku": "BDW-21WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-21WXT",
                "channel_sku": "BDW-21WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-24A",
                "channel_sku": "BDW-24A",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-24AT",
                "channel_sku": "BDW-24AT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BDW-24AXT",
                "channel_sku": "BDW-24AXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-drift-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/belmont-drift-white",
          "remote_id": "390",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Belmont Drift White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 391,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontToffeePecan_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontToffeePecan_Vignette1a-062013a15863a29d.jpg",
              "filename": "BelmontToffeePecan_Vignette1a-062013a15863a29d.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/BelmontToffeePecan_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontToffeePecan_0226-0b856aa48b323988.pdf",
              "filename": "BelmontToffeePecan_0226-0b856aa48b323988.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontToffeePecan_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontToffeePecan_Vignette1b-e776fd44159a9bc6.jpg",
              "filename": "BelmontToffeePecan_Vignette1b-e776fd44159a9bc6.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/BelmontToffeePecan_Door.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/BelmontToffeePecan_Door-469101c857be31af.jpg",
              "filename": "BelmontToffeePecan_Door-469101c857be31af.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/belmont-toffee-pecan",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Belmont Toffee Pecan",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 108,
            "assignment_count": 108,
            "upserted": 108,
            "deactivated": 2,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "BTP-12B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-12W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-12WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-12WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15BT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-15WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18BRB",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18BRBSK",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18BRBT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18BRBXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18BT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18SF",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-18WXT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-21B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-21W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-21WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "BTP-21WXT",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 108,
            "processed": 108,
            "assigned": 0,
            "skipped_existing": 108,
            "failed": 108,
            "errors": [
              {
                "master_sku": "BTP-12B",
                "channel_sku": "BTP-12B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-12W",
                "channel_sku": "BTP-12W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-12WT",
                "channel_sku": "BTP-12WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-12WXT",
                "channel_sku": "BTP-12WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15B",
                "channel_sku": "BTP-15B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15BT",
                "channel_sku": "BTP-15BT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15D",
                "channel_sku": "BTP-15D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15W",
                "channel_sku": "BTP-15W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15WT",
                "channel_sku": "BTP-15WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-15WXT",
                "channel_sku": "BTP-15WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18B",
                "channel_sku": "BTP-18B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18BRB",
                "channel_sku": "BTP-18BRB",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18BRBSK",
                "channel_sku": "BTP-18BRBSK",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18BRBT",
                "channel_sku": "BTP-18BRBT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18BRBXT",
                "channel_sku": "BTP-18BRBXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18BT",
                "channel_sku": "BTP-18BT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18D",
                "channel_sku": "BTP-18D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18SF",
                "channel_sku": "BTP-18SF",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18W",
                "channel_sku": "BTP-18W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18WT",
                "channel_sku": "BTP-18WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-18WXT",
                "channel_sku": "BTP-18WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-21B",
                "channel_sku": "BTP-21B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-21W",
                "channel_sku": "BTP-21W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-21WT",
                "channel_sku": "BTP-21WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "BTP-21WXT",
                "channel_sku": "BTP-21WXT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"belmont-toffee-pecan\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/belmont-toffee-pecan",
          "remote_id": "391",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Belmont Toffee Pecan",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 392,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/ChesapeakeGoldenOak_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/ChesapeakeGoldenOak_Vignette1a-405d46e452e10f87.jpg",
              "filename": "ChesapeakeGoldenOak_Vignette1a-405d46e452e10f87.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/ChesapeakeGoldenOak_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/ChesapeakeGoldenOak_0226-2d50d8e9a143b02e.pdf",
              "filename": "ChesapeakeGoldenOak_0226-2d50d8e9a143b02e.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/ChesapeakeGoldenOak_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/ChesapeakeGoldenOak_Vignette2-c9b2ba41c053e12f.jpg",
              "filename": "ChesapeakeGoldenOak_Vignette2-c9b2ba41c053e12f.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/ChesapeakeGoldenOak_Door.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/ChesapeakeGoldenOak_Door-de76ec39ca74d3ec.jpg",
              "filename": "ChesapeakeGoldenOak_Door-de76ec39ca74d3ec.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/chesapeake-golden-oak",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Chesapeake Golden Oak",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 93,
            "assignment_count": 93,
            "upserted": 93,
            "deactivated": 1,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "CGO-12B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-12W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-12WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-15B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-15BT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-15D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-15W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-15WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18BRB",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18BRBSK",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18BRBT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18BT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18D",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18SF",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-18WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-21B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-21W",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-21WT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-24A",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-24AT",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-24B",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-24BRB",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CGO-24BRBSK",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 93,
            "processed": 93,
            "assigned": 0,
            "skipped_existing": 93,
            "failed": 93,
            "errors": [
              {
                "master_sku": "CGO-12B",
                "channel_sku": "CGO-12B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-12W",
                "channel_sku": "CGO-12W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-12WT",
                "channel_sku": "CGO-12WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-15B",
                "channel_sku": "CGO-15B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-15BT",
                "channel_sku": "CGO-15BT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-15D",
                "channel_sku": "CGO-15D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-15W",
                "channel_sku": "CGO-15W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-15WT",
                "channel_sku": "CGO-15WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18B",
                "channel_sku": "CGO-18B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18BRB",
                "channel_sku": "CGO-18BRB",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18BRBSK",
                "channel_sku": "CGO-18BRBSK",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18BRBT",
                "channel_sku": "CGO-18BRBT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18BT",
                "channel_sku": "CGO-18BT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18D",
                "channel_sku": "CGO-18D",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18SF",
                "channel_sku": "CGO-18SF",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18W",
                "channel_sku": "CGO-18W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-18WT",
                "channel_sku": "CGO-18WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-21B",
                "channel_sku": "CGO-21B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-21W",
                "channel_sku": "CGO-21W",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-21WT",
                "channel_sku": "CGO-21WT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-24A",
                "channel_sku": "CGO-24A",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-24AT",
                "channel_sku": "CGO-24AT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-24B",
                "channel_sku": "CGO-24B",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-24BRB",
                "channel_sku": "CGO-24BRB",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CGO-24BRBSK",
                "channel_sku": "CGO-24BRBSK",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"chesapeake-golden-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/chesapeake-golden-oak",
          "remote_id": "392",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Chesapeake Golden Oak",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 393,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/CooperSlateGray_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/CooperSlateGray_Vignette1a-8a840d734a076a06.jpg",
              "filename": "CooperSlateGray_Vignette1a-8a840d734a076a06.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/CooperSlateGray_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/CooperSlateGray_0226-fca503d63b13023e.pdf",
              "filename": "CooperSlateGray_0226-fca503d63b13023e.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/CooperSlateGray_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/CooperSlateGray_Vignette1b-6a3f14fcaf2be01c.jpg",
              "filename": "CooperSlateGray_Vignette1b-6a3f14fcaf2be01c.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/CooperSlateGray_Door.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/CooperSlateGray_Door-2f68ca0d48edddb9.jpg",
              "filename": "CooperSlateGray_Door-2f68ca0d48edddb9.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/cooper-slate-gray",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Cooper Slate Gray",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 156,
            "assignment_count": 156,
            "upserted": 156,
            "deactivated": 16,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "CSG-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-B42",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BBC39-42U",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BBC42-45U",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BBC45-48U",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BC33U",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BC36U",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BDEP24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BF",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BFH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BFH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BFH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BFH18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "CSG-BM8",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 156,
            "processed": 156,
            "assigned": 0,
            "skipped_existing": 156,
            "failed": 156,
            "errors": [
              {
                "master_sku": "CSG-B12",
                "channel_sku": "CSG-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B15",
                "channel_sku": "CSG-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B18",
                "channel_sku": "CSG-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B21",
                "channel_sku": "CSG-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B24",
                "channel_sku": "CSG-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B27",
                "channel_sku": "CSG-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B30",
                "channel_sku": "CSG-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B33",
                "channel_sku": "CSG-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B36",
                "channel_sku": "CSG-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B39",
                "channel_sku": "CSG-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-B42",
                "channel_sku": "CSG-B42",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BBC39-42U",
                "channel_sku": "CSG-BBC39-42U",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BBC42-45U",
                "channel_sku": "CSG-BBC42-45U",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BBC45-48U",
                "channel_sku": "CSG-BBC45-48U",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BC33U",
                "channel_sku": "CSG-BC33U",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BC36U",
                "channel_sku": "CSG-BC36U",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BDEP24",
                "channel_sku": "CSG-BDEP24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BF",
                "channel_sku": "CSG-BF",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BF3",
                "channel_sku": "CSG-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BF6",
                "channel_sku": "CSG-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BFH09",
                "channel_sku": "CSG-BFH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BFH12",
                "channel_sku": "CSG-BFH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BFH15",
                "channel_sku": "CSG-BFH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BFH18",
                "channel_sku": "CSG-BFH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "CSG-BM8",
                "channel_sku": "CSG-BM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"cooper-slate-gray\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/cooper-slate-gray",
          "remote_id": "393",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Cooper Slate Gray",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 394,
          "custom_attribute_count": 23,
          "pushed": 23,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorOceanBlue_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorOceanBlue_Vignette1a-fa24f7ec7dcfe9da.jpg",
              "filename": "EleanorOceanBlue_Vignette1a-fa24f7ec7dcfe9da.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/EleanorOceanBlue_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorOceanBlue_0226-37e62fabb154851b.pdf",
              "filename": "EleanorOceanBlue_0226-37e62fabb154851b.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorOceanBlue_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorOceanBlue_Vignette1b-764e67441d5fa804.jpg",
              "filename": "EleanorOceanBlue_Vignette1b-764e67441d5fa804.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/eleanor-ocean-blue",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Eleanor Ocean Blue",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 350,
            "assignment_count": 350,
            "upserted": 350,
            "deactivated": 27,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "EOB-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "EOB-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 300,
            "processed": 300,
            "assigned": 0,
            "skipped_existing": 283,
            "failed": 317,
            "errors": [
              {
                "master_sku": "EOB-B12",
                "channel_sku": "EOB-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B15",
                "channel_sku": "EOB-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B18",
                "channel_sku": "EOB-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B21",
                "channel_sku": "EOB-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B24",
                "channel_sku": "EOB-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B27",
                "channel_sku": "EOB-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B30",
                "channel_sku": "EOB-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B33",
                "channel_sku": "EOB-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B36",
                "channel_sku": "EOB-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-B39",
                "channel_sku": "EOB-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BBC36/39L/R",
                "channel_sku": "EOB-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BBC39/42L/R",
                "channel_sku": "EOB-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BBC45/48FHL/R",
                "channel_sku": "EOB-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BBC45/48FHL/R-MC",
                "channel_sku": "EOB-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BBC45/48L/R",
                "channel_sku": "EOB-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BCOR33L/R",
                "channel_sku": "EOB-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BCOR36L/R",
                "channel_sku": "EOB-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BEC1224L",
                "channel_sku": "EOB-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BEC1224R",
                "channel_sku": "EOB-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BF3",
                "channel_sku": "EOB-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BF6",
                "channel_sku": "EOB-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BH09",
                "channel_sku": "EOB-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BH12",
                "channel_sku": "EOB-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BH15",
                "channel_sku": "EOB-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "EOB-BH18",
                "channel_sku": "EOB-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-ocean-blue\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/eleanor-ocean-blue",
          "remote_id": "394",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Eleanor Ocean Blue",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 395,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorSnowWhite_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_Vignette1a-ae67d849101eec97.jpg",
              "filename": "EleanorSnowWhite_Vignette1a-ae67d849101eec97.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/EleanorSnowWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_0226-4a10f5b03ba9c61f.pdf",
              "filename": "EleanorSnowWhite_0226-4a10f5b03ba9c61f.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorSnowWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_Vignette1b-f734347ac3cf3f22.jpg",
              "filename": "EleanorSnowWhite_Vignette1b-f734347ac3cf3f22.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorSnowWhite_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_Vignette2-20a068e1c20f10ad.jpg",
              "filename": "EleanorSnowWhite_Vignette2-20a068e1c20f10ad.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorSnowWhite_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_Vignette3-c2a22aea71a9eb64.jpg",
              "filename": "EleanorSnowWhite_Vignette3-c2a22aea71a9eb64.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/EleanorSnowWhite_Vignette4.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/EleanorSnowWhite_Vignette4-47927830e82feea8.jpg",
              "filename": "EleanorSnowWhite_Vignette4-47927830e82feea8.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/eleanor-snow-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Eleanor Snow White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 338,
            "assignment_count": 338,
            "upserted": 338,
            "deactivated": 23,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ESW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ESW-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 273,
            "processed": 273,
            "assigned": 0,
            "skipped_existing": 273,
            "failed": 273,
            "errors": [
              {
                "master_sku": "ESW-B12",
                "channel_sku": "ESW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B15",
                "channel_sku": "ESW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B18",
                "channel_sku": "ESW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B21",
                "channel_sku": "ESW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B24",
                "channel_sku": "ESW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B27",
                "channel_sku": "ESW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B30",
                "channel_sku": "ESW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B33",
                "channel_sku": "ESW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B36",
                "channel_sku": "ESW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-B39",
                "channel_sku": "ESW-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BBC36/39L/R",
                "channel_sku": "ESW-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BBC39/42L/R",
                "channel_sku": "ESW-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BBC45/48FHL/R",
                "channel_sku": "ESW-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BBC45/48FHL/R-MC",
                "channel_sku": "ESW-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BBC45/48L/R",
                "channel_sku": "ESW-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BCOR33L/R",
                "channel_sku": "ESW-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BCOR36L/R",
                "channel_sku": "ESW-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BEC1224L",
                "channel_sku": "ESW-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BEC1224R",
                "channel_sku": "ESW-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BF3",
                "channel_sku": "ESW-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BF6",
                "channel_sku": "ESW-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BH09",
                "channel_sku": "ESW-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BH12",
                "channel_sku": "ESW-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BH15",
                "channel_sku": "ESW-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ESW-BH18",
                "channel_sku": "ESW-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"eleanor-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/eleanor-snow-white",
          "remote_id": "395",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Eleanor Snow White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 396,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GalaxyHorizon_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/GalaxyHorizon_Vignette1a-e517d898531c1203.jpg",
              "filename": "GalaxyHorizon_Vignette1a-e517d898531c1203.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/FabuwoodGalaxyHorizon_0226-v4.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/FabuwoodGalaxyHorizon_0226-v4-a9cf89627fe12a89.pdf",
              "filename": "FabuwoodGalaxyHorizon_0226-v4-a9cf89627fe12a89.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/GalaxyHorizon_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/GalaxyHorizon_Vignette1b-076c8446b64994d8.jpg",
              "filename": "GalaxyHorizon_Vignette1b-076c8446b64994d8.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 4051,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 4051,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/galaxy-horizon",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Galaxy Horizon",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 185,
            "assignment_count": 185,
            "upserted": 185,
            "deactivated": 17,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "FGH-B09FD",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BBM",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BLB36/39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BLB42/45",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BTL12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-BTR12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-CM-3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-CM3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-DB12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-DB15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-DB18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FGH-DB30",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 185,
            "processed": 185,
            "assigned": 0,
            "skipped_existing": 185,
            "failed": 185,
            "errors": [
              {
                "master_sku": "FGH-B09FD",
                "channel_sku": "FGH-B09FD",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B12",
                "channel_sku": "FGH-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B15",
                "channel_sku": "FGH-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B18",
                "channel_sku": "FGH-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B21",
                "channel_sku": "FGH-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B24",
                "channel_sku": "FGH-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B27",
                "channel_sku": "FGH-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B30",
                "channel_sku": "FGH-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B33",
                "channel_sku": "FGH-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B36",
                "channel_sku": "FGH-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-B39",
                "channel_sku": "FGH-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BBM",
                "channel_sku": "FGH-BBM",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BF3",
                "channel_sku": "FGH-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BF6",
                "channel_sku": "FGH-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BLB36/39",
                "channel_sku": "FGH-BLB36/39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BLB42/45",
                "channel_sku": "FGH-BLB42/45",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BTL12",
                "channel_sku": "FGH-BTL12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-BTR12",
                "channel_sku": "FGH-BTR12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-CM-3",
                "channel_sku": "FGH-CM-3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-CM3",
                "channel_sku": "FGH-CM3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-DB12",
                "channel_sku": "FGH-DB12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-DB15",
                "channel_sku": "FGH-DB15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-DB18",
                "channel_sku": "FGH-DB18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-DB24",
                "channel_sku": "FGH-DB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FGH-DB30",
                "channel_sku": "FGH-DB30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"galaxy-horizon\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/galaxy-horizon",
          "remote_id": "396",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Galaxy Horizon",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 397,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/04/GraceSnowWhite_1080_x_608.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/GraceSnowWhite_1080_x_608-42d2648e6f457143.jpg",
              "filename": "GraceSnowWhite_1080_x_608-42d2648e6f457143.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/05/GraceSnowWhite_0426.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/GraceSnowWhite_0426-e61d48eefe02c170.pdf",
              "filename": "GraceSnowWhite_0426-e61d48eefe02c170.pdf"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/grace-snow-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Grace Snow White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 375,
            "assignment_count": 375,
            "upserted": 375,
            "deactivated": 22,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "GSW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "GSW-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 310,
            "processed": 310,
            "assigned": 0,
            "skipped_existing": 283,
            "failed": 337,
            "errors": [
              {
                "master_sku": "GSW-B12",
                "channel_sku": "GSW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B15",
                "channel_sku": "GSW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B18",
                "channel_sku": "GSW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B21",
                "channel_sku": "GSW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B24",
                "channel_sku": "GSW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B27",
                "channel_sku": "GSW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B30",
                "channel_sku": "GSW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B33",
                "channel_sku": "GSW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B36",
                "channel_sku": "GSW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-B39",
                "channel_sku": "GSW-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BBC36/39L/R",
                "channel_sku": "GSW-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BBC39/42L/R",
                "channel_sku": "GSW-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BBC45/48FHL/R",
                "channel_sku": "GSW-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BBC45/48FHL/R-MC",
                "channel_sku": "GSW-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BBC45/48L/R",
                "channel_sku": "GSW-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BCOR33L/R",
                "channel_sku": "GSW-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BCOR36L/R",
                "channel_sku": "GSW-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BEC1224L",
                "channel_sku": "GSW-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BEC1224R",
                "channel_sku": "GSW-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BF3",
                "channel_sku": "GSW-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BF6",
                "channel_sku": "GSW-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BH09",
                "channel_sku": "GSW-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BH12",
                "channel_sku": "GSW-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BH15",
                "channel_sku": "GSW-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "GSW-BH18",
                "channel_sku": "GSW-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"grace-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/grace-snow-white",
          "remote_id": "397",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Grace Snow White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 398,
          "custom_attribute_count": 23,
          "pushed": 23,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HallmarkFrost_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HallmarkFrost_Vignette1a-e16f83ae89e8688b.jpg",
              "filename": "HallmarkFrost_Vignette1a-e16f83ae89e8688b.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/FabuwoodHallmarkFrost_0326.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/FabuwoodHallmarkFrost_0326-2f329e90a479224d.pdf",
              "filename": "FabuwoodHallmarkFrost_0326-2f329e90a479224d.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HallmarkFrost_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HallmarkFrost_Vignette1b-0bb15ef6fff1208d.jpg",
              "filename": "HallmarkFrost_Vignette1b-0bb15ef6fff1208d.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HallmarkFrost_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HallmarkFrost_Vignette2-cf73c2463a620554.jpg",
              "filename": "HallmarkFrost_Vignette2-cf73c2463a620554.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HallmarkFrost_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HallmarkFrost_Vignette3-1924da18e748ec9c.jpg",
              "filename": "HallmarkFrost_Vignette3-1924da18e748ec9c.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/hallmark-frost",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Hallmark Frost",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 178,
            "assignment_count": 178,
            "upserted": 178,
            "deactivated": 13,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "FHF-B09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BBM",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BLB3639",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BLB4245",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BTL12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-BTR12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DB36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FHF-DSB36",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 178,
            "processed": 178,
            "assigned": 0,
            "skipped_existing": 178,
            "failed": 178,
            "errors": [
              {
                "master_sku": "FHF-B09",
                "channel_sku": "FHF-B09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B12",
                "channel_sku": "FHF-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B15",
                "channel_sku": "FHF-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B18",
                "channel_sku": "FHF-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B21",
                "channel_sku": "FHF-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B24",
                "channel_sku": "FHF-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B27",
                "channel_sku": "FHF-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B30",
                "channel_sku": "FHF-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B33",
                "channel_sku": "FHF-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B36",
                "channel_sku": "FHF-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-B39",
                "channel_sku": "FHF-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BBM",
                "channel_sku": "FHF-BBM",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BF3",
                "channel_sku": "FHF-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BF6",
                "channel_sku": "FHF-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BLB3639",
                "channel_sku": "FHF-BLB3639",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BLB4245",
                "channel_sku": "FHF-BLB4245",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BTL12",
                "channel_sku": "FHF-BTL12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-BTR12",
                "channel_sku": "FHF-BTR12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB12",
                "channel_sku": "FHF-DB12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB15",
                "channel_sku": "FHF-DB15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB18",
                "channel_sku": "FHF-DB18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB24",
                "channel_sku": "FHF-DB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB30",
                "channel_sku": "FHF-DB30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DB36",
                "channel_sku": "FHF-DB36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FHF-DSB36",
                "channel_sku": "FHF-DSB36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hallmark-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/hallmark-frost",
          "remote_id": "398",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Hallmark Frost",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 399,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HarrietPearlWhite_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HarrietPearlWhite_Vignette1a-b753a21c31f4215d.jpg",
              "filename": "HarrietPearlWhite_Vignette1a-b753a21c31f4215d.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/HarrietPearlWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HarrietPearlWhite_0226-59ed3a0adcbf4fa8.pdf",
              "filename": "HarrietPearlWhite_0226-59ed3a0adcbf4fa8.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HarrietPearlWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HarrietPearlWhite_Vignette1b-98bfffd0b430ce6d.jpg",
              "filename": "HarrietPearlWhite_Vignette1b-98bfffd0b430ce6d.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HarrietPearlWhite_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HarrietPearlWhite_Vignette2-a2b7ad0993723a87.jpg",
              "filename": "HarrietPearlWhite_Vignette2-a2b7ad0993723a87.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/HarrietPearlWhite_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HarrietPearlWhite_Vignette3-399a2442f0fbb43f.jpg",
              "filename": "HarrietPearlWhite_Vignette3-399a2442f0fbb43f.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/harriet-pearl-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Harriet Pearl White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 406,
            "assignment_count": 406,
            "upserted": 406,
            "deactivated": 27,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "HPW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "HPW-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 341,
            "processed": 341,
            "assigned": 0,
            "skipped_existing": 314,
            "failed": 368,
            "errors": [
              {
                "master_sku": "HPW-B12",
                "channel_sku": "HPW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B15",
                "channel_sku": "HPW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B18",
                "channel_sku": "HPW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B21",
                "channel_sku": "HPW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B24",
                "channel_sku": "HPW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B27",
                "channel_sku": "HPW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B30",
                "channel_sku": "HPW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B33",
                "channel_sku": "HPW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B36",
                "channel_sku": "HPW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-B39",
                "channel_sku": "HPW-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BBC36/39L/R",
                "channel_sku": "HPW-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BBC39/42L/R",
                "channel_sku": "HPW-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BBC45/48FHL/R",
                "channel_sku": "HPW-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BBC45/48FHL/R-MC",
                "channel_sku": "HPW-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BBC45/48L/R",
                "channel_sku": "HPW-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BCOR33L/R",
                "channel_sku": "HPW-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BCOR36L/R",
                "channel_sku": "HPW-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BEC1224L",
                "channel_sku": "HPW-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BEC1224R",
                "channel_sku": "HPW-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BF3",
                "channel_sku": "HPW-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BF6",
                "channel_sku": "HPW-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BH09",
                "channel_sku": "HPW-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BH12",
                "channel_sku": "HPW-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BH15",
                "channel_sku": "HPW-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "HPW-BH18",
                "channel_sku": "HPW-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"harriet-pearl-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/harriet-pearl-white",
          "remote_id": "399",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Harriet Pearl White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 400,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/02/glamour_hurston_espresso.webp",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/glamour_hurston_espresso-b65427c25a23b4e1.webp",
              "filename": "glamour_hurston_espresso-b65427c25a23b4e1.webp"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/HurstonMidnightEspresso_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/HurstonMidnightEspresso_0226-6972bef70c2b5c9e.pdf",
              "filename": "HurstonMidnightEspresso_0226-6972bef70c2b5c9e.pdf"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/hurston-midnight-espresso",
            "category_l1": "Kitchen Cabinets",
            "collection": "Hurston Midnight Espresso",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 66,
            "assignment_count": 66,
            "upserted": 66,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "PB-BRO-BF3",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-BF6",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-BM8",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-CLEARANCE KIT",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-CLEARANCE KIT TALL",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-CVM8",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-DWR3L/R",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F330",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F336",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F342",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F396",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F630",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F642",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-F696",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FPP9648 1/4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FPP9648 3/4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FPP9648GL 1/4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FPPB9648 1/2",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FS24",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FS30",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FS36",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-FS60",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-LCVM8",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-LM8",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "PB-BRO-LRM8",
                "match_source": "explicit_membership"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 66,
            "processed": 66,
            "assigned": 0,
            "skipped_existing": 39,
            "failed": 93,
            "errors": [
              {
                "master_sku": "PB-BRO-BF3",
                "channel_sku": "PB-BRO-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-BF6",
                "channel_sku": "PB-BRO-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-BM8",
                "channel_sku": "PB-BRO-BM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-CLEARANCE KIT",
                "channel_sku": "PB-BRO-CLEARANCE KIT",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-CLEARANCE KIT TALL",
                "channel_sku": "PB-BRO-CLEARANCE KIT TALL",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-CVM8",
                "channel_sku": "PB-BRO-CVM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-DWR3L/R",
                "channel_sku": "PB-BRO-DWR3L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F330",
                "channel_sku": "PB-BRO-F330",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F336",
                "channel_sku": "PB-BRO-F336",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F342",
                "channel_sku": "PB-BRO-F342",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F396",
                "channel_sku": "PB-BRO-F396",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F630",
                "channel_sku": "PB-BRO-F630",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F642",
                "channel_sku": "PB-BRO-F642",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-F696",
                "channel_sku": "PB-BRO-F696",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FPP9648 1/4",
                "channel_sku": "PB-BRO-FPP9648 1/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FPP9648 3/4",
                "channel_sku": "PB-BRO-FPP9648 3/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FPP9648GL 1/4",
                "channel_sku": "PB-BRO-FPP9648GL 1/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FPPB9648 1/2",
                "channel_sku": "PB-BRO-FPPB9648 1/2",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FS24",
                "channel_sku": "PB-BRO-FS24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FS30",
                "channel_sku": "PB-BRO-FS30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FS36",
                "channel_sku": "PB-BRO-FS36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-FS60",
                "channel_sku": "PB-BRO-FS60",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-LCVM8",
                "channel_sku": "PB-BRO-LCVM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-LM8",
                "channel_sku": "PB-BRO-LM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-BRO-LRM8",
                "channel_sku": "PB-BRO-LRM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"hurston-midnight-espresso\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/hurston-midnight-espresso",
          "remote_id": "400",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Hurston Midnight Espresso",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 401,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/JohnsonSandstone_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/JohnsonSandstone_Vignette1a-580506ceae40926a.jpg",
              "filename": "JohnsonSandstone_Vignette1a-580506ceae40926a.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/JohnsonSandstone_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/JohnsonSandstone_0226-b0f4cbd900a0f5d1.pdf",
              "filename": "JohnsonSandstone_0226-b0f4cbd900a0f5d1.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/JohnsonSandstone_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/JohnsonSandstone_Vignette1b-c30b948b46957c8f.jpg",
              "filename": "JohnsonSandstone_Vignette1b-c30b948b46957c8f.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/johnson-sandstone",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Johnson Sandstone",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 96,
            "assignment_count": 96,
            "upserted": 96,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "LM-JS-3DB12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-3DB36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-4SK1824.75",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-4SK2424.75",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-AB12L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-AB12R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-AW1230",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-AW1236",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-BBC3639",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LM-JS-BBC4245",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 96,
            "processed": 96,
            "assigned": 0,
            "skipped_existing": 96,
            "failed": 96,
            "errors": [
              {
                "master_sku": "LM-JS-3DB12",
                "channel_sku": "LM-JS-3DB12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB15",
                "channel_sku": "LM-JS-3DB15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB18",
                "channel_sku": "LM-JS-3DB18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB21",
                "channel_sku": "LM-JS-3DB21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB24",
                "channel_sku": "LM-JS-3DB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB30",
                "channel_sku": "LM-JS-3DB30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-3DB36",
                "channel_sku": "LM-JS-3DB36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-4SK1824.75",
                "channel_sku": "LM-JS-4SK1824.75",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-4SK2424.75",
                "channel_sku": "LM-JS-4SK2424.75",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-AB12L",
                "channel_sku": "LM-JS-AB12L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-AB12R",
                "channel_sku": "LM-JS-AB12R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-AW1230",
                "channel_sku": "LM-JS-AW1230",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-AW1236",
                "channel_sku": "LM-JS-AW1236",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B09",
                "channel_sku": "LM-JS-B09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B12",
                "channel_sku": "LM-JS-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B15",
                "channel_sku": "LM-JS-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B18",
                "channel_sku": "LM-JS-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B21",
                "channel_sku": "LM-JS-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B24",
                "channel_sku": "LM-JS-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B27",
                "channel_sku": "LM-JS-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B30",
                "channel_sku": "LM-JS-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B33",
                "channel_sku": "LM-JS-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-B36",
                "channel_sku": "LM-JS-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-BBC3639",
                "channel_sku": "LM-JS-BBC3639",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LM-JS-BBC4245",
                "channel_sku": "LM-JS-BBC4245",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-sandstone\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/johnson-sandstone",
          "remote_id": "401",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Johnson Sandstone",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 531,
          "custom_attribute_count": 18,
          "pushed": 18,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2022/03/JOHNSON_glamour.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/JOHNSON_glamour-418b373ad67790ce.jpg",
              "filename": "JOHNSON_glamour-418b373ad67790ce.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/johnson-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Johnson White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 52,
            "assignment_count": 52,
            "upserted": 52,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "LPE-TDB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LPE-U182496",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LPE-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "LPE-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ACH-DB24-3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ACH-PC1896",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ACH-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ACH-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ANRO-DB24-3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ANRO-PC1896",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ANRO-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ANRO-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASG-DB24-3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASG-PC1896",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASG-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASG-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASW-DB24-3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASW-PC1896",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASW-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-ASW-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-CSG-DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-CSG-UP1896",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-CSG-W3012",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-CSG-W3042",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "RTA-EOB-DB24-3",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 4,
            "processed": 4,
            "assigned": 0,
            "skipped_existing": 4,
            "failed": 4,
            "errors": [
              {
                "master_sku": "LPE-TDB24",
                "channel_sku": "LPE-TDB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LPE-U182496",
                "channel_sku": "LPE-U182496",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LPE-W3012",
                "channel_sku": "LPE-W3012",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "LPE-W3042",
                "channel_sku": "LPE-W3042",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"johnson-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/johnson-white",
          "remote_id": "531",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Johnson White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 403,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaBlackRiftWhiteOak_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaBlackRiftWhiteOak_Vignette1a-ee090b2815e10c17.jpg",
              "filename": "MayaBlackRiftWhiteOak_Vignette1a-ee090b2815e10c17.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/MayaBlackRiftWhiteOak_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaBlackRiftWhiteOak_0226-aeba9dcb265b5895.pdf",
              "filename": "MayaBlackRiftWhiteOak_0226-aeba9dcb265b5895.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaBlackRiftWhiteOak_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaBlackRiftWhiteOak_Vignette1b-358e405b78567788.jpg",
              "filename": "MayaBlackRiftWhiteOak_Vignette1b-358e405b78567788.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaBlackRiftWhiteOak_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaBlackRiftWhiteOak_Vignette2-27c77943ffd57f72.jpg",
              "filename": "MayaBlackRiftWhiteOak_Vignette2-27c77943ffd57f72.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaBlackRiftWhiteOak_Door.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaBlackRiftWhiteOak_Door-058d689440ecae67.jpg",
              "filename": "MayaBlackRiftWhiteOak_Door-058d689440ecae67.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/maya-black-rift-white-oak",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Maya Black Rift White Oak",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 424,
            "assignment_count": 424,
            "upserted": 424,
            "deactivated": 22,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ASM-BRO-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-CH-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-NRO-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-OB-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-PW-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-SG-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-SW-WSC1818",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MBRO-BEC1224L",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 350,
            "processed": 350,
            "assigned": 0,
            "skipped_existing": 317,
            "failed": 383,
            "errors": [
              {
                "master_sku": "ASM-BRO-WSC1818",
                "channel_sku": "ASM-BRO-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-CH-WSC1818",
                "channel_sku": "ASM-CH-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-NRO-WSC1818",
                "channel_sku": "ASM-NRO-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-OB-WSC1818",
                "channel_sku": "ASM-OB-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-PW-WSC1818",
                "channel_sku": "ASM-PW-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-SG-WSC1818",
                "channel_sku": "ASM-SG-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-SW-WSC1818",
                "channel_sku": "ASM-SW-WSC1818",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B12",
                "channel_sku": "MBRO-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B15",
                "channel_sku": "MBRO-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B18",
                "channel_sku": "MBRO-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B21",
                "channel_sku": "MBRO-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B24",
                "channel_sku": "MBRO-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B27",
                "channel_sku": "MBRO-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B30",
                "channel_sku": "MBRO-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B33",
                "channel_sku": "MBRO-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B36",
                "channel_sku": "MBRO-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-B39",
                "channel_sku": "MBRO-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BBC36/39L/R",
                "channel_sku": "MBRO-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BBC39/42L/R",
                "channel_sku": "MBRO-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BBC45/48FHL/R",
                "channel_sku": "MBRO-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BBC45/48FHL/R-MC",
                "channel_sku": "MBRO-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BBC45/48L/R",
                "channel_sku": "MBRO-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BCOR33L/R",
                "channel_sku": "MBRO-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BCOR36L/R",
                "channel_sku": "MBRO-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MBRO-BEC1224L",
                "channel_sku": "MBRO-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-black-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/maya-black-rift-white-oak",
          "remote_id": "403",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Maya Black Rift White Oak",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 404,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaNaturalRiftWhiteOak_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaNaturalRiftWhiteOak_Vignette1a-f8943bde70a4b88c.jpg",
              "filename": "MayaNaturalRiftWhiteOak_Vignette1a-f8943bde70a4b88c.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/MayaNaturalRiftWhiteOak_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaNaturalRiftWhiteOak_0226-5f9e6ca75b952779.pdf",
              "filename": "MayaNaturalRiftWhiteOak_0226-5f9e6ca75b952779.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaNaturalRiftWhiteOak_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaNaturalRiftWhiteOak_Vignette1b-c4ee80ffb420575e.jpg",
              "filename": "MayaNaturalRiftWhiteOak_Vignette1b-c4ee80ffb420575e.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaNaturalRiftWhiteOak_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaNaturalRiftWhiteOak_Vignette2-89793b877e60d38e.jpg",
              "filename": "MayaNaturalRiftWhiteOak_Vignette2-89793b877e60d38e.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/maya-natural-rift-white-oak",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Maya Natural Rift White Oak",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 426,
            "assignment_count": 426,
            "upserted": 426,
            "deactivated": 33,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "MNRO-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MNRO-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 354,
            "processed": 354,
            "assigned": 0,
            "skipped_existing": 327,
            "failed": 381,
            "errors": [
              {
                "master_sku": "MNRO-B12",
                "channel_sku": "MNRO-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B15",
                "channel_sku": "MNRO-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B18",
                "channel_sku": "MNRO-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B21",
                "channel_sku": "MNRO-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B24",
                "channel_sku": "MNRO-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B27",
                "channel_sku": "MNRO-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B30",
                "channel_sku": "MNRO-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B33",
                "channel_sku": "MNRO-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B36",
                "channel_sku": "MNRO-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-B39",
                "channel_sku": "MNRO-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BBC36/39L/R",
                "channel_sku": "MNRO-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BBC39/42L/R",
                "channel_sku": "MNRO-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BBC45/48FHL/R",
                "channel_sku": "MNRO-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BBC45/48FHL/R-MC",
                "channel_sku": "MNRO-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BBC45/48L/R",
                "channel_sku": "MNRO-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BCOR33L/R",
                "channel_sku": "MNRO-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BCOR36L/R",
                "channel_sku": "MNRO-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BEC1224L",
                "channel_sku": "MNRO-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BEC1224R",
                "channel_sku": "MNRO-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BF3",
                "channel_sku": "MNRO-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BF6",
                "channel_sku": "MNRO-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BH09",
                "channel_sku": "MNRO-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BH12",
                "channel_sku": "MNRO-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BH15",
                "channel_sku": "MNRO-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MNRO-BH18",
                "channel_sku": "MNRO-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-natural-rift-white-oak\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/maya-natural-rift-white-oak",
          "remote_id": "404",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Maya Natural Rift White Oak",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 405,
          "custom_attribute_count": 25,
          "pushed": 25,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaSnowWhite_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaSnowWhite_Vignette1a-bcf611d3852d405e.jpg",
              "filename": "MayaSnowWhite_Vignette1a-bcf611d3852d405e.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/MayaSnowWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaSnowWhite_0226-8b1cf8c5d24a4af9.pdf",
              "filename": "MayaSnowWhite_0226-8b1cf8c5d24a4af9.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaSnowWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaSnowWhite_Vignette1b-94695fc572c4e060.jpg",
              "filename": "MayaSnowWhite_Vignette1b-94695fc572c4e060.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaSnowWhite_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaSnowWhite_Vignette2-1129d70670fc7a24.jpg",
              "filename": "MayaSnowWhite_Vignette2-1129d70670fc7a24.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MayaSnowWhite_Vignette3.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MayaSnowWhite_Vignette3-ba46f51a9af698c7.jpg",
              "filename": "MayaSnowWhite_Vignette3-ba46f51a9af698c7.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/maya-snow-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Maya Snow White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 408,
            "assignment_count": 408,
            "upserted": 408,
            "deactivated": 22,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "MSW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BBC36/39L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BBC39/42L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BBC45/48FHL/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BBC45/48FHL/R-MC",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BBC45/48L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BCOR33L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BCOR36L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BEC1224L",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BEC1224R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BH12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BH15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "MSW-BH18",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 344,
            "processed": 344,
            "assigned": 48,
            "skipped_existing": 269,
            "failed": 371,
            "errors": [
              {
                "master_sku": "MSW-B12",
                "channel_sku": "MSW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B15",
                "channel_sku": "MSW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B18",
                "channel_sku": "MSW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B21",
                "channel_sku": "MSW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B24",
                "channel_sku": "MSW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B27",
                "channel_sku": "MSW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B30",
                "channel_sku": "MSW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B33",
                "channel_sku": "MSW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B36",
                "channel_sku": "MSW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-B39",
                "channel_sku": "MSW-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BBC36/39L/R",
                "channel_sku": "MSW-BBC36/39L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BBC39/42L/R",
                "channel_sku": "MSW-BBC39/42L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BBC45/48FHL/R",
                "channel_sku": "MSW-BBC45/48FHL/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BBC45/48FHL/R-MC",
                "channel_sku": "MSW-BBC45/48FHL/R-MC",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BBC45/48L/R",
                "channel_sku": "MSW-BBC45/48L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BCOR33L/R",
                "channel_sku": "MSW-BCOR33L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BCOR36L/R",
                "channel_sku": "MSW-BCOR36L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BEC1224L",
                "channel_sku": "MSW-BEC1224L",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BEC1224R",
                "channel_sku": "MSW-BEC1224R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BF3",
                "channel_sku": "MSW-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BF6",
                "channel_sku": "MSW-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BH09",
                "channel_sku": "MSW-BH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BH12",
                "channel_sku": "MSW-BH12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BH15",
                "channel_sku": "MSW-BH15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "MSW-BH18",
                "channel_sku": "MSW-BH18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"maya-snow-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/maya-snow-white",
          "remote_id": "405",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Maya Snow White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 406,
          "custom_attribute_count": 24,
          "pushed": 24,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MerrillPolarWhite_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MerrillPolarWhite_Vignette1a-7e4170b9340062ff.jpg",
              "filename": "MerrillPolarWhite_Vignette1a-7e4170b9340062ff.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/MerrillPolarWhite_0226.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MerrillPolarWhite_0226-fd21f0c823ff4b6a.pdf",
              "filename": "MerrillPolarWhite_0226-fd21f0c823ff4b6a.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MerrillPolarWhite_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MerrillPolarWhite_Vignette1b-3e17f69f2ae755e5.jpg",
              "filename": "MerrillPolarWhite_Vignette1b-3e17f69f2ae755e5.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/merrill-polar-white",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Merrill Polar White",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 185,
            "assignment_count": 185,
            "upserted": 185,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "PB-MW-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BBC3942",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BBC4548",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BC33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BC36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BDEP24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BFH09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-BM8",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-CMC8",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-CMV8",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "PB-MW-DB30-2",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 185,
            "processed": 185,
            "assigned": 0,
            "skipped_existing": 158,
            "failed": 212,
            "errors": [
              {
                "master_sku": "PB-MW-B12",
                "channel_sku": "PB-MW-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B15",
                "channel_sku": "PB-MW-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B18",
                "channel_sku": "PB-MW-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B21",
                "channel_sku": "PB-MW-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B24",
                "channel_sku": "PB-MW-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B27",
                "channel_sku": "PB-MW-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B30",
                "channel_sku": "PB-MW-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B33",
                "channel_sku": "PB-MW-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-B36",
                "channel_sku": "PB-MW-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BBC3942",
                "channel_sku": "PB-MW-BBC3942",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BBC4548",
                "channel_sku": "PB-MW-BBC4548",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BC33",
                "channel_sku": "PB-MW-BC33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BC36",
                "channel_sku": "PB-MW-BC36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BDEP24",
                "channel_sku": "PB-MW-BDEP24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BFH09",
                "channel_sku": "PB-MW-BFH09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-BM8",
                "channel_sku": "PB-MW-BM8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-CMC8",
                "channel_sku": "PB-MW-CMC8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-CMV8",
                "channel_sku": "PB-MW-CMV8",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB12",
                "channel_sku": "PB-MW-DB12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB15",
                "channel_sku": "PB-MW-DB15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB18",
                "channel_sku": "PB-MW-DB18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB21",
                "channel_sku": "PB-MW-DB21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB24",
                "channel_sku": "PB-MW-DB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB30",
                "channel_sku": "PB-MW-DB30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "PB-MW-DB30-2",
                "channel_sku": "PB-MW-DB30-2",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-polar-white\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/merrill-polar-white",
          "remote_id": "406",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Merrill Polar White",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 407,
          "custom_attribute_count": 23,
          "pushed": 23,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2022/03/30-MARCH-2022_northpoint_maui-slate_MERRILL_glamour.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/30-MARCH-2022_northpoint_maui-slate_MERRILL_glamour-17d4e219a2fc27ae.png",
              "filename": "30-MARCH-2022_northpoint_maui-slate_MERRILL_glamour-17d4e219a2fc27ae.png"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/01/Home-Surplus-Kitchen-Measuring-Guide.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/Home-Surplus-Kitchen-Measuring-Guide-25edce321464d030.pdf",
              "filename": "Home-Surplus-Kitchen-Measuring-Guide-25edce321464d030.pdf"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/merrill-slate",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Merrill Slate",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 1930,
            "assignment_count": 1930,
            "upserted": 1930,
            "deactivated": 0,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "ASM-BRO-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-CH-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-NRO-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-OB-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-PW-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-SG-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "ASM-SW-MC3018",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-ASG-MBEP",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-ASG-MPBEP",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-ASG-MWEP30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-ASG-MWEP36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-ASG-MWEP42",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-DWR3L/R",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F330",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F336",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F342",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F396",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F630",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F642",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-F696",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 1/4",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 3/4",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "DNU-PB-SG-OCM8-1",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FW-FROST-BBM",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FW-FROST-BF3",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 295,
            "processed": 295,
            "assigned": 20,
            "skipped_existing": 268,
            "failed": 302,
            "errors": [
              {
                "master_sku": "ASM-BRO-MC3018",
                "channel_sku": "ASM-BRO-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-CH-MC3018",
                "channel_sku": "ASM-CH-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-NRO-MC3018",
                "channel_sku": "ASM-NRO-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-OB-MC3018",
                "channel_sku": "ASM-OB-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-PW-MC3018",
                "channel_sku": "ASM-PW-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-SG-MC3018",
                "channel_sku": "ASM-SG-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "ASM-SW-MC3018",
                "channel_sku": "ASM-SW-MC3018",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-ASG-MBEP",
                "channel_sku": "DNU-ASG-MBEP",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-ASG-MPBEP",
                "channel_sku": "DNU-ASG-MPBEP",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-ASG-MWEP30",
                "channel_sku": "DNU-ASG-MWEP30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-ASG-MWEP36",
                "channel_sku": "DNU-ASG-MWEP36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-ASG-MWEP42",
                "channel_sku": "DNU-ASG-MWEP42",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-DWR3L/R",
                "channel_sku": "DNU-PB-SG-DWR3L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F330",
                "channel_sku": "DNU-PB-SG-F330",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F336",
                "channel_sku": "DNU-PB-SG-F336",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F342",
                "channel_sku": "DNU-PB-SG-F342",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F396",
                "channel_sku": "DNU-PB-SG-F396",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F630",
                "channel_sku": "DNU-PB-SG-F630",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F642",
                "channel_sku": "DNU-PB-SG-F642",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F696",
                "channel_sku": "DNU-PB-SG-F696",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 1/4",
                "channel_sku": "DNU-PB-SG-FPP9648 1/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 3/4",
                "channel_sku": "DNU-PB-SG-FPP9648 3/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-OCM8-1",
                "channel_sku": "DNU-PB-SG-OCM8-1",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FW-FROST-BBM",
                "channel_sku": "FW-FROST-BBM",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FW-FROST-BF3",
                "channel_sku": "FW-FROST-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"merrill-slate\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/merrill-slate",
          "remote_id": "407",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Merrill Slate",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 408,
          "custom_attribute_count": 22,
          "pushed": 22,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/02/glamour_plymouth_espresso_maple.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/glamour_plymouth_espresso_maple-7e3b4bf91a48e16d.jpg",
              "filename": "glamour_plymouth_espresso_maple-7e3b4bf91a48e16d.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/Legacy_PlymouthMapleEspresso_v0326.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/Legacy_PlymouthMapleEspresso_v0326-1965162e5b64e5b7.pdf",
              "filename": "Legacy_PlymouthMapleEspresso_v0326-1965162e5b64e5b7.pdf"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/plymouth-espresso-maple",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Plymouth Espresso Maple",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 0,
            "assignment_count": 0,
            "upserted": 0,
            "deactivated": 10,
            "sku_prefixes": [],
            "samples": []
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 0,
            "processed": 0,
            "assigned": 0,
            "skipped_existing": 0,
            "failed": 0,
            "errors": []
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/plymouth-espresso-maple",
          "remote_id": "408",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Plymouth Espresso Maple",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 409,
          "custom_attribute_count": 20,
          "pushed": 20,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2023/02/glamour_metro_frost_kitchen_Page_1.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/glamour_metro_frost_kitchen_Page_1-8cb8462384c58151.jpg",
              "filename": "glamour_metro_frost_kitchen_Page_1-8cb8462384c58151.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/quest-metro-frost",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Quest Metro Frost",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 229,
            "assignment_count": 229,
            "upserted": 229,
            "deactivated": 7,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "FMF-B09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-B42",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BBM",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BF3",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BF6",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BLB36/39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BLB42/45",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-BLB48/51",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DB12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DB15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DB18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DB24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DSB36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DSF36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMF-DWR3",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 195,
            "processed": 195,
            "assigned": 0,
            "skipped_existing": 168,
            "failed": 222,
            "errors": [
              {
                "master_sku": "FMF-B09",
                "channel_sku": "FMF-B09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B12",
                "channel_sku": "FMF-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B15",
                "channel_sku": "FMF-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B18",
                "channel_sku": "FMF-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B21",
                "channel_sku": "FMF-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B24",
                "channel_sku": "FMF-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B27",
                "channel_sku": "FMF-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B30",
                "channel_sku": "FMF-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B33",
                "channel_sku": "FMF-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B36",
                "channel_sku": "FMF-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B39",
                "channel_sku": "FMF-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-B42",
                "channel_sku": "FMF-B42",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BBM",
                "channel_sku": "FMF-BBM",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BF3",
                "channel_sku": "FMF-BF3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BF6",
                "channel_sku": "FMF-BF6",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BLB36/39",
                "channel_sku": "FMF-BLB36/39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BLB42/45",
                "channel_sku": "FMF-BLB42/45",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-BLB48/51",
                "channel_sku": "FMF-BLB48/51",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DB12",
                "channel_sku": "FMF-DB12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DB15",
                "channel_sku": "FMF-DB15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DB18",
                "channel_sku": "FMF-DB18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DB24",
                "channel_sku": "FMF-DB24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DSB36",
                "channel_sku": "FMF-DSB36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DSF36",
                "channel_sku": "FMF-DSF36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMF-DWR3",
                "channel_sku": "FMF-DWR3",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-frost\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/quest-metro-frost",
          "remote_id": "409",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Quest Metro Frost",
          "provisioned": false
        },
        {
          "channel": "magento",
          "category_id": 410,
          "custom_attribute_count": 23,
          "pushed": 23,
          "uploaded_assets": [
            {
              "field": "thumbnail_image_url",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MetroMist_Vignette1a.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MetroMist_Vignette1a-c1c04e3c3774fac2.jpg",
              "filename": "MetroMist_Vignette1a-c1c04e3c3774fac2.jpg"
            },
            {
              "field": "pdf_url",
              "source_url": "https://www.homesurplus.com/wp-content/uploads/2026/03/FabuwoodMetroMist_0326.pdf",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/FabuwoodMetroMist_0326-58163223a720a350.pdf",
              "filename": "FabuwoodMetroMist_0326-58163223a720a350.pdf"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MetroMist_Vignette1b.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MetroMist_Vignette1b-5c89fde5bfbce1f4.jpg",
              "filename": "MetroMist_Vignette1b-5c89fde5bfbce1f4.jpg"
            },
            {
              "field": "hero_images",
              "source_url": "https://pub-3aedd5936a7e4bea95f3267214a86554.r2.dev/MetroMist_Vignette2.jpg",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/MetroMist_Vignette2-90e5e5b6ba76761c.jpg",
              "filename": "MetroMist_Vignette2-90e5e5b6ba76761c.jpg"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/a/c/accessories.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/accessories-14e16841370490f4.png",
              "filename": "accessories-14e16841370490f4.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/p/a/panels_and_filters.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/panels_and_filters-cd60aaea0fd66c60.png",
              "filename": "panels_and_filters-cd60aaea0fd66c60.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/m/o/moldings.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/moldings-e631ffcea0899097.png",
              "filename": "moldings-e631ffcea0899097.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/b/a/base_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/base_cabinets_1-e2db0d235c095f2d.png",
              "filename": "base_cabinets_1-e2db0d235c095f2d.png"
            },
            {
              "field": "category_icon_url",
              "source_url": "https://dssstaging.homesurplus.com/media/attribute/swatch/swatch_thumb/65x65/w/a/wall_cabinets_1.png",
              "url": "https://dssstaging.homesurplus.com/media/piehs/collections/wall_cabinets_1-c66d9eb28ebdd9fb.png",
              "filename": "wall_cabinets_1-c66d9eb28ebdd9fb.png"
            }
          ],
          "has_start_shopping_config": true,
          "start_shopping_config_chars": 50,
          "verified_start_shopping_config": true,
          "verified_start_shopping_config_chars": 50,
          "listing_apply": {
            "path_slug": "kitchen-cabinets/quest-metro-mist",
            "category_l1": "Kitchen Cabinets",
            "collection": "Kitchen Cabinets / Quest Metro Mist",
            "parent_path_slug": "kitchen-cabinets",
            "dry_run": false,
            "sku_count": 372,
            "assignment_count": 372,
            "upserted": 372,
            "deactivated": 7,
            "sku_prefixes": [],
            "samples": [
              {
                "master_sku": "DNU-PB-SG-DWR3L/R",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F330",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F336",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F342",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F396",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F630",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F642",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-F696",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 1/4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 3/4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-OCM8-1",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-SDP34 4X4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "DNU-PB-SG-SSPA34 4X4",
                "match_source": "explicit_membership"
              },
              {
                "master_sku": "FMM-B09",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B12",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B15",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B18",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B21",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B24",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B27",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B30",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B33",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B36",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B39",
                "match_source": "collection_registry"
              },
              {
                "master_sku": "FMM-B42",
                "match_source": "collection_registry"
              }
            ]
          },
          "product_sync": {
            "dry_run": false,
            "resolved": 204,
            "processed": 204,
            "assigned": 4,
            "skipped_existing": 183,
            "failed": 221,
            "errors": [
              {
                "master_sku": "DNU-PB-SG-DWR3L/R",
                "channel_sku": "DNU-PB-SG-DWR3L/R",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F330",
                "channel_sku": "DNU-PB-SG-F330",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F336",
                "channel_sku": "DNU-PB-SG-F336",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F342",
                "channel_sku": "DNU-PB-SG-F342",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F396",
                "channel_sku": "DNU-PB-SG-F396",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F630",
                "channel_sku": "DNU-PB-SG-F630",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F642",
                "channel_sku": "DNU-PB-SG-F642",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-F696",
                "channel_sku": "DNU-PB-SG-F696",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 1/4",
                "channel_sku": "DNU-PB-SG-FPP9648 1/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-FPP9648 3/4",
                "channel_sku": "DNU-PB-SG-FPP9648 3/4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-OCM8-1",
                "channel_sku": "DNU-PB-SG-OCM8-1",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-SDP34 4X4",
                "channel_sku": "DNU-PB-SG-SDP34 4X4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "DNU-PB-SG-SSPA34 4X4",
                "channel_sku": "DNU-PB-SG-SSPA34 4X4",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B09",
                "channel_sku": "FMM-B09",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B12",
                "channel_sku": "FMM-B12",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B15",
                "channel_sku": "FMM-B15",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B18",
                "channel_sku": "FMM-B18",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B21",
                "channel_sku": "FMM-B21",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B24",
                "channel_sku": "FMM-B24",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B27",
                "channel_sku": "FMM-B27",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B30",
                "channel_sku": "FMM-B30",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B33",
                "channel_sku": "FMM-B33",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B36",
                "channel_sku": "FMM-B36",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B39",
                "channel_sku": "FMM-B39",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              },
              {
                "master_sku": "FMM-B42",
                "channel_sku": "FMM-B42",
                "http_status": 400,
                "error": {
                  "message": "Error occurred during \"custom_attributes\" processing. Attribute \"shopping_collection\" has invalid value. The \"quest-metro-mist\" value's type is invalid. The \"int\" type was expected. Verify and try again."
                },
                "stage": "shopping_filters"
              }
            ]
          },
          "shopping_icons": {
            "dry_run": false,
            "planned": 7,
            "pushed": 5,
            "skipped": 2,
            "errors": []
          },
          "relationship_sync": {
            "updated": 32,
            "skipped": 0,
            "errors": []
          },
          "status": "pushed",
          "path_slug": "kitchen-cabinets/quest-metro-mist",
          "remote_id": "410",
          "target_source": "listing_path_target",
          "remote_path": "Kitchen Cabinets/Quest Metro Mist",
          "provisioned": false
        }
      ]
    },
    "projection_cache": {
      "magento": {
        "status": "ready",
        "channel_code": "magento",
        "connection_id": 4,
        "product_structure": "parent_children",
        "sku_count": 5517,
        "drift_inspect": {
          "channel_code": "magento",
          "connection_id": 4,
          "row_count": 5517,
          "drift_skus": [
            "ACH-B12",
            "ACH-B15",
            "ACH-B18",
            "ACH-B21",
            "ACH-B24",
            "ACH-B27",
            "ACH-B30",
            "ACH-B33",
            "ACH-B36",
            "ACH-B39",
            "ACH-BBC36/39L/R",
            "ACH-BBC39/42L/R",
            "ACH-BBC45/48FHL/R",
            "ACH-BBC45/48FHL/R-MC",
            "ACH-BBC45/48L/R",
            "ACH-BCOR33L/R",
            "ACH-BCOR36L/R",
            "ACH-BEC1224L",
            "ACH-BEC1224R",
            "ACH-BF3",
            "ACH-BF6",
            "ACH-BH09",
            "ACH-BH12",
            "ACH-BH15",
            "ACH-BH18",
            "ACH-BH21",
            "ACH-BH24",
            "ACH-BH27",
            "ACH-BH30",
            "ACH-BH33",
            "ACH-BH36",
            "ACH-BH39",
            "ACH-BM8",
            "ACH-BMC24",
            "ACH-BMC30",
            "ACH-BPP09",
            "ACH-BWB18",
            "ACH-CB",
            "ACH-CSB36",
            "ACH-CSB36-FP",
            "ACH-CVM8",
            "ACH-DB12-3",
            "ACH-DB15-3",
            "ACH-DB18-3",
            "ACH-DB21-3",
            "ACH-DB24-3",
            "ACH-DB27-3",
            "ACH-DB30-2",
            "ACH-DB30-3",
            "ACH-DB33-3",
            "ACH-DB36-3",
            "ACH-DWR3L/R",
            "ACH-EZR33",
            "ACH-EZR36",
            "ACH-F330",
            "ACH-F336",
            "ACH-F342",
            "ACH-F396",
            "ACH-F630",
            "ACH-F642",
            "ACH-F696",
            "ACH-FPP9648 1/4",
            "ACH-FPP9648 3/4",
            "ACH-FPPB9648 1/2",
            "ACH-FS24",
            "ACH-FS30",
            "ACH-FS36",
            "ACH-FS60",
            "ACH-GD-W1215",
            "ACH-GD-W1515",
            "ACH-GD-W1530",
            "ACH-GD-W1536",
            "ACH-GD-W1542",
            "ACH-GD-W1815",
            "ACH-GD-W1830",
            "ACH-GD-W1836",
            "ACH-GD-W1842",
            "ACH-GD-W2115",
            "ACH-GD-W2415",
            "ACH-GD-W2715",
            "ACH-GD-W3015",
            "ACH-GD-W3030",
            "ACH-GD-W3036",
            "ACH-GD-W3042",
            "ACH-GD-W3315",
            "ACH-GD-W3615",
            "ACH-GD-W3630",
            "ACH-GD-W3636",
            "ACH-GD-W3642",
            "ACH-GD-WCOR2415",
            "ACH-GD-WDC2430",
            "ACH-GD-WDC2436",
            "ACH-GD-WDC2442",
            "ACH-GDW1215",
            "ACH-GDW1515",
            "ACH-GDW1530",
            "ACH-GDW1536",
            "ACH-GDW1542",
            "ACH-GDW1815",
            "ACH-GDW1830",
            "ACH-GDW1836",
            "ACH-GDW1842",
            "ACH-GDW2115",
            "ACH-GDW2415",
            "ACH-GDW2715",
            "ACH-GDW3015",
            "ACH-GDW3030",
            "ACH-GDW3036",
            "ACH-GDW3042",
            "ACH-GDW3315",
            "ACH-GDW3615",
            "ACH-GDW3630",
            "ACH-GDW3636",
            "ACH-GDW3642",
            "ACH-GDWCOR2415",
            "ACH-GDWDC2430",
            "ACH-GDWDC2436",
            "ACH-GDWDC2442",
            "ACH-LC1884",
            "ACH-LCVM8",
            "ACH-LM8",
            "ACH-LRM8",
            "ACH-M2436",
            "ACH-MBEP",
            "ACH-MC3018",
            "ACH-MPBEP",
            "ACH-MWEP15",
            "ACH-MWEP30",
            "ACH-MWEP36",
            "ACH-MWEP42",
            "ACH-OC3384",
            "ACH-OC3390",
            "ACH-OC3396",
            "ACH-OCM8-1",
            "ACH-PC1884",
            "ACH-PC1890",
            "ACH-PC1896",
            "ACH-PC2484",
            "ACH-PC2490",
            "ACH-PC2496",
            "ACH-PC3084",
            "ACH-PC3090",
            "ACH-PC3096",
            "ACH-REP120",
            "ACH-REP96",
            "ACH-SB24",
            "ACH-SB27",
            "ACH-SB30",
            "ACH-SB33",
            "ACH-SB36",
            "ACH-SBF30",
            "ACH-SBF36",
            "ACH-SBM8",
            "ACH-SC10",
            "ACH-SD",
            "ACH-SDP34 4X4",
            "ACH-SHM8",
            "ACH-SM8",
            "ACH-SSPA34 4X4",
            "ACH-TK8",
            "ACH-TKBM8",
            "ACH-TLM8",
            "ACH-TOUCH UP KIT",
            "ACH-V54",
            "ACH-VA2421",
            "ACH-VA3021",
            "ACH-VA3621",
            "ACH-VDB12-3",
            "ACH-VDB15-3",
            "ACH-VDB18-3",
            "ACH-VKD3021",
            "ACH-VSD3021DL",
            "ACH-VSD3021DR",
            "ACH-VSD3621DL",
            "ACH-VSD3621DR",
            "ACH-VSD4821DLR",
            "ACH-VSD6021DLR",
            "ACH-W0930",
            "ACH-W0936",
            "ACH-W0942",
            "ACH-W1230",
            "ACH-W1236",
            "ACH-W1242",
            "ACH-W1530",
            "ACH-W1536",
            "ACH-W1542",
            "ACH-W1830",
            "ACH-W1836",
            "ACH-W1842",
            "ACH-W2130",
            "ACH-W2136",
            "ACH-W2142",
            "ACH-W2412",
            "ACH-W2415",
            "ACH-W2418",
            "ACH-W2424",
            "ACH-W2430",
            "ACH-W2436",
            "ACH-W2442",
            "ACH-W2730",
            "ACH-W2736",
            "ACH-W2742",
            "ACH-W3012",
            "ACH-W301224",
            "ACH-W3015",
            "ACH-W3018",
            "ACH-W301824",
            "ACH-W3024",
            "ACH-W302424",
            "ACH-W3030",
            "ACH-W3036",
            "ACH-W3042",
            "ACH-W331224",
            "ACH-W3315",
            "ACH-W3318",
            "ACH-W3324",
            "ACH-W3330",
            "ACH-W3336",
            "ACH-W3342",
            "ACH-W3612",
            "ACH-W361224",
            "ACH-W3615",
            "ACH-W3618",
            "ACH-W361824",
            "ACH-W3624",
            "ACH-W362424",
            "ACH-W3630",
            "ACH-W3636",
            "ACH-W3642",
            "ACH-W3930",
            "ACH-WBC2730",
            "ACH-WBC2736",
            "ACH-WBC2742",
            "ACH-WCOR2430",
            "ACH-WCOR2436",
            "ACH-WCOR2442",
            "ACH-WDC2430",
            "ACH-WDC2436",
            "ACH-WDC2442",
            "ACH-WECA30",
            "ACH-WECA36",
            "ACH-WECA42",
            "ACH-WHB3624",
            "ACH-WHB3630",
            "ACH-WOC1215",
            "ACH-WOC1515",
            "ACH-WOC1530",
            "ACH-WOC1536",
            "ACH-WOC1542",
            "ACH-WOC1815",
            "ACH-WOC1830",
            "ACH-WOC1836",
            "ACH-WOC1842",
            "ACH-WOC2115",
            "ACH-WOC2415",
            "ACH-WOC2715",
            "ACH-WOC3015",
            "ACH-WOC3030",
            "ACH-WOC3036",
            "ACH-WOC3042",
            "ACH-WOC3315",
            "ACH-WOC3615",
            "ACH-WOC3630",
            "ACH-WOC3636",
            "ACH-WOC3642",
            "ACH-WOCD2430",
            "ACH-WOCD2436",
            "ACH-WOCD2442",
            "ACH-WOCOR2415",
            "ACH-WSC1818",
            "ANRO-B12",
            "ANRO-B15",
            "ANRO-B18",
            "ANRO-B21",
            "ANRO-B24",
            "ANRO-B27",
            "ANRO-B30",
            "ANRO-B33",
            "ANRO-B36",
            "ANRO-B39",
            "ANRO-BBC36/39L/R",
            "ANRO-BBC39/42L/R",
            "ANRO-BBC45/48FHL/R",
            "ANRO-BBC45/48FHL/R-MC",
            "ANRO-BBC45/48L/R",
            "ANRO-BCOR33L/R",
            "ANRO-BCOR36L/R",
            "ANRO-BEC1224L",
            "ANRO-BEC1224R",
            "ANRO-BF3",
            "ANRO-BF6",
            "ANRO-BH09",
            "ANRO-BH12",
            "ANRO-BH15",
            "ANRO-BH18",
            "ANRO-BH21",
            "ANRO-BH24",
            "ANRO-BH27",
            "ANRO-BH30",
            "ANRO-BH33",
            "ANRO-BH36",
            "ANRO-BH39",
            "ANRO-BM8",
            "ANRO-BMC24",
            "ANRO-BMC30",
            "ANRO-BPP09",
            "ANRO-BWB18",
            "ANRO-CLEARANCE KIT",
            "ANRO-CLEARANCE KIT TALL",
            "ANRO-CSB36",
            "ANRO-CSB36-FP",
            "ANRO-CVM8",
            "ANRO-DB12-3",
            "ANRO-DB15-3",
            "ANRO-DB18-3",
            "ANRO-DB21-3",
            "ANRO-DB24-3",
            "ANRO-DB27-3",
            "ANRO-DB30-2",
            "ANRO-DB30-3",
            "ANRO-DB33-3",
            "ANRO-DB36-3",
            "ANRO-DWR3L/R",
            "ANRO-EZR33",
            "ANRO-EZR36",
            "ANRO-F330",
            "ANRO-F336",
            "ANRO-F342",
            "ANRO-F396",
            "ANRO-F630",
            "ANRO-F642",
            "ANRO-F696",
            "ANRO-FPP9648 1/4",
            "ANRO-FPP9648 3/4",
            "ANRO-FPP9648GL 1/4",
            "ANRO-FPPB9648 1/2",
            "ANRO-FS24",
            "ANRO-FS30",
            "ANRO-FS36",
            "ANRO-FS60",
            "ANRO-GD-W1215",
            "ANRO-GD-W1515",
            "ANRO-GD-W1530",
            "ANRO-GD-W1536",
            "ANRO-GD-W1542",
            "ANRO-GD-W1815",
            "ANRO-GD-W1830",
            "ANRO-GD-W1836",
            "ANRO-GD-W1842",
            "ANRO-GD-W2115",
            "ANRO-GD-W2415",
            "ANRO-GD-W2715",
            "ANRO-GD-W3015",
            "ANRO-GD-W3030",
            "ANRO-GD-W3036",
            "ANRO-GD-W3042",
            "ANRO-GD-W3315",
            "ANRO-GD-W3615",
            "ANRO-GD-W3630",
            "ANRO-GD-W3636",
            "ANRO-GD-W3642",
            "ANRO-GD-WCOR2415",
            "ANRO-GD-WDC2430",
            "ANRO-GD-WDC2436",
            "ANRO-GD-WDC2442",
            "ANRO-GDW1215",
            "ANRO-GDW1515",
            "ANRO-GDW1530",
            "ANRO-GDW1536",
            "ANRO-GDW1542",
            "ANRO-GDW1815",
            "ANRO-GDW1830",
            "ANRO-GDW1836",
            "ANRO-GDW1842",
            "ANRO-GDW2115",
            "ANRO-GDW2415",
            "ANRO-GDW2715",
            "ANRO-GDW3015",
            "ANRO-GDW3030",
            "ANRO-GDW3036",
            "ANRO-GDW3042",
            "ANRO-GDW3315",
            "ANRO-GDW3615",
            "ANRO-GDW3630",
            "ANRO-GDW3636",
            "ANRO-GDW3642",
            "ANRO-GDWCOR2415",
            "ANRO-GDWDC2430",
            "ANRO-GDWDC2436",
            "ANRO-GDWDC2442",
            "ANRO-LC1884",
            "ANRO-LCVM8",
            "ANRO-LM8",
            "ANRO-LRM8",
            "ANRO-M2436",
            "ANRO-MBEP",
            "ANRO-MC3018",
            "ANRO-MPBEP",
            "ANRO-MWEP15",
            "ANRO-MWEP30",
            "ANRO-MWEP36",
            "ANRO-MWEP42",
            "ANRO-OC3384",
            "ANRO-OC3390",
            "ANRO-OC3396",
            "ANRO-OCM8-1",
            "ANRO-PC1884",
            "ANRO-PC1890",
            "ANRO-PC1896",
            "ANRO-PC2484",
            "ANRO-PC2490",
            "ANRO-PC2496",
            "ANRO-PC3084",
            "ANRO-PC3090",
            "ANRO-PC3096",
            "ANRO-REP120",
            "ANRO-REP96",
            "ANRO-SB24",
            "ANRO-SB27",
            "ANRO-SB30",
            "ANRO-SB33",
            "ANRO-SB36",
            "ANRO-SBF30",
            "ANRO-SBF36",
            "ANRO-SBM8",
            "ANRO-SC10",
            "ANRO-SD",
            "ANRO-SDP34 4X4",
            "ANRO-SHM8",
            "ANRO-SK12",
            "ANRO-SK15",
            "ANRO-SK18",
            "ANRO-SK24",
            "ANRO-SK30",
            "ANRO-SK36",
            "ANRO-SK42",
            "ANRO-SKB",
            "ANRO-SM8",
            "ANRO-SSPA34 4X4",
            "ANRO-TK8",
            "ANRO-TKBM8",
            "ANRO-TOUCH UP KIT",
            "ANRO-V54",
            "ANRO-VA2421",
            "ANRO-VA3021",
            "ANRO-VA3621",
            "ANRO-VDB12-3",
            "ANRO-VDB15-3",
            "ANRO-VDB18-3",
            "ANRO-VKD3021",
            "ANRO-VSD3021DL",
            "ANRO-VSD3021DR",
            "ANRO-VSD3621DL",
            "ANRO-VSD3621DR",
            "ANRO-VSD4821DLR",
            "ANRO-VSD6021DLR",
            "ANRO-W0930",
            "ANRO-W0936",
            "ANRO-W0942",
            "ANRO-W1230",
            "ANRO-W1236",
            "ANRO-W1242",
            "ANRO-W1530",
            "ANRO-W1536",
            "ANRO-W1542",
            "ANRO-W1830",
            "ANRO-W1836",
            "ANRO-W1842",
            "ANRO-W2130",
            "ANRO-W2136",
            "ANRO-W2142",
            "ANRO-W2412",
            "ANRO-W2415",
            "ANRO-W2418",
            "ANRO-W2424",
            "ANRO-W2430",
            "ANRO-W2436",
            "ANRO-W2442",
            "ANRO-W2730",
            "ANRO-W2736",
            "ANRO-W2742",
            "ANRO-W3012",
            "ANRO-W301224",
            "ANRO-W3015",
            "ANRO-W3018",
            "ANRO-W301824",
            "ANRO-W3024",
            "ANRO-W302424",
            "ANRO-W3030",
            "ANRO-W3036",
            "ANRO-W3042",
            "ANRO-W331224",
            "ANRO-W3315",
            "ANRO-W3318",
            "ANRO-W3324",
            "ANRO-W3330",
            "ANRO-W3336",
            "ANRO-W3342",
            "ANRO-W3612",
            "ANRO-W361224",
            "ANRO-W3615",
            "ANRO-W3618",
            "ANRO-W361824",
            "ANRO-W3624",
            "ANRO-W362424",
            "ANRO-W3630",
            "ANRO-W3636",
            "ANRO-W3642",
            "ANRO-W3930",
            "ANRO-WBC2730",
            "ANRO-WBC2736",
            "ANRO-WBC2742",
            "ANRO-WCOR2430",
            "ANRO-WCOR2436",
            "ANRO-WCOR2442",
            "ANRO-WDC2430",
            "ANRO-WDC2436",
            "ANRO-WDC2442",
            "ANRO-WECA30",
            "ANRO-WECA36",
            "ANRO-WECA42",
            "ANRO-WHB3624",
            "ANRO-WHB3630",
            "ANRO-WOC1215",
            "ANRO-WOC1515",
            "ANRO-WOC1530",
            "ANRO-WOC1536",
            "ANRO-WOC1542",
            "ANRO-WOC1815",
            "ANRO-WOC1830",
            "ANRO-WOC1836",
            "ANRO-WOC1842",
            "ANRO-WOC2115",
            "ANRO-WOC2415",
            "ANRO-WOC2715",
            "ANRO-WOC3015",
            "ANRO-WOC3030",
            "ANRO-WOC3036",
            "ANRO-WOC3042",
            "ANRO-WOC3315",
            "ANRO-WOC3615",
            "ANRO-WOC3630",
            "ANRO-WOC3636",
            "ANRO-WOC3642",
            "ANRO-WOCD2430",
            "ANRO-WOCD2436",
            "ANRO-WOCD2442",
            "ANRO-WOCOR2415",
            "ANRO-WSC1818",
            "ASG-B12",
            "ASG-B15",
            "ASG-B18",
            "ASG-B21",
            "ASG-B24",
            "ASG-B27",
            "ASG-B30",
            "ASG-B33",
            "ASG-B36",
            "ASG-B39",
            "ASG-BBC36/39L/R",
            "ASG-BBC39/42L/R",
            "ASG-BBC45/48FHL/R",
            "ASG-BBC45/48FHL/R-MC",
            "ASG-BBC45/48L/R",
            "ASG-BCOR33L/R",
            "ASG-BCOR36L/R",
            "ASG-BEC1224L",
            "ASG-BEC1224R",
            "ASG-BF3",
            "ASG-BF6",
            "ASG-BH09",
            "ASG-BH12",
            "ASG-BH15",
            "ASG-BH18",
            "ASG-BH21",
            "ASG-BH24",
            "ASG-BH27",
            "ASG-BH30",
            "ASG-BH33",
            "ASG-BH36",
            "ASG-BH39",
            "ASG-BM8",
            "ASG-BMC24",
            "ASG-BMC30",
            "ASG-BPP09",
            "ASG-BWB18",
            "ASG-CSB36",
            "ASG-CSB36-FP",
            "ASG-CVM8",
            "ASG-DB12-3",
            "ASG-DB15-3",
            "ASG-DB18-3",
            "ASG-DB21-3",
            "ASG-DB24-3",
            "ASG-DB27-3",
            "ASG-DB30-2",
            "ASG-DB30-3",
            "ASG-DB33-3",
            "ASG-DB36-3",
            "ASG-DWR3L/R",
            "ASG-EZR33",
            "ASG-EZR36",
            "ASG-F330",
            "ASG-F336",
            "ASG-F342",
            "ASG-F396",
            "ASG-F630",
            "ASG-F642",
            "ASG-F696",
            "ASG-FPP9648 1/4",
            "ASG-FPP9648 3/4",
            "ASG-FPPB9648 1/2",
            "ASG-FS24",
            "ASG-FS30",
            "ASG-FS36",
            "ASG-FS60",
            "ASG-GALLON OF PAINT",
            "ASG-GD-W1530",
            "ASG-GD-W1536",
            "ASG-GD-W1542",
            "ASG-GD-W1830",
            "ASG-GD-W1836",
            "ASG-GD-W1842",
            "ASG-GD-W3030",
            "ASG-GD-W3036",
            "ASG-GD-W3042",
            "ASG-GD-W3630",
            "ASG-GD-W3636",
            "ASG-GD-W3642",
            "ASG-GD-WDC2430",
            "ASG-GD-WDC2436",
            "ASG-GD-WDC2442",
            "ASG-GDW1530",
            "ASG-GDW1536",
            "ASG-GDW1542",
            "ASG-GDW1830",
            "ASG-GDW1836",
            "ASG-GDW1842",
            "ASG-GDW3030",
            "ASG-GDW3036",
            "ASG-GDW3042",
            "ASG-GDW3630",
            "ASG-GDW3636",
            "ASG-GDW3642",
            "ASG-GDWDC2430",
            "ASG-GDWDC2436",
            "ASG-GDWDC2442",
            "ASG-LC1884",
            "ASG-LCVM8",
            "ASG-LM8",
            "ASG-LRM8",
            "ASG-M2436",
            "ASG-MBEP",
            "ASG-MC3018",
            "ASG-MPBEP",
            "ASG-MWEP30",
            "ASG-MWEP36",
            "ASG-MWEP42",
            "ASG-OC3384",
            "ASG-OC3390",
            "ASG-OC3396",
            "ASG-OCM8-1",
            "ASG-PC1884",
            "ASG-PC1890",
            "ASG-PC1896",
            "ASG-PC2484",
            "ASG-PC2490",
            "ASG-PC2496",
            "ASG-PC3084",
            "ASG-PC3090",
            "ASG-PC3096",
            "ASG-PINT OF PAINT",
            "ASG-QUART OF PAINT",
            "ASG-REP120",
            "ASG-REP96",
            "ASG-SB24",
            "ASG-SB27",
            "ASG-SB30",
            "ASG-SB33",
            "ASG-SB36",
            "ASG-SBF30",
            "ASG-SBF36",
            "ASG-SBM8",
            "ASG-SC10",
            "ASG-SD",
            "ASG-SDP34 4X4",
            "ASG-SHM8",
            "ASG-SM8",
            "ASG-SPRAY CAN",
            "ASG-SSPA34 4X4",
            "ASG-TK8",
            "ASG-TKBM8",
            "ASG-TLM8",
            "ASG-TOUCH UP KIT",
            "ASG-V54",
            "ASG-VA2421",
            "ASG-VA3021",
            "ASG-VA3621",
            "ASG-VDB12-3",
            "ASG-VDB15-3",
            "ASG-VDB18-3",
            "ASG-VKD3021",
            "ASG-VSD3021DL",
            "ASG-VSD3021DR",
            "ASG-VSD3621DL",
            "ASG-VSD3621DR",
            "ASG-VSD4821DLR",
            "ASG-VSD6021DLR",
            "ASG-W0930",
            "ASG-W0936",
            "ASG-W0942",
            "ASG-W1230",
            "ASG-W1236",
            "ASG-W1242",
            "ASG-W1530",
            "ASG-W1536",
            "ASG-W1542",
            "ASG-W1830",
            "ASG-W1836",
            "ASG-W1842",
            "ASG-W2130",
            "ASG-W2136",
            "ASG-W2142",
            "ASG-W2412",
            "ASG-W2415",
            "ASG-W2418",
            "ASG-W2424",
            "ASG-W2430",
            "ASG-W2436",
            "ASG-W2442",
            "ASG-W2730",
            "ASG-W2736",
            "ASG-W2742",
            "ASG-W3012",
            "ASG-W301224",
            "ASG-W3015",
            "ASG-W3018",
            "ASG-W301824",
            "ASG-W3024",
            "ASG-W302424",
            "ASG-W3030",
            "ASG-W3036",
            "ASG-W3042",
            "ASG-W331224",
            "ASG-W3315",
            "ASG-W3318",
            "ASG-W3324",
            "ASG-W3330",
            "ASG-W3336",
            "ASG-W3342",
            "ASG-W3612",
            "ASG-W361224",
            "ASG-W3615",
            "ASG-W3618",
            "ASG-W361824",
            "ASG-W3624",
            "ASG-W362424",
            "ASG-W3630",
            "ASG-W3636",
            "ASG-W3642",
            "ASG-W3930",
            "ASG-WBC2730",
            "ASG-WBC2736",
            "ASG-WBC2742",
            "ASG-WCOR2430",
            "ASG-WCOR2436",
            "ASG-WCOR2442",
            "ASG-WDC2430",
            "ASG-WDC2436",
            "ASG-WDC2442",
            "ASG-WECA30",
            "ASG-WECA36",
            "ASG-WECA42",
            "ASG-WHB3624",
            "ASG-WHB3630",
            "ASG-WOC1530",
            "ASG-WOC1536",
            "ASG-WOC1542",
            "ASG-WOC1830",
            "ASG-WOC1836",
            "ASG-WOC1842",
            "ASG-WOC3030",
            "ASG-WOC3036",
            "ASG-WOC3042",
            "ASG-WOC3630",
            "ASG-WOC3636",
            "ASG-WOC3642",
            "ASG-WOCD2430",
            "ASG-WOCD2436",
            "ASG-WOCD2442",
            "ASG-WSC1818",
            "ASM-BRO-MC3018",
            "ASM-BRO-WOC1215",
            "ASM-BRO-WOC1515",
            "ASM-BRO-WOC1530",
            "ASM-BRO-WOC1536",
            "ASM-BRO-WOC1542",
            "ASM-BRO-WOC1815",
            "ASM-BRO-WOC1830",
            "ASM-BRO-WOC1836",
            "ASM-BRO-WOC1842",
            "ASM-BRO-WOC2115",
            "ASM-BRO-WOC2415",
            "ASM-BRO-WOC2715",
            "ASM-BRO-WOC3015",
            "ASM-BRO-WOC3030",
            "ASM-BRO-WOC3036",
            "ASM-BRO-WOC3042",
            "ASM-BRO-WOC3315",
            "ASM-BRO-WOC3615",
            "ASM-BRO-WOC3630",
            "ASM-BRO-WOC3636",
            "ASM-BRO-WOC3642",
            "ASM-BRO-WOCD2430",
            "ASM-BRO-WOCD2436",
            "ASM-BRO-WOCD2442",
            "ASM-BRO-WOCOR2415",
            "ASM-BRO-WSC1818",
            "ASM-CH-MC3018",
            "ASM-CH-WOC1215",
            "ASM-CH-WOC1515",
            "ASM-CH-WOC1530",
            "ASM-CH-WOC1536",
            "ASM-CH-WOC1542",
            "ASM-CH-WOC1815",
            "ASM-CH-WOC1830",
            "ASM-CH-WOC1836",
            "ASM-CH-WOC1842",
            "ASM-CH-WOC2115",
            "ASM-CH-WOC2415",
            "ASM-CH-WOC2715",
            "ASM-CH-WOC3015",
            "ASM-CH-WOC3030",
            "ASM-CH-WOC3036",
            "ASM-CH-WOC3042",
            "ASM-CH-WOC3315",
            "ASM-CH-WOC3615",
            "ASM-CH-WOC3630",
            "ASM-CH-WOC3636",
            "ASM-CH-WOC3642",
            "ASM-CH-WOCD2430",
            "ASM-CH-WOCD2436",
            "ASM-CH-WOCD2442",
            "ASM-CH-WOCOR2415",
            "ASM-CH-WSC1818",
            "ASM-NRO-MC3018",
            "ASM-NRO-WOC1215",
            "ASM-NRO-WOC1515",
            "ASM-NRO-WOC1530",
            "ASM-NRO-WOC1536",
            "ASM-NRO-WOC1542",
            "ASM-NRO-WOC1815",
            "ASM-NRO-WOC1830",
            "ASM-NRO-WOC1836",
            "ASM-NRO-WOC1842",
            "ASM-NRO-WOC2115",
            "ASM-NRO-WOC2415",
            "ASM-NRO-WOC2715",
            "ASM-NRO-WOC3015",
            "ASM-NRO-WOC3030",
            "ASM-NRO-WOC3036",
            "ASM-NRO-WOC3042",
            "ASM-NRO-WOC3315",
            "ASM-NRO-WOC3615",
            "ASM-NRO-WOC3630",
            "ASM-NRO-WOC3636",
            "ASM-NRO-WOC3642",
            "ASM-NRO-WOCD2430",
            "ASM-NRO-WOCD2436",
            "ASM-NRO-WOCD2442",
            "ASM-NRO-WOCOR2415",
            "ASM-NRO-WSC1818",
            "ASM-OB-MC3018",
            "ASM-OB-WOC1530",
            "ASM-OB-WOC1536",
            "ASM-OB-WOC1542",
            "ASM-OB-WOC1830",
            "ASM-OB-WOC1836",
            "ASM-OB-WOC1842",
            "ASM-OB-WOC3030",
            "ASM-OB-WOC3036",
            "ASM-OB-WOC3042",
            "ASM-OB-WOC3630",
            "ASM-OB-WOC3636",
            "ASM-OB-WOC3642",
            "ASM-OB-WOCD2430",
            "ASM-OB-WOCD2436",
            "ASM-OB-WOCD2442",
            "ASM-OB-WSC1818",
            "ASM-PW-MC3018",
            "ASM-PW-WOC1215",
            "ASM-PW-WOC1515",
            "ASM-PW-WOC1530",
            "ASM-PW-WOC1536",
            "ASM-PW-WOC1542",
            "ASM-PW-WOC1815",
            "ASM-PW-WOC1830",
            "ASM-PW-WOC1836",
            "ASM-PW-WOC1842",
            "ASM-PW-WOC2115",
            "ASM-PW-WOC2415",
            "ASM-PW-WOC2715",
            "ASM-PW-WOC3015",
            "ASM-PW-WOC3030",
            "ASM-PW-WOC3036",
            "ASM-PW-WOC3042",
            "ASM-PW-WOC3315",
            "ASM-PW-WOC3615",
            "ASM-PW-WOC3630",
            "ASM-PW-WOC3636",
            "ASM-PW-WOC3642",
            "ASM-PW-WOCD2430",
            "ASM-PW-WOCD2436",
            "ASM-PW-WOCD2442",
            "ASM-PW-WOCOR2415",
            "ASM-PW-WSC1818",
            "ASM-SG-MC3018",
            "ASM-SG-WOC1530",
            "ASM-SG-WOC1536",
            "ASM-SG-WOC1542",
            "ASM-SG-WOC1830",
            "ASM-SG-WOC1836",
            "ASM-SG-WOC1842",
            "ASM-SG-WOC3030",
            "ASM-SG-WOC3036",
            "ASM-SG-WOC3042",
            "ASM-SG-WOC3630",
            "ASM-SG-WOC3636",
            "ASM-SG-WOC3642",
            "ASM-SG-WOCD2430",
            "ASM-SG-WOCD2436",
            "ASM-SG-WOCD2442",
            "ASM-SG-WSC1818",
            "ASM-SW-MC3018",
            "ASM-SW-WOC1215",
            "ASM-SW-WOC1515",
            "ASM-SW-WOC1530",
            "ASM-SW-WOC1536",
            "ASM-SW-WOC1542",
            "ASM-SW-WOC1815",
            "ASM-SW-WOC1830",
            "ASM-SW-WOC1836",
            "ASM-SW-WOC1842",
            "ASM-SW-WOC2115",
            "ASM-SW-WOC2415",
            "ASM-SW-WOC2715",
            "ASM-SW-WOC3015",
            "ASM-SW-WOC3030",
            "ASM-SW-WOC3036",
            "ASM-SW-WOC3042",
            "ASM-SW-WOC3315",
            "ASM-SW-WOC3615",
            "ASM-SW-WOC3630",
            "ASM-SW-WOC3636",
            "ASM-SW-WOC3642",
            "ASM-SW-WOCD2430",
            "ASM-SW-WOCD2436",
            "ASM-SW-WOCD2442",
            "ASM-SW-WOCOR2415",
            "ASM-SW-WSC1818",
            "ASW-B12",
            "ASW-B15",
            "ASW-B18",
            "ASW-B21",
            "ASW-B24",
            "ASW-B27",
            "ASW-B30",
            "ASW-B33",
            "ASW-B36",
            "ASW-B39",
            "ASW-BBC36/39L/R",
            "ASW-BBC39/42L/R",
            "ASW-BBC45/48FHL/R",
            "ASW-BBC45/48FHL/R-MC",
            "ASW-BBC45/48L/R",
            "ASW-BCOR33L/R",
            "ASW-BCOR36L/R",
            "ASW-BEC1224L",
            "ASW-BEC1224R",
            "ASW-BF3",
            "ASW-BF6",
            "ASW-BH09",
            "ASW-BH12",
            "ASW-BH15",
            "ASW-BH18",
            "ASW-BH21",
            "ASW-BH24",
            "ASW-BH27",
            "ASW-BH30",
            "ASW-BH33",
            "ASW-BH36",
            "ASW-BH39",
            "ASW-BM8",
            "ASW-BMC24",
            "ASW-BMC30",
            "ASW-BPP09",
            "ASW-BWB18",
            "ASW-CSB36",
            "ASW-CSB36-FP",
            "ASW-CVM8",
            "ASW-DB12-3",
            "ASW-DB15-3",
            "ASW-DB18-3",
            "ASW-DB21-3",
            "ASW-DB24-3",
            "ASW-DB27-3",
            "ASW-DB30-2",
            "ASW-DB30-3",
            "ASW-DB33-3",
            "ASW-DB36-3",
            "ASW-DWR3L/R",
            "ASW-EZR33",
            "ASW-EZR36",
            "ASW-F330",
            "ASW-F336",
            "ASW-F342",
            "ASW-F396",
            "ASW-F630",
            "ASW-F642",
            "ASW-F696",
            "ASW-FPP9648 1/4",
            "ASW-FPP9648 3/4",
            "ASW-FPPB9648 1/2",
            "ASW-FS24",
            "ASW-FS30",
            "ASW-FS36",
            "ASW-FS60",
            "ASW-GALLON OF PAINT",
            "ASW-GD-W1215",
            "ASW-GD-W1515",
            "ASW-GD-W1530",
            "ASW-GD-W1536",
            "ASW-GD-W1542",
            "ASW-GD-W1815",
            "ASW-GD-W1830",
            "ASW-GD-W1836",
            "ASW-GD-W1842",
            "ASW-GD-W2115",
            "ASW-GD-W2415",
            "ASW-GD-W2715",
            "ASW-GD-W3015",
            "ASW-GD-W3030",
            "ASW-GD-W3036",
            "ASW-GD-W3042",
            "ASW-GD-W3315",
            "ASW-GD-W3615",
            "ASW-GD-W3630",
            "ASW-GD-W3636",
            "ASW-GD-W3642",
            "ASW-GD-WCOR2415",
            "ASW-GD-WDC2430",
            "ASW-GD-WDC2436",
            "ASW-GD-WDC2442",
            "ASW-GDW1215",
            "ASW-GDW1515",
            "ASW-GDW1530",
            "ASW-GDW1536",
            "ASW-GDW1542",
            "ASW-GDW1815",
            "ASW-GDW1830",
            "ASW-GDW1836",
            "ASW-GDW1842",
            "ASW-GDW2115",
            "ASW-GDW2415",
            "ASW-GDW2715",
            "ASW-GDW3015",
            "ASW-GDW3030",
            "ASW-GDW3036",
            "ASW-GDW3042",
            "ASW-GDW3315",
            "ASW-GDW3615",
            "ASW-GDW3630",
            "ASW-GDW3636",
            "ASW-GDW3642",
            "ASW-GDWCOR2415",
            "ASW-GDWDC2430",
            "ASW-GDWDC2436",
            "ASW-GDWDC2442",
            "ASW-LC1884",
            "ASW-LCVM8",
            "ASW-LM8",
            "ASW-LRM8",
            "ASW-M2436",
            "ASW-MBEP",
            "ASW-MC3018",
            "ASW-MPBEP",
            "ASW-MWEP15",
            "ASW-MWEP30",
            "ASW-MWEP36",
            "ASW-MWEP42",
            "ASW-OC3384",
            "ASW-OC3390",
            "ASW-OC3396",
            "ASW-OCM8-1",
            "ASW-PC1884",
            "ASW-PC1890",
            "ASW-PC1896",
            "ASW-PC2484",
            "ASW-PC2490",
            "ASW-PC2496",
            "ASW-PC3084",
            "ASW-PC3090",
            "ASW-PC3096",
            "ASW-PINT OF PAINT",
            "ASW-QUART OF PAINT",
            "ASW-REP120",
            "ASW-REP96",
            "ASW-SB24",
            "ASW-SB27",
            "ASW-SB30",
            "ASW-SB33",
            "ASW-SB36",
            "ASW-SBF30",
            "ASW-SBF36",
            "ASW-SBM8",
            "ASW-SC10",
            "ASW-SD",
            "ASW-SDP34 4X4",
            "ASW-SHM8",
            "ASW-SM8",
            "ASW-SPRAY CAN",
            "ASW-SSPA34 4X4",
            "ASW-TK8",
            "ASW-TKBM8",
            "ASW-TLM8",
            "ASW-TOUCH UP KIT",
            "ASW-V54",
            "ASW-VA2421",
            "ASW-VA3021",
            "ASW-VA3621",
            "ASW-VDB12-3",
            "ASW-VDB15-3",
            "ASW-VDB18-3",
            "ASW-VKD3021",
            "ASW-VSD3021DL",
            "ASW-VSD3021DR",
            "ASW-VSD3621DL",
            "ASW-VSD3621DR",
            "ASW-VSD4821DLR",
            "ASW-VSD6021DLR",
            "ASW-W0930",
            "ASW-W0936",
            "ASW-W0942",
            "ASW-W1230",
            "ASW-W1236",
            "ASW-W1242",
            "ASW-W1530",
            "ASW-W1536",
            "ASW-W1542",
            "ASW-W1830",
            "ASW-W1836",
            "ASW-W1842",
            "ASW-W2130",
            "ASW-W2136",
            "ASW-W2142",
            "ASW-W2412",
            "ASW-W2415",
            "ASW-W2418",
            "ASW-W2424",
            "ASW-W2430",
            "ASW-W2436",
            "ASW-W2442",
            "ASW-W2730",
            "ASW-W2736",
            "ASW-W2742",
            "ASW-W3012",
            "ASW-W301224",
            "ASW-W3015",
            "ASW-W3018",
            "ASW-W301824",
            "ASW-W3024",
            "ASW-W302424",
            "ASW-W3030",
            "ASW-W3036",
            "ASW-W3042",
            "ASW-W331224",
            "ASW-W3315",
            "ASW-W3318",
            "ASW-W3324",
            "ASW-W3330",
            "ASW-W3336",
            "ASW-W3342",
            "ASW-W3612",
            "ASW-W361224",
            "ASW-W3615",
            "ASW-W3618",
            "ASW-W361824",
            "ASW-W3624",
            "ASW-W362424",
            "ASW-W3630",
            "ASW-W3636",
            "ASW-W3642",
            "ASW-W3930",
            "ASW-WBC2730",
            "ASW-WBC2736",
            "ASW-WBC2742",
            "ASW-WCOR2430",
            "ASW-WCOR2436",
            "ASW-WCOR2442",
            "ASW-WDC2430",
            "ASW-WDC2436",
            "ASW-WDC2442",
            "ASW-WECA30",
            "ASW-WECA36",
            "ASW-WECA42",
            "ASW-WHB3624",
            "ASW-WHB3630",
            "ASW-WOC1215",
            "ASW-WOC1515",
            "ASW-WOC1530",
            "ASW-WOC1536",
            "ASW-WOC1542",
            "ASW-WOC1815",
            "ASW-WOC1830",
            "ASW-WOC1836",
            "ASW-WOC1842",
            "ASW-WOC2115",
            "ASW-WOC2415",
            "ASW-WOC2715",
            "ASW-WOC3015",
            "ASW-WOC3030",
            "ASW-WOC3036",
            "ASW-WOC3042",
            "ASW-WOC3315",
            "ASW-WOC3615",
            "ASW-WOC3630",
            "ASW-WOC3636",
            "ASW-WOC3642",
            "ASW-WOCD2430",
            "ASW-WOCD2436",
            "ASW-WOCD2442",
            "ASW-WOCOR2415",
            "ASW-WSC1818",
            "BDW-12B",
            "BDW-12W",
            "BDW-12WT",
            "BDW-12WXT",
            "BDW-15B",
            "BDW-15D",
            "BDW-15W",
            "BDW-15WT",
            "BDW-15WXT",
            "BDW-18B",
            "BDW-18BRB",
            "BDW-18BRBT",
            "BDW-18BRBXT",
            "BDW-18D",
            "BDW-18SF",
            "BDW-18W",
            "BDW-18WT",
            "BDW-18WXT",
            "BDW-21B",
            "BDW-21W",
            "BDW-21WT",
            "BDW-21WXT",
            "BDW-24A",
            "BDW-24AT",
            "BDW-24AXT",
            "BDW-24B",
            "BDW-24BRB",
            "BDW-24BRBT",
            "BDW-24BRBXT",
            "BDW-24D",
            "BDW-24R",
            "BDW-24W",
            "BDW-24WC",
            "BDW-24WCT",
            "BDW-24WT",
            "BDW-24WXT",
            "BDW-24Y",
            "BDW-24Z",
            "BDW-27B",
            "BDW-27W",
            "BDW-27WT",
            "BDW-27WXT",
            "BDW-30B",
            "BDW-30OU",
            "BDW-30OUT",
            "BDW-30OUXT",
            "BDW-30R",
            "BDW-30RBS",
            "BDW-30W",
            "BDW-30WT",
            "BDW-30WXT",
            "BDW-30X",
            "BDW-30X12",
            "BDW-30Y",
            "BDW-30Z",
            "BDW-33B",
            "BDW-33RBS",
            "BDW-33W",
            "BDW-33WT",
            "BDW-33WXT",
            "BDW-33X",
            "BDW-34X48",
            "BDW-36B",
            "BDW-36LS",
            "BDW-36R",
            "BDW-36RBS",
            "BDW-36W",
            "BDW-36WC",
            "BDW-36WCT",
            "BDW-36WT",
            "BDW-36WXT",
            "BDW-36X",
            "BDW-36X12",
            "BDW-36Y",
            "BDW-36Z",
            "BDW-39BC",
            "BDW-3F",
            "BDW-42B",
            "BDW-42BC",
            "BDW-42RBS",
            "BDW-42W",
            "BDW-42WC",
            "BDW-48B",
            "BDW-48W",
            "BDW-60SB",
            "BDW-6F",
            "BDW-72VAL",
            "BDW-96X3F",
            "BDW-9T",
            "BDW-9W",
            "BDW-9WT",
            "BDW-9WXT",
            "BDW-EPF3",
            "BDW-LGCROWN",
            "BDW-QTRRND",
            "BDW-REF-EPF",
            "BDW-SCRIBE",
            "BDW-SMCROWN",
            "BDW-TKFIN",
            "BDW-TOUCH UP KIT",
            "BDW-V15DT",
            "BDW-V24ST",
            "BDW-V30ST",
            "BDW-V36SDT",
            "BDW-V36ST",
            "BTP-12B",
            "BTP-12W",
            "BTP-12WT",
            "BTP-12WXT",
            "BTP-15B",
            "BTP-15BT",
            "BTP-15D",
            "BTP-15W",
            "BTP-15WT",
            "BTP-15WXT",
            "BTP-18B",
            "BTP-18BRB",
            "BTP-18BRBSK",
            "BTP-18BRBT",
            "BTP-18BRBXT",
            "BTP-18BT",
            "BTP-18D",
            "BTP-18SF",
            "BTP-18W",
            "BTP-18WT",
            "BTP-18WXT",
            "BTP-21B",
            "BTP-21W",
            "BTP-21WT",
            "BTP-21WXT",
            "BTP-24A",
            "BTP-24AT",
            "BTP-24AXT",
            "BTP-24B",
            "BTP-24BRB",
            "BTP-24BRBSK",
            "BTP-24BRBT",
            "BTP-24BRBXT",
            "BTP-24BT",
            "BTP-24D",
            "BTP-24R",
            "BTP-24W",
            "BTP-24WC",
            "BTP-24WCT",
            "BTP-24WT",
            "BTP-24WXT",
            "BTP-24Y",
            "BTP-24Z",
            "BTP-27B",
            "BTP-27W",
            "BTP-27WT",
            "BTP-27WXT",
            "BTP-30B",
            "BTP-30OU",
            "BTP-30OUT",
            "BTP-30OUXT",
            "BTP-30R",
            "BTP-30RBS",
            "BTP-30W",
            "BTP-30WT",
            "BTP-30WXT",
            "BTP-30X",
            "BTP-30X12",
            "BTP-30Y",
            "BTP-30Z",
            "BTP-33B",
            "BTP-33RBS",
            "BTP-33W",
            "BTP-33WT",
            "BTP-33WXT",
            "BTP-33X",
            "BTP-34X48",
            "BTP-36B",
            "BTP-36LS",
            "BTP-36R",
            "BTP-36RBS",
            "BTP-36W",
            "BTP-36WT",
            "BTP-36WXT",
            "BTP-36X",
            "BTP-36X12",
            "BTP-36Y",
            "BTP-36Z",
            "BTP-39BC",
            "BTP-3F",
            "BTP-42B",
            "BTP-42BC",
            "BTP-42RBS",
            "BTP-42W",
            "BTP-42WC",
            "BTP-48B",
            "BTP-48W",
            "BTP-60SB",
            "BTP-6F",
            "BTP-72VAL",
            "BTP-96X3F",
            "BTP-9T",
            "BTP-9W",
            "BTP-9WT",
            "BTP-9WXT",
            "BTP-EPF3",
            "BTP-LGCROWN",
            "BTP-QTRRND",
            "BTP-REF-EPF",
            "BTP-SCRIBE",
            "BTP-SMCROWN",
            "BTP-TKFIN",
            "BTP-TOUCH UP PEN",
            "BTP-V24S",
            "BTP-V30S",
            "BTP-V36SD",
            "BTP-WBC3630",
            "BTP-WBC3636",
            "CGO-12B",
            "CGO-12W",
            "CGO-12WT",
            "CGO-15B",
            "CGO-15BT",
            "CGO-15D",
            "CGO-15W",
            "CGO-15WT",
            "CGO-18B",
            "CGO-18BRB",
            "CGO-18BRBSK",
            "CGO-18BRBT",
            "CGO-18BT",
            "CGO-18D",
            "CGO-18SF",
            "CGO-18W",
            "CGO-18WT",
            "CGO-21B",
            "CGO-21W",
            "CGO-21WT",
            "CGO-24A",
            "CGO-24AT",
            "CGO-24B",
            "CGO-24BRB",
            "CGO-24BRBSK",
            "CGO-24BRBT",
            "CGO-24BT",
            "CGO-24D",
            "CGO-24R",
            "CGO-24W",
            "CGO-24WC",
            "CGO-24WCT",
            "CGO-24WT",
            "CGO-24Y",
            "CGO-27B",
            "CGO-27W",
            "CGO-27WT",
            "CGO-30B",
            "CGO-30OU",
            "CGO-30OUT",
            "CGO-30R",
            "CGO-30RBS",
            "CGO-30W",
            "CGO-30WT",
            "CGO-30X",
            "CGO-30X12",
            "CGO-30Y",
            "CGO-33B",
            "CGO-33RBS",
            "CGO-33W",
            "CGO-33WT",
            "CGO-33X",
            "CGO-34X48",
            "CGO-36B",
            "CGO-36LS",
            "CGO-36R",
            "CGO-36RBS",
            "CGO-36W",
            "CGO-36WC",
            "CGO-36WCT",
            "CGO-36WT",
            "CGO-36X",
            "CGO-36X12",
            "CGO-36Y",
            "CGO-39BC",
            "CGO-3F",
            "CGO-42B",
            "CGO-42BC",
            "CGO-42RBS",
            "CGO-42W",
            "CGO-42WC",
            "CGO-48B",
            "CGO-48W",
            "CGO-60SB",
            "CGO-6F",
            "CGO-72VAL",
            "CGO-96X3F",
            "CGO-9T",
            "CGO-9W",
            "CGO-9WT",
            "CGO-EPF3",
            "CGO-LGCROWN",
            "CGO-QTRRND",
            "CGO-REF-EPF",
            "CGO-SCRIBE",
            "CGO-SMCROWN",
            "CGO-TKFIN",
            "CGO-TOUCH UP PEN",
            "CGO-V15D",
            "CGO-V24S",
            "CGO-V30S",
            "CGO-V36S",
            "CGO-V36SD",
            "CRY-DH-2375x3725",
            "CRY-DH-2375x5325",
            "CRY-DH-2425x3725",
            "CRY-DH-2425x4125",
            "CRY-DH-2425x4525",
            "CRY-DH-2425x5325",
            "CRY-DH-2425x6125",
            "CRY-DH-2425x6525",
            "CRY-DH-2425x6925",
            "CRY-DH-2775x3725",
            "CRY-DH-2775x4525",
            "CRY-DH-2775x5325",
            "CRY-DH-2825x3725",
            "CRY-DH-2825x4125",
            "CRY-DH-2825x4525",
            "CRY-DH-2825x5325",
            "CRY-DH-2825x5725",
            "CRY-DH-2825x6125",
            "CRY-DH-2825x6525",
            "CRY-DH-2825x6925",
            "CRY-DH-3125x3725",
            "CRY-DH-3125x4125",
            "CRY-DH-3125x4525",
            "CRY-DH-3125x5325",
            "CRY-DH-3125x5725",
            "CRY-DH-3125x6125",
            "CRY-DH-3125x6525",
            "CRY-DH-3125x6925",
            "CRY-DH-3175x3725",
            "CRY-DH-3175x4525",
            "CRY-DH-3175x4925",
            "CRY-DH-3175x5325",
            "CRY-DH-3175x6125",
            "CRY-DH-3425x3725",
            "CRY-DH-3425x4125",
            "CRY-DH-3425x4525",
            "CRY-DH-3425x5325",
            "CRY-DH-3425x5725",
            "CRY-DH-3425x6125",
            "CRY-DH-3425x6525",
            "CRY-DH-3425x6925",
            "CRY-DH-3575x3725",
            "CRY-DH-3575x4525",
            "CRY-DH-3575x4925",
            "CRY-DH-3575x5325",
            "CRY-DH-3575x6125",
            "CRY-DH-3975x5325",
            "CRY-DH-4025x4125",
            "CRY-DH-4025x4525",
            "CRY-DH-4025x5325",
            "CRY-DH-4025x6125",
            "CRY-DH-4025x6525",
            "CRY-DH-4025x6925",
            "CSG-B12",
            "CSG-B15",
            "CSG-B18",
            "CSG-B21",
            "CSG-B24",
            "CSG-B27",
            "CSG-B30",
            "CSG-B33",
            "CSG-B36",
            "CSG-B39",
            "CSG-B42",
            "CSG-BBC39-42U",
            "CSG-BBC42-45U",
            "CSG-BBC45-48U",
            "CSG-BC33U",
            "CSG-BC36U",
            "CSG-BDEP24",
            "CSG-BEP24",
            "CSG-BF",
            "CSG-BF3",
            "CSG-BF6",
            "CSG-BFH09",
            "CSG-BFH12",
            "CSG-BFH15",
            "CSG-BFH18",
            "CSG-BM8",
            "CSG-CM8",
            "CSG-CMA8",
            "CSG-CMC8",
            "CSG-CMV8",
            "CSG-CORBEL-B",
            "CSG-CORBEL-LS",
            "CSG-CORBEL-S",
            "CSG-DB12",
            "CSG-DB15",
            "CSG-DB18",
            "CSG-DB21",
            "CSG-DB24",
            "CSG-DB30",
            "CSG-DB30-2",
            "CSG-DB36",
            "CSG-DB36-2",
            "CSG-DECOLEG",
            "CSG-DM8",
            "CSG-DWEP1.5",
            "CSG-DWEP3",
            "CSG-DWEP6",
            "CSG-F396",
            "CSG-F696",
            "CSG-FB8",
            "CSG-FF396",
            "CSG-FO396",
            "CSG-HBUNFOOT",
            "CSG-HTFOOT",
            "CSG-HTP3",
            "CSG-ICM8",
            "CSG-KD30",
            "CSG-LRB8",
            "CSG-LRD8",
            "CSG-LRS8",
            "CSG-MWB30",
            "CSG-MWC3018",
            "CSG-MWC3036",
            "CSG-OCM8",
            "CSG-OCM8-135",
            "CSG-ORG36",
            "CSG-OVD3384",
            "CSG-OVD3390",
            "CSG-OVD3396",
            "CSG-PBBH4896",
            "CSG-PH3696",
            "CSG-PR3015",
            "CSG-PV3648",
            "CSG-PV4896",
            "CSG-QR8",
            "CSG-REP2496-.75",
            "CSG-REP2496-1.5",
            "CSG-REP3096-.75",
            "CSG-REP3096-1.5",
            "CSG-RHAR36",
            "CSG-RHCL36",
            "CSG-RM8",
            "CSG-SAMD",
            "CSG-SB30",
            "CSG-SB33",
            "CSG-SB36",
            "CSG-SB39",
            "CSG-SBF36",
            "CSG-SBF39",
            "CSG-SCM8",
            "CSG-SFCD42",
            "CSG-SHM8",
            "CSG-TEP96",
            "CSG-TFOOT",
            "CSG-TKC8",
            "CSG-TUKITS",
            "CSG-UP1884",
            "CSG-UP1890",
            "CSG-UP1896",
            "CSG-UP2484",
            "CSG-UP2490",
            "CSG-UP2496",
            "CSG-UP3084",
            "CSG-UP3090",
            "CSG-UP3096",
            "CSG-VAR36",
            "CSG-VAR48",
            "CSG-VB12",
            "CSG-VB15",
            "CSG-VB18",
            "CSG-VBTD36",
            "CSG-VBTD42",
            "CSG-VBTD48",
            "CSG-VCDB60-3",
            "CSG-VCDB60-6",
            "CSG-VDB12-3",
            "CSG-VDB15-3",
            "CSG-VDB18-3",
            "CSG-VDB21-3",
            "CSG-VFH12",
            "CSG-VL1584",
            "CSG-VL1884",
            "CSG-VL2484",
            "CSG-VSB24",
            "CSG-VSB27",
            "CSG-VSB30",
            "CSG-VSB33",
            "CSG-VSB36",
            "CSG-VSB42",
            "CSG-VSB48",
            "CSG-VSC48",
            "CSG-W0930",
            "CSG-W0936",
            "CSG-W0942",
            "CSG-W1230",
            "CSG-W1236",
            "CSG-W1242",
            "CSG-W1530",
            "CSG-W1530MI",
            "CSG-W1536",
            "CSG-W1536MI",
            "CSG-W1542",
            "CSG-W1542MI",
            "CSG-W1830",
            "CSG-W1830MI",
            "CSG-W1836",
            "CSG-W1836MI",
            "CSG-W1842",
            "CSG-W1842MI",
            "CSG-W2118",
            "CSG-W2130",
            "CSG-W2136",
            "CSG-W2142",
            "CSG-W2418",
            "CSG-W2430",
            "CSG-W2436",
            "CSG-W2442",
            "CSG-W2730",
            "CSG-W2736",
            "CSG-W2742",
            "CSG-W3012",
            "CSG-W3015",
            "CSG-W3018",
            "CSG-W3024",
            "CSG-W3030",
            "CSG-W3030MI",
            "CSG-W3036",
            "CSG-W3036MI",
            "CSG-W3042",
            "CSG-W3042MI",
            "CSG-W3312",
            "CSG-W3315",
            "CSG-W3318",
            "CSG-W3324",
            "CSG-W3330",
            "CSG-W3336",
            "CSG-W3342",
            "CSG-W3612",
            "CSG-W3615",
            "CSG-W3618",
            "CSG-W361824",
            "CSG-W3624",
            "CSG-W362424",
            "CSG-W3630",
            "CSG-W3630MI",
            "CSG-W3636",
            "CSG-W3636MI",
            "CSG-W3642",
            "CSG-W3642MI",
            "CSG-W3912",
            "CSG-W3915",
            "CSG-W3918",
            "CSG-W391824",
            "CSG-W3924",
            "CSG-W392424",
            "CSG-W3930",
            "CSG-W3936",
            "CSG-W3942",
            "CSG-W4230",
            "CSG-W4236",
            "CSG-W4242",
            "CSG-WBC30-3330U",
            "CSG-WBC30-3336U",
            "CSG-WBC30-3342U",
            "CSG-WDC2430",
            "CSG-WDC2430MI",
            "CSG-WDC2436",
            "CSG-WDC2436MI",
            "CSG-WDC2442",
            "CSG-WDC2442MI",
            "CSG-WDC273615",
            "CSG-WDC273615MI",
            "CSG-WDC274215",
            "CSG-WDC274215MI",
            "CSG-WDEP1230",
            "CSG-WDEP1236",
            "CSG-WDEP1242",
            "CSG-WEC1230",
            "CSG-WEC1236",
            "CSG-WEC1242",
            "CSG-WEP1242",
            "CSG-WEP1542",
            "CSG-WF330",
            "CSG-WF342",
            "CSG-WF630",
            "CSG-WF642",
            "CSG-WFF330",
            "CSG-WFF336",
            "CSG-WFF342",
            "CSG-WFO330",
            "CSG-WFO336",
            "CSG-WFO342",
            "CSG-WFO630",
            "CSG-WFO636",
            "CSG-WFO642",
            "CSG-WR3015",
            "DFPR24",
            "DFPR28",
            "DFPR30",
            "DFPR32",
            "DFPR36",
            "DNU-ASG-GD-W1530",
            "DNU-ASG-GD-W1536",
            "DNU-ASG-GD-W1542",
            "DNU-ASG-GD-W1830",
            "DNU-ASG-GD-W1836",
            "DNU-ASG-GD-W1842",
            "DNU-ASG-GD-W3030",
            "DNU-ASG-GD-W3036",
            "DNU-ASG-GD-W3042",
            "DNU-ASG-GD-W3630",
            "DNU-ASG-GD-W3636",
            "DNU-ASG-GD-W3642",
            "DNU-ASG-GD-WDC2430",
            "DNU-ASG-GD-WDC2436",
            "DNU-ASG-GD-WDC2442",
            "DNU-ASG-MBEP",
            "DNU-ASG-MPBEP",
            "DNU-ASG-MWEP30",
            "DNU-ASG-MWEP36",
            "DNU-ASG-MWEP42",
            "DNU-PB-SG-DWR3L/R",
            "DNU-PB-SG-F330",
            "DNU-PB-SG-F336",
            "DNU-PB-SG-F342",
            "DNU-PB-SG-F396",
            "DNU-PB-SG-F630",
            "DNU-PB-SG-F642",
            "DNU-PB-SG-F696",
            "DNU-PB-SG-FPP9648 1/4",
            "DNU-PB-SG-FPP9648 3/4",
            "DNU-PB-SG-OCM8-1",
            "DNU-PB-SG-SDP34 4X4",
            "DNU-PB-SG-SSPA34 4X4",
            "DSP1P18",
            "DSP1P20",
            "DSP1P22",
            "DSP1P24",
            "DSP1P26",
            "DSP1P28",
            "DSP1P30",
            "DSP1P32",
            "DSP1P34",
            "DSP1P36",
            "DSP2P18",
            "DSP2P20",
            "DSP2P22",
            "DSP2P24",
            "DSP2P26",
            "DSP2P28",
            "DSP2P30",
            "DSP2P32",
            "DSP2P34",
            "DSP2P36",
            "EOB-B12",
            "EOB-B15",
            "EOB-B18",
            "EOB-B21",
            "EOB-B24",
            "EOB-B27",
            "EOB-B30",
            "EOB-B33",
            "EOB-B36",
            "EOB-B39",
            "EOB-BBC36/39L/R",
            "EOB-BBC39/42L/R",
            "EOB-BBC45/48FHL/R",
            "EOB-BBC45/48FHL/R-MC",
            "EOB-BBC45/48L/R",
            "EOB-BCOR33L/R",
            "EOB-BCOR36L/R",
            "EOB-BEC1224L",
            "EOB-BEC1224R",
            "EOB-BF3",
            "EOB-BF6",
            "EOB-BH09",
            "EOB-BH12",
            "EOB-BH15",
            "EOB-BH18",
            "EOB-BH21",
            "EOB-BH24",
            "EOB-BH27",
            "EOB-BH30",
            "EOB-BH33",
            "EOB-BH36",
            "EOB-BH39",
            "EOB-BM8",
            "EOB-BMC24",
            "EOB-BMC30",
            "EOB-BPP09",
            "EOB-BWB18",
            "EOB-CSB36",
            "EOB-CSB36-FP",
            "EOB-CVM8",
            "EOB-DB12-3",
            "EOB-DB15-3",
            "EOB-DB18-3",
            "EOB-DB21-3",
            "EOB-DB24-3",
            "EOB-DB27-3",
            "EOB-DB30-2",
            "EOB-DB30-3",
            "EOB-DB33-3",
            "EOB-DB36-3",
            "EOB-DWR3L/R",
            "EOB-EZR33",
            "EOB-EZR36",
            "EOB-F330",
            "EOB-F336",
            "EOB-F342",
            "EOB-F396",
            "EOB-F630",
            "EOB-F642",
            "EOB-F696",
            "EOB-FPP9648 1/4",
            "EOB-FPP9648 3/4",
            "EOB-FPPB9648 1/2",
            "EOB-FS24",
            "EOB-FS30",
            "EOB-FS36",
            "EOB-FS60",
            "EOB-GALLON OF PAINT",
            "EOB-GD-W1530",
            "EOB-GD-W1536",
            "EOB-GD-W1542",
            "EOB-GD-W1830",
            "EOB-GD-W1836",
            "EOB-GD-W1842",
            "EOB-GD-W3030",
            "EOB-GD-W3036",
            "EOB-GD-W3042",
            "EOB-GD-W3630",
            "EOB-GD-W3636",
            "EOB-GD-W3642",
            "EOB-GD-WDC2430",
            "EOB-GD-WDC2436",
            "EOB-GD-WDC2442",
            "EOB-GDW1530",
            "EOB-GDW1536",
            "EOB-GDW1542",
            "EOB-GDW1830",
            "EOB-GDW1836",
            "EOB-GDW1842",
            "EOB-GDW3030",
            "EOB-GDW3036",
            "EOB-GDW3042",
            "EOB-GDW3630",
            "EOB-GDW3636",
            "EOB-GDW3642",
            "EOB-GDWDC2430",
            "EOB-GDWDC2436",
            "EOB-GDWDC2442",
            "EOB-LC1884",
            "EOB-LCVM8",
            "EOB-LM8",
            "EOB-LRM8",
            "EOB-M2436",
            "EOB-MBEP",
            "EOB-MC3018",
            "EOB-MPBEP",
            "EOB-MWEP30",
            "EOB-MWEP36",
            "EOB-MWEP42",
            "EOB-OC3384",
            "EOB-OC3390",
            "EOB-OC3396",
            "EOB-OCM8-1",
            "EOB-PC1884",
            "EOB-PC1890",
            "EOB-PC1896",
            "EOB-PC2484",
            "EOB-PC2490",
            "EOB-PC2496",
            "EOB-PC3084",
            "EOB-PC3090",
            "EOB-PC3096",
            "EOB-PINT OF PAINT",
            "EOB-QUART OF PAINT",
            "EOB-REP120",
            "EOB-REP96",
            "EOB-SB24",
            "EOB-SB27",
            "EOB-SB30",
            "EOB-SB33",
            "EOB-SB36",
            "EOB-SBF30",
            "EOB-SBF36",
            "EOB-SBM8",
            "EOB-SC10",
            "EOB-SD",
            "EOB-SDP34 4X4",
            "EOB-SHM8",
            "EOB-SM8",
            "EOB-SPRAY CAN",
            "EOB-SSPA34 4X4",
            "EOB-TK8",
            "EOB-TKBM8",
            "EOB-TLM8",
            "EOB-TOUCH UP KIT",
            "EOB-V54",
            "EOB-VA2421",
            "EOB-VA3021",
            "EOB-VA3621",
            "EOB-VDB12-3",
            "EOB-VDB15-3",
            "EOB-VDB18-3",
            "EOB-VKD3021",
            "EOB-VSD3021DL",
            "EOB-VSD3021DR",
            "EOB-VSD3621DL",
            "EOB-VSD3621DR",
            "EOB-VSD4821DLR",
            "EOB-VSD6021DLR",
            "EOB-W0930",
            "EOB-W0936",
            "EOB-W0942",
            "EOB-W1230",
            "EOB-W1236",
            "EOB-W1242",
            "EOB-W1530",
            "EOB-W1536",
            "EOB-W1542",
            "EOB-W1830",
            "EOB-W1836",
            "EOB-W1842",
            "EOB-W2130",
            "EOB-W2136",
            "EOB-W2142",
            "EOB-W2412",
            "EOB-W2415",
            "EOB-W2418",
            "EOB-W2424",
            "EOB-W2430",
            "EOB-W2436",
            "EOB-W2442",
            "EOB-W2730",
            "EOB-W2736",
            "EOB-W2742",
            "EOB-W3012",
            "EOB-W301224",
            "EOB-W3015",
            "EOB-W3018",
            "EOB-W301824",
            "EOB-W3024",
            "EOB-W302424",
            "EOB-W3030",
            "EOB-W3036",
            "EOB-W3042",
            "EOB-W331224",
            "EOB-W3315",
            "EOB-W3318",
            "EOB-W3324",
            "EOB-W3330",
            "EOB-W3336",
            "EOB-W3342",
            "EOB-W3612",
            "EOB-W361224",
            "EOB-W3615",
            "EOB-W3618",
            "EOB-W361824",
            "EOB-W3624",
            "EOB-W362424",
            "EOB-W3630",
            "EOB-W3636",
            "EOB-W3642",
            "EOB-W3930",
            "EOB-WBC2730",
            "EOB-WBC2736",
            "EOB-WBC2742",
            "EOB-WCOR2430",
            "EOB-WCOR2436",
            "EOB-WCOR2442",
            "EOB-WDC2430",
            "EOB-WDC2436",
            "EOB-WDC2442",
            "EOB-WECA30",
            "EOB-WECA36",
            "EOB-WECA42",
            "EOB-WHB3624",
            "EOB-WHB3630",
            "EOB-WOC1530",
            "EOB-WOC1536",
            "EOB-WOC1542",
            "EOB-WOC1830",
            "EOB-WOC1836",
            "EOB-WOC1842",
            "EOB-WOC3030",
            "EOB-WOC3036",
            "EOB-WOC3042",
            "EOB-WOC3630",
            "EOB-WOC3636",
            "EOB-WOC3642",
            "EOB-WOCD2430",
            "EOB-WOCD2436",
            "EOB-WOCD2442",
            "EOB-WSC1818",
            "ESW-B12",
            "ESW-B15",
            "ESW-B18",
            "ESW-B21",
            "ESW-B24",
            "ESW-B27",
            "ESW-B30",
            "ESW-B33",
            "ESW-B36",
            "ESW-B39",
            "ESW-BBC36/39L/R",
            "ESW-BBC39/42L/R",
            "ESW-BBC45/48FHL/R",
            "ESW-BBC45/48FHL/R-MC",
            "ESW-BBC45/48L/R",
            "ESW-BCOR33L/R",
            "ESW-BCOR36L/R",
            "ESW-BEC1224L",
            "ESW-BEC1224R",
            "ESW-BF3",
            "ESW-BF6",
            "ESW-BH09",
            "ESW-BH12",
            "ESW-BH15",
            "ESW-BH18",
            "ESW-BH21",
            "ESW-BH24",
            "ESW-BH27",
            "ESW-BH30",
            "ESW-BH33",
            "ESW-BH36",
            "ESW-BH39",
            "ESW-BM8",
            "ESW-BMC24",
            "ESW-BMC30",
            "ESW-BPP09",
            "ESW-BWB18",
            "ESW-CSB36",
            "ESW-CSB36-FP",
            "ESW-CVM8",
            "ESW-DB12-3",
            "ESW-DB15-3",
            "ESW-DB18-3",
            "ESW-DB21-3",
            "ESW-DB24-3",
            "ESW-DB27-3",
            "ESW-DB30-2",
            "ESW-DB30-3",
            "ESW-DB33-3",
            "ESW-DB36-3",
            "ESW-DWR3L/R",
            "ESW-EZR33",
            "ESW-EZR36",
            "ESW-F330",
            "ESW-F336",
            "ESW-F342",
            "ESW-F396",
            "ESW-F630",
            "ESW-F642",
            "ESW-F696",
            "ESW-FPP9648 1/4",
            "ESW-FPP9648 3/4",
            "ESW-FPPB9648 1/2",
            "ESW-FS24",
            "ESW-FS30",
            "ESW-FS36",
            "ESW-FS60",
            "ESW-GALLON OF PAINT",
            "ESW-GD-W1215",
            "ESW-GD-W1515",
            "ESW-GD-W1530",
            "ESW-GD-W1536",
            "ESW-GD-W1542",
            "ESW-GD-W1815",
            "ESW-GD-W1830",
            "ESW-GD-W1836",
            "ESW-GD-W1842",
            "ESW-GD-W2115",
            "ESW-GD-W2415",
            "ESW-GD-W2715",
            "ESW-GD-W3015",
            "ESW-GD-W3030",
            "ESW-GD-W3036",
            "ESW-GD-W3042",
            "ESW-GD-W3315",
            "ESW-GD-W3615",
            "ESW-GD-W3630",
            "ESW-GD-W3636",
            "ESW-GD-W3642",
            "ESW-GD-WCOR2415",
            "ESW-GD-WDC2430",
            "ESW-GD-WDC2436",
            "ESW-GD-WDC2442",
            "ESW-GDW1215",
            "ESW-GDW1515",
            "ESW-GDW1530",
            "ESW-GDW1536",
            "ESW-GDW1542",
            "ESW-GDW1815",
            "ESW-GDW1830",
            "ESW-GDW1836",
            "ESW-GDW1842",
            "ESW-GDW2115",
            "ESW-GDW2415",
            "ESW-GDW2715",
            "ESW-GDW3015",
            "ESW-GDW3030",
            "ESW-GDW3036",
            "ESW-GDW3042",
            "ESW-GDW3315",
            "ESW-GDW3615",
            "ESW-GDW3630",
            "ESW-GDW3636",
            "ESW-GDW3642",
            "ESW-GDWCOR2415",
            "ESW-GDWDC2430",
            "ESW-GDWDC2436",
            "ESW-GDWDC2442",
            "ESW-LC1884",
            "ESW-LCVM8",
            "ESW-LM8",
            "ESW-LRM8",
            "ESW-M2436",
            "ESW-MBEP",
            "ESW-MC3018",
            "ESW-MPBEP",
            "ESW-MWEP15",
            "ESW-MWEP30",
            "ESW-MWEP36",
            "ESW-MWEP42",
            "ESW-OC3384",
            "ESW-OC3390",
            "ESW-OC3396",
            "ESW-OCM8-1",
            "ESW-PC1884",
            "ESW-PC1890",
            "ESW-PC1896",
            "ESW-PC2484",
            "ESW-PC2490",
            "ESW-PC2496",
            "ESW-PC3084",
            "ESW-PC3090",
            "ESW-PC3096",
            "ESW-PINT OF PAINT",
            "ESW-QUART OF PAINT",
            "ESW-REP120",
            "ESW-REP96",
            "ESW-SB24",
            "ESW-SB27",
            "ESW-SB30",
            "ESW-SB33",
            "ESW-SB36",
            "ESW-SBF30",
            "ESW-SBF36",
            "ESW-SBM8",
            "ESW-SC10",
            "ESW-SD",
            "ESW-SDP34 4X4",
            "ESW-SHM8",
            "ESW-SM8",
            "ESW-SPRAY CAN",
            "ESW-SSPA34 4X4",
            "ESW-TK8",
            "ESW-TKBM8",
            "ESW-TLM8",
            "ESW-TOUCH UP KIT",
            "ESW-V54",
            "ESW-VA2421",
            "ESW-VA3021",
            "ESW-VA3621",
            "ESW-VDB12-3",
            "ESW-VDB15-3",
            "ESW-VDB18-3",
            "ESW-VKD3021",
            "ESW-VSD3021DL",
            "ESW-VSD3021DR",
            "ESW-VSD3621DL",
            "ESW-VSD3621DR",
            "ESW-VSD4821DLR",
            "ESW-VSD6021DLR",
            "ESW-W0930",
            "ESW-W0936",
            "ESW-W0942",
            "ESW-W1230",
            "ESW-W1236",
            "ESW-W1242",
            "ESW-W1530",
            "ESW-W1536",
            "ESW-W1542",
            "ESW-W1830",
            "ESW-W1836",
            "ESW-W1842",
            "ESW-W2130",
            "ESW-W2136",
            "ESW-W2142",
            "ESW-W2412",
            "ESW-W2415",
            "ESW-W2418",
            "ESW-W2424",
            "ESW-W2430",
            "ESW-W2436",
            "ESW-W2442",
            "ESW-W2730",
            "ESW-W2736",
            "ESW-W2742",
            "ESW-W3012",
            "ESW-W301224",
            "ESW-W3015",
            "ESW-W3018",
            "ESW-W301824",
            "ESW-W3024",
            "ESW-W302424",
            "ESW-W3030",
            "ESW-W3036",
            "ESW-W3042",
            "ESW-W331224",
            "ESW-W3315",
            "ESW-W3318",
            "ESW-W3324",
            "ESW-W3330",
            "ESW-W3336",
            "ESW-W3342",
            "ESW-W3612",
            "ESW-W361224",
            "ESW-W3615",
            "ESW-W3618",
            "ESW-W361824",
            "ESW-W3624",
            "ESW-W362424",
            "ESW-W3630",
            "ESW-W3636",
            "ESW-W3642",
            "ESW-W3930",
            "ESW-WBC2730",
            "ESW-WBC2736",
            "ESW-WBC2742",
            "ESW-WCOR2430",
            "ESW-WCOR2436",
            "ESW-WCOR2442",
            "ESW-WDC2430",
            "ESW-WDC2436",
            "ESW-WDC2442",
            "ESW-WECA30",
            "ESW-WECA36",
            "ESW-WECA42",
            "ESW-WHB3624",
            "ESW-WHB3630",
            "ESW-WOC1215",
            "ESW-WOC1515",
            "ESW-WOC1530",
            "ESW-WOC1536",
            "ESW-WOC1542",
            "ESW-WOC1815",
            "ESW-WOC1830",
            "ESW-WOC1836",
            "ESW-WOC1842",
            "ESW-WOC2115",
            "ESW-WOC2415",
            "ESW-WOC2715",
            "ESW-WOC3015",
            "ESW-WOC3030",
            "ESW-WOC3036",
            "ESW-WOC3042",
            "ESW-WOC3315",
            "ESW-WOC3615",
            "ESW-WOC3630",
            "ESW-WOC3636",
            "ESW-WOC3642",
            "ESW-WOCD2430",
            "ESW-WOCD2436",
            "ESW-WOCD2442",
            "ESW-WOCOR2415",
            "ESW-WSC1818",
            "FGH-B09FD",
            "FGH-B12",
            "FGH-B15",
            "FGH-B18",
            "FGH-B21",
            "FGH-B24",
            "FGH-B27",
            "FGH-B30",
            "FGH-B33",
            "FGH-B36",
            "FGH-B39",
            "FGH-BBM",
            "FGH-BF3",
            "FGH-BF6",
            "FGH-BLB36/39",
            "FGH-BLB42/45",
            "FGH-BTL12",
            "FGH-BTR12",
            "FGH-CM-3",
            "FGH-CM3",
            "FGH-DB12",
            "FGH-DB15",
            "FGH-DB18",
            "FGH-DB24",
            "FGH-DB30",
            "FGH-DB36",
            "FGH-DSB36",
            "FGH-DSF36",
            "FGH-DWR3",
            "FGH-ERB33",
            "FGH-ERB36",
            "FGH-FS30",
            "FGH-FS33",
            "FGH-FS36",
            "FGH-GDW1530",
            "FGH-GDW1536",
            "FGH-GDW1542",
            "FGH-GDW1830",
            "FGH-GDW1836",
            "FGH-GDW1842",
            "FGH-GDW2430",
            "FGH-GDW2436",
            "FGH-GDW2442",
            "FGH-GDW3030",
            "FGH-GDW3036",
            "FGH-GDW3042",
            "FGH-GDW3630",
            "FGH-GDW3636",
            "FGH-GDW3642",
            "FGH-GDWDC2430",
            "FGH-GDWDC2436",
            "FGH-GDWDC2442",
            "FGH-ICM8",
            "FGH-LRM",
            "FGH-LSB33",
            "FGH-LSB36",
            "FGH-MC303021",
            "FGH-MC303621",
            "FGH-MC304221",
            "FGH-MW3018",
            "FGH-OC3384S",
            "FGH-OC3390S",
            "FGH-OC3396S",
            "FGH-OCM8",
            "FGH-PAN-1/4",
            "FGH-PLY-1/2",
            "FGH-PLY-3/4",
            "FGH-QRM",
            "FGH-REP2496",
            "FGH-REP3",
            "FGH-REP3096",
            "FGH-SB24",
            "FGH-SB27",
            "FGH-SB30",
            "FGH-SB33",
            "FGH-SB36",
            "FGH-SB39",
            "FGH-SB42",
            "FGH-SKBASE",
            "FGH-SKTALL",
            "FGH-SKW30",
            "FGH-SKW36",
            "FGH-SKW42",
            "FGH-SM8-S",
            "FGH-TF396",
            "FGH-TF696",
            "FGH-TK8",
            "FGH-TOUCH UP KIT",
            "FGH-TP152484",
            "FGH-TP152490",
            "FGH-TP152496",
            "FGH-TP182484",
            "FGH-TP182490",
            "FGH-TP182496",
            "FGH-TP242484",
            "FGH-TP242490",
            "FGH-TP242496",
            "FGH-TP302484",
            "FGH-TP302490",
            "FGH-TP302496",
            "FGH-VAR54",
            "FGH-W0930",
            "FGH-W0936",
            "FGH-W0942",
            "FGH-W1230",
            "FGH-W1236",
            "FGH-W1242",
            "FGH-W1530",
            "FGH-W1536",
            "FGH-W1542",
            "FGH-W1830",
            "FGH-W1836",
            "FGH-W1842",
            "FGH-W2130",
            "FGH-W2136",
            "FGH-W2142",
            "FGH-W2415",
            "FGH-W2418",
            "FGH-W2424",
            "FGH-W2430",
            "FGH-W2436",
            "FGH-W2442",
            "FGH-W2730",
            "FGH-W2736",
            "FGH-W2742",
            "FGH-W3012",
            "FGH-W3015",
            "FGH-W301524",
            "FGH-W3018",
            "FGH-W301824",
            "FGH-W3024",
            "FGH-W302424",
            "FGH-W3030",
            "FGH-W3036",
            "FGH-W3042",
            "FGH-W3315",
            "FGH-W331524",
            "FGH-W3318",
            "FGH-W331824",
            "FGH-W3324",
            "FGH-W332424",
            "FGH-W3330",
            "FGH-W3336",
            "FGH-W3342",
            "FGH-W3612",
            "FGH-W3615",
            "FGH-W361524",
            "FGH-W3618",
            "FGH-W361824",
            "FGH-W3624",
            "FGH-W362424",
            "FGH-W3630",
            "FGH-W3636",
            "FGH-W3642",
            "FGH-W3930",
            "FGH-WAE1230",
            "FGH-WAE1236",
            "FGH-WAE1242",
            "FGH-WBC2430",
            "FGH-WBC2436",
            "FGH-WBC2442",
            "FGH-WBC3030",
            "FGH-WBC3630",
            "FGH-WBC3636",
            "FGH-WBC3642",
            "FGH-WDC2430",
            "FGH-WDC2436",
            "FGH-WDC2442",
            "FGH-WF330",
            "FGH-WF336",
            "FGH-WF342",
            "FGH-WF630",
            "FGH-WF636",
            "FGH-WF642",
            "FGH-WP-BASE",
            "FGH-WP-T84",
            "FGH-WP-T90",
            "FGH-WP-T96",
            "FGH-WP-W30",
            "FGH-WP-W36",
            "FGH-WP-W42",
            "FGH-WPC2430",
            "FGH-WPC2436",
            "FGH-WPC2442",
            "FGH-WR3018",
            "FHF-B09",
            "FHF-B12",
            "FHF-B15",
            "FHF-B18",
            "FHF-B21",
            "FHF-B24",
            "FHF-B27",
            "FHF-B30",
            "FHF-B33",
            "FHF-B36",
            "FHF-B39",
            "FHF-BBM",
            "FHF-BF3",
            "FHF-BF6",
            "FHF-BLB3639",
            "FHF-BLB4245",
            "FHF-BTL12",
            "FHF-BTR12",
            "FHF-CGS",
            "FHF-CM-1",
            "FHF-CTS",
            "FHF-DB12",
            "FHF-DB15",
            "FHF-DB18",
            "FHF-DB24",
            "FHF-DB30",
            "FHF-DB36",
            "FHF-DSB36",
            "FHF-DSF36",
            "FHF-DWR3",
            "FHF-DWR6",
            "FHF-FS30",
            "FHF-FS33",
            "FHF-FS36",
            "FHF-GD1530",
            "FHF-GD1536",
            "FHF-GD1542",
            "FHF-GD1830",
            "FHF-GD1836",
            "FHF-GD1842",
            "FHF-GD2430",
            "FHF-GD2436",
            "FHF-GD2442",
            "FHF-GD3030",
            "FHF-GD3036",
            "FHF-GD3042",
            "FHF-GD3630",
            "FHF-GD3636",
            "FHF-GD3642",
            "FHF-GDD2430",
            "FHF-GDD2436",
            "FHF-GDD2442",
            "FHF-ICM8",
            "FHF-LRM",
            "FHF-LSB33",
            "FHF-LSB36",
            "FHF-MW3030",
            "FHF-MW3036",
            "FHF-MW3042",
            "FHF-OC3384S",
            "FHF-OC3390S",
            "FHF-OC3396S",
            "FHF-OCM8",
            "FHF-PAN-1/4",
            "FHF-PLY-1/2",
            "FHF-PLY-3/4",
            "FHF-QRM",
            "FHF-REP2496",
            "FHF-REP3",
            "FHF-REP3096",
            "FHF-SB24",
            "FHF-SB27",
            "FHF-SB30",
            "FHF-SB33",
            "FHF-SB36",
            "FHF-SB39",
            "FHF-SB42",
            "FHF-SKBASE",
            "FHF-SKTALL",
            "FHF-SKW30",
            "FHF-SKW36",
            "FHF-SKW42",
            "FHF-SM8",
            "FHF-TCM",
            "FHF-TF396",
            "FHF-TF696",
            "FHF-TK8",
            "FHF-TOUCH UP KIT",
            "FHF-TP152484",
            "FHF-TP152490",
            "FHF-TP152496",
            "FHF-TP182484",
            "FHF-TP182490",
            "FHF-TP182496",
            "FHF-TP242484",
            "FHF-TP242490",
            "FHF-TP242496",
            "FHF-TP302484",
            "FHF-TP302490",
            "FHF-TP302496",
            "FHF-VAR54",
            "FHF-VSB24-34",
            "FHF-VSB30-34",
            "FHF-VSB36-34",
            "FHF-W0930",
            "FHF-W0936",
            "FHF-W0942",
            "FHF-W1230",
            "FHF-W1236",
            "FHF-W1242",
            "FHF-W1530",
            "FHF-W1536",
            "FHF-W1542",
            "FHF-W1830",
            "FHF-W1836",
            "FHF-W1842",
            "FHF-W2115",
            "FHF-W2118",
            "FHF-W2130",
            "FHF-W2136",
            "FHF-W2142",
            "FHF-W2415",
            "FHF-W2418",
            "FHF-W2424",
            "FHF-W2430",
            "FHF-W2436",
            "FHF-W2442",
            "FHF-W2730",
            "FHF-W2736",
            "FHF-W2742",
            "FHF-W3012",
            "FHF-W3015",
            "FHF-W301524",
            "FHF-W3018",
            "FHF-W301824",
            "FHF-W3024",
            "FHF-W302424",
            "FHF-W3030",
            "FHF-W3036",
            "FHF-W3042",
            "FHF-W3315",
            "FHF-W331524",
            "FHF-W3318",
            "FHF-W331824",
            "FHF-W3324",
            "FHF-W332424",
            "FHF-W3330",
            "FHF-W3336",
            "FHF-W3342",
            "FHF-W3612",
            "FHF-W3615",
            "FHF-W361524",
            "FHF-W3618",
            "FHF-W361824",
            "FHF-W3624",
            "FHF-W362424",
            "FHF-W3630",
            "FHF-W3636",
            "FHF-W3642",
            "FHF-W3930",
            "FHF-W3942",
            "FHF-W4230",
            "FHF-WAE1230",
            "FHF-WAE1236",
            "FHF-WAE1242",
            "FHF-WBC2430",
            "FHF-WBC2436",
            "FHF-WBC2442",
            "FHF-WBC3030",
            "FHF-WBC3630",
            "FHF-WBC3636",
            "FHF-WBC3642",
            "FHF-WBC4230",
            "FHF-WDC2430",
            "FHF-WDC2436",
            "FHF-WDC2442",
            "FHF-WF330",
            "FHF-WF336",
            "FHF-WF342",
            "FHF-WF630",
            "FHF-WF636",
            "FHF-WF642",
            "FHF-WP-BASE",
            "FHF-WP-T84",
            "FHF-WP-T90",
            "FHF-WP-T96",
            "FHF-WP-W30",
            "FHF-WP-W36",
            "FHF-WP-W42",
            "FHF-WR3018",
            "FMF-B09",
            "FMF-B12",
            "FMF-B15",
            "FMF-B18",
            "FMF-B21",
            "FMF-B24",
            "FMF-B27",
            "FMF-B30",
            "FMF-B33",
            "FMF-B36",
            "FMF-B39",
            "FMF-B42",
            "FMF-BBM",
            "FMF-BF3",
            "FMF-BF6",
            "FMF-BLB36/39",
            "FMF-BLB42/45",
            "FMF-BLB48/51",
            "FMF-CGS",
            "FMF-CM-1",
            "FMF-CTS",
            "FMF-DB12",
            "FMF-DB15",
            "FMF-DB18",
            "FMF-DB24",
            "FMF-DSB36",
            "FMF-DSF36",
            "FMF-DWR3",
            "FMF-DWR6",
            "FMF-ERB36",
            "FMF-GD3030",
            "FMF-GD3036",
            "FMF-GD3042",
            "FMF-GD3630",
            "FMF-GD3636",
            "FMF-GD3642",
            "FMF-GDD2430",
            "FMF-GDD2436",
            "FMF-GDD2442",
            "FMF-ICM8",
            "FMF-LRM",
            "FMF-LSB36",
            "FMF-MW3030",
            "FMF-MW3036",
            "FMF-MW3042",
            "FMF-OCM8",
            "FMF-PAN-1/4",
            "FMF-PLY-1/2",
            "FMF-PLY-3/4",
            "FMF-QRM",
            "FMF-REP2496",
            "FMF-REP3",
            "FMF-REP3096",
            "FMF-SB24",
            "FMF-SB27",
            "FMF-SB30",
            "FMF-SB33",
            "FMF-SB36",
            "FMF-SB39",
            "FMF-SB42",
            "FMF-SKBASE",
            "FMF-SKTALL",
            "FMF-SKW30",
            "FMF-SKW36",
            "FMF-SKW42",
            "FMF-SM8",
            "FMF-TCM",
            "FMF-TF396",
            "FMF-TF696",
            "FMF-TK8",
            "FMF-TOUCH UP KIT",
            "FMF-TP152484",
            "FMF-TP152490",
            "FMF-TP152496",
            "FMF-TP182484",
            "FMF-TP182490",
            "FMF-TP182496",
            "FMF-TP242484",
            "FMF-TP242490",
            "FMF-TP242496",
            "FMF-VAR54",
            "FMF-VDB12-34",
            "FMF-VSB24-34",
            "FMF-W0930",
            "FMF-W0936",
            "FMF-W0942",
            "FMF-W1230",
            "FMF-W1236",
            "FMF-W1242",
            "FMF-W1530",
            "FMF-W1536",
            "FMF-W1542",
            "FMF-W1830",
            "FMF-W1836",
            "FMF-W1842",
            "FMF-W2130",
            "FMF-W2136",
            "FMF-W2142",
            "FMF-W2415",
            "FMF-W2418",
            "FMF-W2424",
            "FMF-W2430",
            "FMF-W2436",
            "FMF-W2442",
            "FMF-W2730",
            "FMF-W2736",
            "FMF-W2742",
            "FMF-W3012",
            "FMF-W3015",
            "FMF-W301524",
            "FMF-W3018",
            "FMF-W301824",
            "FMF-W3024",
            "FMF-W302424",
            "FMF-W3030",
            "FMF-W3036",
            "FMF-W3042",
            "FMF-W3315",
            "FMF-W331524",
            "FMF-W3318",
            "FMF-W331824",
            "FMF-W3324",
            "FMF-W332424",
            "FMF-W3330",
            "FMF-W3336",
            "FMF-W3342",
            "FMF-W3612",
            "FMF-W3615",
            "FMF-W361524",
            "FMF-W3618",
            "FMF-W361824",
            "FMF-W3624",
            "FMF-W362424",
            "FMF-W3630",
            "FMF-W3636",
            "FMF-W3642",
            "FMF-W3930",
            "FMF-W3942",
            "FMF-W4230",
            "FMF-WBC2430",
            "FMF-WBC2436",
            "FMF-WBC2442",
            "FMF-WBC3030",
            "FMF-WBC3630",
            "FMF-WBC3636",
            "FMF-WBC3642",
            "FMF-WBC4230",
            "FMF-WDC2430",
            "FMF-WDC2436",
            "FMF-WDC2442",
            "FMF-WF330",
            "FMF-WF336",
            "FMF-WF342",
            "FMF-WF630",
            "FMF-WF636",
            "FMF-WF642",
            "FMF-WR3018",
            "FMM-B09",
            "FMM-B12",
            "FMM-B15",
            "FMM-B18",
            "FMM-B21",
            "FMM-B24",
            "FMM-B27",
            "FMM-B30",
            "FMM-B33",
            "FMM-B36",
            "FMM-B39",
            "FMM-B42",
            "FMM-BF3",
            "FMM-BF6",
            "FMM-BLB36/39",
            "FMM-BLB42/45",
            "FMM-BLB48/51",
            "FMM-CM-1",
            "FMM-DB12",
            "FMM-DB15",
            "FMM-DB18",
            "FMM-DB24",
            "FMM-DSB36",
            "FMM-DSF36",
            "FMM-DWR3",
            "FMM-DWR6",
            "FMM-ERB36",
            "FMM-GD3030",
            "FMM-GD3036",
            "FMM-GD3042",
            "FMM-GD3630",
            "FMM-GD3636",
            "FMM-GD3642",
            "FMM-GDD2430",
            "FMM-GDD2436",
            "FMM-GDD2442",
            "FMM-ICM8",
            "FMM-LSB36",
            "FMM-MW3030",
            "FMM-MW3036",
            "FMM-MW3042",
            "FMM-OCM8",
            "FMM-PAN-1/4",
            "FMM-PLY-1/2",
            "FMM-PLY-3/4",
            "FMM-QRM",
            "FMM-REP2496",
            "FMM-REP3",
            "FMM-SB24",
            "FMM-SB27",
            "FMM-SB30",
            "FMM-SB33",
            "FMM-SB36",
            "FMM-SB39",
            "FMM-SB42",
            "FMM-SKBASE",
            "FMM-SKTALL",
            "FMM-SKW30",
            "FMM-SKW36",
            "FMM-SKW42",
            "FMM-SM8",
            "FMM-TF396",
            "FMM-TF696",
            "FMM-TK8",
            "FMM-TOUCH UP KIT",
            "FMM-TP152484",
            "FMM-TP152490",
            "FMM-TP152496",
            "FMM-TP182484",
            "FMM-TP182490",
            "FMM-TP182496",
            "FMM-TP242484",
            "FMM-TP242490",
            "FMM-TP242496",
            "FMM-VDB12-34",
            "FMM-VSB24-34",
            "FMM-W0930",
            "FMM-W0936",
            "FMM-W0942",
            "FMM-W1230",
            "FMM-W1236",
            "FMM-W1242",
            "FMM-W1530",
            "FMM-W1536",
            "FMM-W1542",
            "FMM-W1830",
            "FMM-W1836",
            "FMM-W1842",
            "FMM-W2130",
            "FMM-W2136",
            "FMM-W2142",
            "FMM-W2415",
            "FMM-W2418",
            "FMM-W2424",
            "FMM-W2430",
            "FMM-W2436",
            "FMM-W2442",
            "FMM-W2730",
            "FMM-W2736",
            "FMM-W2742",
            "FMM-W3012",
            "FMM-W3015",
            "FMM-W301524",
            "FMM-W3018",
            "FMM-W301824",
            "FMM-W3024",
            "FMM-W302424",
            "FMM-W3030",
            "FMM-W3036",
            "FMM-W3042",
            "FMM-W3315",
            "FMM-W331524",
            "FMM-W3318",
            "FMM-W331824",
            "FMM-W3324",
            "FMM-W332424",
            "FMM-W3330",
            "FMM-W3336",
            "FMM-W3342",
            "FMM-W3612",
            "FMM-W3615",
            "FMM-W361524",
            "FMM-W3618",
            "FMM-W361824",
            "FMM-W3624",
            "FMM-W362424",
            "FMM-W3630",
            "FMM-W3636",
            "FMM-W3642",
            "FMM-W3930",
            "FMM-W3942",
            "FMM-W4230",
            "FMM-WBC2430",
            "FMM-WBC2436",
            "FMM-WBC2442",
            "FMM-WBC3030",
            "FMM-WBC3630",
            "FMM-WBC3636",
            "FMM-WBC3642",
            "FMM-WBC4230",
            "FMM-WDC2430",
            "FMM-WDC2436",
            "FMM-WDC2442",
            "FMM-WF330",
            "FMM-WF336",
            "FMM-WF342",
            "FMM-WF630",
            "FMM-WF636",
            "FMM-WF642",
            "FW-FROST-BBM",
            "FW-FROST-BF3",
            "FW-FROST-BF6",
            "FW-FROST-CGS",
            "FW-FROST-CM-1",
            "FW-FROST-CTS",
            "FW-FROST-DWR3",
            "FW-FROST-DWR6",
            "FW-FROST-ICM8",
            "FW-FROST-LRM",
            "FW-FROST-OCM8",
            "FW-FROST-PAN-1/4",
            "FW-FROST-PLY-1/2",
            "FW-FROST-PLY-3/4",
            "FW-FROST-PP-W36",
            "FW-FROST-PP-W42",
            "FW-FROST-QRM",
            "FW-FROST-REP2496",
            "FW-FROST-REP3",
            "FW-FROST-REP3096",
            "FW-FROST-SKBASE",
            "FW-FROST-SKTALL",
            "FW-FROST-SKW30",
            "FW-FROST-SKW36",
            "FW-FROST-SKW42",
            "FW-FROST-SM8",
            "FW-FROST-TCM",
            "FW-FROST-TF396",
            "FW-FROST-TF696",
            "FW-FROST-TK8",
            "FW-FROST-TOUCH UP KIT",
            "FW-FROST-VAR54",
            "FW-FROST-WF330",
            "FW-FROST-WF336",
            "FW-FROST-WF342",
            "FW-FROST-WF630",
            "FW-FROST-WF636",
            "FW-FROST-WF642",
            "FW-FROST-WR3018",
            "GNG-18-SH-1P-PP-LH",
            "GNG-18-SH-1P-PP-RH",
            "GNG-18-SH-2P-PP-LH",
            "GNG-18-SH-2P-PP-RH",
            "GNG-20-SH-1P-PP-LH",
            "GNG-20-SH-1P-PP-RH",
            "GNG-20-SH-2P-PP-LH",
            "GNG-20-SH-2P-PP-RH",
            "GNG-22-SH-1P-PP-LH",
            "GNG-22-SH-1P-PP-RH",
            "GNG-22-SH-2P-PP-LH",
            "GNG-22-SH-2P-PP-RH",
            "GNG-24-SH-1P-PP-LH",
            "GNG-24-SH-1P-PP-RH",
            "GNG-24-SH-2P-PP-LH",
            "GNG-24-SH-2P-PP-RH",
            "GNG-26-SH-1P-PP-LH",
            "GNG-26-SH-1P-PP-RH",
            "GNG-26-SH-2P-PP-LH",
            "GNG-26-SH-2P-PP-RH",
            "GNG-28-SH-1P-PP-LH",
            "GNG-28-SH-1P-PP-RH",
            "GNG-28-SH-2P-PP-LH",
            "GNG-28-SH-2P-PP-RH",
            "GNG-30-SH-1P-PP-LH",
            "GNG-30-SH-1P-PP-RH",
            "GNG-30-SH-2P-PP-LH",
            "GNG-30-SH-2P-PP-RH",
            "GNG-32-SH-1P-PP-LH",
            "GNG-32-SH-1P-PP-RH",
            "GNG-32-SH-2P-PP-LH",
            "GNG-32-SH-2P-PP-RH",
            "GNG-34-SH-1P-PP-LH",
            "GNG-34-SH-1P-PP-RH",
            "GNG-34-SH-2P-PP-LH",
            "GNG-34-SH-2P-PP-RH",
            "GNG-36-SH-1P-PP-LH",
            "GNG-36-SH-1P-PP-RH",
            "GNG-36-SH-2P-PP-LH",
            "GNG-36-SH-2P-PP-RH",
            "GSW-B12",
            "GSW-B15",
            "GSW-B18",
            "GSW-B21",
            "GSW-B24",
            "GSW-B27",
            "GSW-B30",
            "GSW-B33",
            "GSW-B36",
            "GSW-B39",
            "GSW-BBC36/39L/R",
            "GSW-BBC39/42L/R",
            "GSW-BBC45/48FHL/R",
            "GSW-BBC45/48FHL/R-MC",
            "GSW-BBC45/48L/R",
            "GSW-BCOR33L/R",
            "GSW-BCOR36L/R",
            "GSW-BEC1224L",
            "GSW-BEC1224R",
            "GSW-BF3",
            "GSW-BF6",
            "GSW-BH09",
            "GSW-BH12",
            "GSW-BH15",
            "GSW-BH18",
            "GSW-BH21",
            "GSW-BH24",
            "GSW-BH27",
            "GSW-BH30",
            "GSW-BH33",
            "GSW-BH36",
            "GSW-BH39",
            "GSW-BM8",
            "GSW-BMC24",
            "GSW-BMC30",
            "GSW-BPP09",
            "GSW-BWB18",
            "GSW-CSB36",
            "GSW-CSB36-FP",
            "GSW-CVM8",
            "GSW-DB12-3",
            "GSW-DB15-3",
            "GSW-DB18-3",
            "GSW-DB21-3",
            "GSW-DB24-3",
            "GSW-DB27-3",
            "GSW-DB30-2",
            "GSW-DB30-3",
            "GSW-DB33-3",
            "GSW-DB36-3",
            "GSW-DWR3L/R",
            "GSW-EZR33",
            "GSW-EZR36",
            "GSW-F330",
            "GSW-F336",
            "GSW-F342",
            "GSW-F396",
            "GSW-F630",
            "GSW-F642",
            "GSW-F696",
            "GSW-FPP9648 1/4",
            "GSW-FPP9648 3/4",
            "GSW-FPPB9648 1/2",
            "GSW-FS24",
            "GSW-FS30",
            "GSW-FS36",
            "GSW-FS60",
            "GSW-GALLON OF PAINT",
            "GSW-GD-W1215",
            "GSW-GD-W1515",
            "GSW-GD-W1530",
            "GSW-GD-W1536",
            "GSW-GD-W1542",
            "GSW-GD-W1815",
            "GSW-GD-W1830",
            "GSW-GD-W1836",
            "GSW-GD-W1842",
            "GSW-GD-W2115",
            "GSW-GD-W2415",
            "GSW-GD-W2715",
            "GSW-GD-W3015",
            "GSW-GD-W3030",
            "GSW-GD-W3036",
            "GSW-GD-W3042",
            "GSW-GD-W3315",
            "GSW-GD-W3615",
            "GSW-GD-W3630",
            "GSW-GD-W3636",
            "GSW-GD-W3642",
            "GSW-GD-WCOR2415",
            "GSW-GD-WDC2430",
            "GSW-GD-WDC2436",
            "GSW-GD-WDC2442",
            "GSW-GDW1215",
            "GSW-GDW1515",
            "GSW-GDW1530",
            "GSW-GDW1536",
            "GSW-GDW1542",
            "GSW-GDW1815",
            "GSW-GDW1830",
            "GSW-GDW1836",
            "GSW-GDW1842",
            "GSW-GDW2115",
            "GSW-GDW2415",
            "GSW-GDW2715",
            "GSW-GDW3015",
            "GSW-GDW3030",
            "GSW-GDW3036",
            "GSW-GDW3042",
            "GSW-GDW3315",
            "GSW-GDW3615",
            "GSW-GDW3630",
            "GSW-GDW3636",
            "GSW-GDW3642",
            "GSW-GDWCOR2415",
            "GSW-GDWDC2430",
            "GSW-GDWDC2436",
            "GSW-GDWDC2442",
            "GSW-LC1884",
            "GSW-LCVM8",
            "GSW-LM8",
            "GSW-LRM8",
            "GSW-M2436",
            "GSW-MBEP",
            "GSW-MC3018",
            "GSW-MPBEP",
            "GSW-MWEP15",
            "GSW-MWEP30",
            "GSW-MWEP36",
            "GSW-MWEP42",
            "GSW-OC3384",
            "GSW-OC3390",
            "GSW-OC3396",
            "GSW-OCM8-1",
            "GSW-PC1884",
            "GSW-PC1890",
            "GSW-PC1896",
            "GSW-PC2484",
            "GSW-PC2490",
            "GSW-PC2496",
            "GSW-PC3084",
            "GSW-PC3090",
            "GSW-PC3096",
            "GSW-PINT OF PAINT",
            "GSW-QUART OF PAINT",
            "GSW-REP120",
            "GSW-REP96",
            "GSW-SB24",
            "GSW-SB27",
            "GSW-SB30",
            "GSW-SB33",
            "GSW-SB36",
            "GSW-SBF30",
            "GSW-SBF36",
            "GSW-SBM8",
            "GSW-SC10",
            "GSW-SD",
            "GSW-SDP34 4X4",
            "GSW-SHM8",
            "GSW-SM8",
            "GSW-SPRAY CAN",
            "GSW-SSPA34 4X4",
            "GSW-TK8",
            "GSW-TKBM8",
            "GSW-TLM8",
            "GSW-TOUCH UP KIT",
            "GSW-V54",
            "GSW-VA2421",
            "GSW-VA3021",
            "GSW-VA3621",
            "GSW-VDB12-3",
            "GSW-VDB15-3",
            "GSW-VDB18-3",
            "GSW-VKD3021",
            "GSW-VSD3021DL",
            "GSW-VSD3021DR",
            "GSW-VSD3621DL",
            "GSW-VSD3621DR",
            "GSW-VSD4821DLR",
            "GSW-VSD6021DLR",
            "GSW-W0930",
            "GSW-W0936",
            "GSW-W0942",
            "GSW-W1230",
            "GSW-W1236",
            "GSW-W1242",
            "GSW-W1530",
            "GSW-W1536",
            "GSW-W1542",
            "GSW-W1830",
            "GSW-W1836",
            "GSW-W1842",
            "GSW-W2130",
            "GSW-W2136",
            "GSW-W2142",
            "GSW-W2412",
            "GSW-W2415",
            "GSW-W2418",
            "GSW-W2424",
            "GSW-W2430",
            "GSW-W2436",
            "GSW-W2442",
            "GSW-W2730",
            "GSW-W2736",
            "GSW-W2742",
            "GSW-W3012",
            "GSW-W301224",
            "GSW-W3015",
            "GSW-W3018",
            "GSW-W301824",
            "GSW-W3024",
            "GSW-W302424",
            "GSW-W3030",
            "GSW-W3036",
            "GSW-W3042",
            "GSW-W331224",
            "GSW-W3315",
            "GSW-W3318",
            "GSW-W3324",
            "GSW-W3330",
            "GSW-W3336",
            "GSW-W3342",
            "GSW-W3612",
            "GSW-W361224",
            "GSW-W3615",
            "GSW-W3618",
            "GSW-W361824",
            "GSW-W3624",
            "GSW-W362424",
            "GSW-W3630",
            "GSW-W3636",
            "GSW-W3642",
            "GSW-W3930",
            "GSW-WBC2730",
            "GSW-WBC2736",
            "GSW-WBC2742",
            "GSW-WCOR2430",
            "GSW-WCOR2436",
            "GSW-WCOR2442",
            "GSW-WDC2430",
            "GSW-WDC2436",
            "GSW-WDC2442",
            "GSW-WECA30",
            "GSW-WECA36",
            "GSW-WECA42",
            "GSW-WHB3624",
            "GSW-WHB3630",
            "GSW-WOC1215",
            "GSW-WOC1515",
            "GSW-WOC1530",
            "GSW-WOC1536",
            "GSW-WOC1542",
            "GSW-WOC1815",
            "GSW-WOC1830",
            "GSW-WOC1836",
            "GSW-WOC1842",
            "GSW-WOC2115",
            "GSW-WOC2415",
            "GSW-WOC2715",
            "GSW-WOC3015",
            "GSW-WOC3030",
            "GSW-WOC3036",
            "GSW-WOC3042",
            "GSW-WOC3315",
            "GSW-WOC3615",
            "GSW-WOC3630",
            "GSW-WOC3636",
            "GSW-WOC3642",
            "GSW-WOCD2430",
            "GSW-WOCD2436",
            "GSW-WOCD2442",
            "GSW-WOCOR2415",
            "GSW-WSC1818",
            "HPW-B12",
            "HPW-B15",
            "HPW-B18",
            "HPW-B21",
            "HPW-B24",
            "HPW-B27",
            "HPW-B30",
            "HPW-B33",
            "HPW-B36",
            "HPW-B39",
            "HPW-BBC36/39L/R",
            "HPW-BBC39/42L/R",
            "HPW-BBC45/48FHL/R",
            "HPW-BBC45/48FHL/R-MC",
            "HPW-BBC45/48L/R",
            "HPW-BCOR33L/R",
            "HPW-BCOR36L/R",
            "HPW-BEC1224L",
            "HPW-BEC1224R",
            "HPW-BF3",
            "HPW-BF6",
            "HPW-BH09",
            "HPW-BH12",
            "HPW-BH15",
            "HPW-BH18",
            "HPW-BH21",
            "HPW-BH24",
            "HPW-BH27",
            "HPW-BH30",
            "HPW-BH33",
            "HPW-BH36",
            "HPW-BH39",
            "HPW-BM8",
            "HPW-BMC24",
            "HPW-BMC30",
            "HPW-BPP09",
            "HPW-BWB18",
            "HPW-CSB36",
            "HPW-CSB36-FP",
            "HPW-CVM8",
            "HPW-DB12-3",
            "HPW-DB15-3",
            "HPW-DB18-3",
            "HPW-DB21-3",
            "HPW-DB24-3",
            "HPW-DB27-3",
            "HPW-DB30-2",
            "HPW-DB30-3",
            "HPW-DB33-3",
            "HPW-DB36-3",
            "HPW-DWR3L/R",
            "HPW-EZR33",
            "HPW-EZR36",
            "HPW-F330",
            "HPW-F336",
            "HPW-F342",
            "HPW-F396",
            "HPW-F630",
            "HPW-F642",
            "HPW-F696",
            "HPW-FPP9648 1/4",
            "HPW-FPP9648 3/4",
            "HPW-FPPB9648 1/2",
            "HPW-FS24",
            "HPW-FS30",
            "HPW-FS36",
            "HPW-FS60",
            "HPW-GALLON OF PAINT",
            "HPW-GD-W1215",
            "HPW-GD-W1515",
            "HPW-GD-W1530",
            "HPW-GD-W1536",
            "HPW-GD-W1542",
            "HPW-GD-W1815",
            "HPW-GD-W1830",
            "HPW-GD-W1836",
            "HPW-GD-W1842",
            "HPW-GD-W2115",
            "HPW-GD-W2415",
            "HPW-GD-W2715",
            "HPW-GD-W3015",
            "HPW-GD-W3030",
            "HPW-GD-W3036",
            "HPW-GD-W3042",
            "HPW-GD-W3315",
            "HPW-GD-W3615",
            "HPW-GD-W3630",
            "HPW-GD-W3636",
            "HPW-GD-W3642",
            "HPW-GD-WCOR2415",
            "HPW-GD-WDC2430",
            "HPW-GD-WDC2436",
            "HPW-GD-WDC2442",
            "HPW-GDW1215",
            "HPW-GDW1515",
            "HPW-GDW1530",
            "HPW-GDW1536",
            "HPW-GDW1542",
            "HPW-GDW1815",
            "HPW-GDW1830",
            "HPW-GDW1836",
            "HPW-GDW1842",
            "HPW-GDW2115",
            "HPW-GDW2415",
            "HPW-GDW2715",
            "HPW-GDW3015",
            "HPW-GDW3030",
            "HPW-GDW3036",
            "HPW-GDW3042",
            "HPW-GDW3315",
            "HPW-GDW3615",
            "HPW-GDW3630",
            "HPW-GDW3636",
            "HPW-GDW3642",
            "HPW-GDWCOR2415",
            "HPW-GDWDC2430",
            "HPW-GDWDC2436",
            "HPW-GDWDC2442",
            "HPW-LC1884",
            "HPW-LCVM8",
            "HPW-LM8",
            "HPW-LRM8",
            "HPW-M2436",
            "HPW-MBEP",
            "HPW-MC3018",
            "HPW-MPBEP",
            "HPW-MWEP15",
            "HPW-MWEP30",
            "HPW-MWEP36",
            "HPW-MWEP42",
            "HPW-OC3384",
            "HPW-OC3390",
            "HPW-OC3396",
            "HPW-OCM8-1",
            "HPW-PC1884",
            "HPW-PC1890",
            "HPW-PC1896",
            "HPW-PC2484",
            "HPW-PC2490",
            "HPW-PC2496",
            "HPW-PC3084",
            "HPW-PC3090",
            "HPW-PC3096",
            "HPW-PINT OF PAINT",
            "HPW-QUART OF PAINT",
            "HPW-REP120",
            "HPW-REP96",
            "HPW-SB24",
            "HPW-SB27",
            "HPW-SB30",
            "HPW-SB33",
            "HPW-SB36",
            "HPW-SBF30",
            "HPW-SBF36",
            "HPW-SBM8",
            "HPW-SC10",
            "HPW-SD",
            "HPW-SDP34 4X4",
            "HPW-SHM8",
            "HPW-SM8",
            "HPW-SPRAY CAN",
            "HPW-SSPA34 4X4",
            "HPW-TK8",
            "HPW-TKBM8",
            "HPW-TLM8",
            "HPW-TOUCH UP KIT",
            "HPW-V54",
            "HPW-VA2421",
            "HPW-VA3021",
            "HPW-VA3621",
            "HPW-VDB12-3",
            "HPW-VDB15-3",
            "HPW-VDB18-3",
            "HPW-VKD3021",
            "HPW-VSD3021DL",
            "HPW-VSD3021DR",
            "HPW-VSD3621DL",
            "HPW-VSD3621DR",
            "HPW-VSD4821DLR",
            "HPW-VSD6021DLR",
            "HPW-W0930",
            "HPW-W0936",
            "HPW-W0942",
            "HPW-W1230",
            "HPW-W1236",
            "HPW-W1242",
            "HPW-W1530",
            "HPW-W1536",
            "HPW-W1542",
            "HPW-W1830",
            "HPW-W1836",
            "HPW-W1842",
            "HPW-W2130",
            "HPW-W2136",
            "HPW-W2142",
            "HPW-W2412",
            "HPW-W2415",
            "HPW-W2418",
            "HPW-W2424",
            "HPW-W2430",
            "HPW-W2436",
            "HPW-W2442",
            "HPW-W2730",
            "HPW-W2736",
            "HPW-W2742",
            "HPW-W3012",
            "HPW-W301224",
            "HPW-W3015",
            "HPW-W3018",
            "HPW-W301824",
            "HPW-W3024",
            "HPW-W302424",
            "HPW-W3030",
            "HPW-W3036",
            "HPW-W3042",
            "HPW-W331224",
            "HPW-W3315",
            "HPW-W3318",
            "HPW-W3324",
            "HPW-W3330",
            "HPW-W3336",
            "HPW-W3342",
            "HPW-W3612",
            "HPW-W361224",
            "HPW-W3615",
            "HPW-W3618",
            "HPW-W361824",
            "HPW-W3624",
            "HPW-W362424",
            "HPW-W3630",
            "HPW-W3636",
            "HPW-W3642",
            "HPW-W3930",
            "HPW-WBC2730",
            "HPW-WBC2736",
            "HPW-WBC2742",
            "HPW-WCOR2430",
            "HPW-WCOR2436",
            "HPW-WCOR2442",
            "HPW-WDC2430",
            "HPW-WDC2436",
            "HPW-WDC2442",
            "HPW-WECA30",
            "HPW-WECA36",
            "HPW-WECA42",
            "HPW-WHB3624",
            "HPW-WHB3630",
            "HPW-WOC1215",
            "HPW-WOC1515",
            "HPW-WOC1530",
            "HPW-WOC1536",
            "HPW-WOC1542",
            "HPW-WOC1815",
            "HPW-WOC1830",
            "HPW-WOC1836",
            "HPW-WOC1842",
            "HPW-WOC2115",
            "HPW-WOC2415",
            "HPW-WOC2715",
            "HPW-WOC3015",
            "HPW-WOC3030",
            "HPW-WOC3036",
            "HPW-WOC3042",
            "HPW-WOC3315",
            "HPW-WOC3615",
            "HPW-WOC3630",
            "HPW-WOC3636",
            "HPW-WOC3642",
            "HPW-WOCD2430",
            "HPW-WOCD2436",
            "HPW-WOCD2442",
            "HPW-WOCOR2415",
            "HPW-WSC1818",
            "HS-BAR-128BG",
            "HS-BAR-128MB",
            "HS-BAR-128SN",
            "HS-BAR-96BG",
            "HS-BAR-96MB",
            "HS-BAR-96SN",
            "HS-BCS",
            "HS-CDT-B18",
            "HS-CDT-B24",
            "HS-CT-L",
            "HS-CT-S",
            "HS-ML-BASEFH",
            "HS-SP-BF3",
            "HS-SP-BF6",
            "HS-SP-W09",
            "HS-SP-WF330",
            "HS-SP-WF336",
            "HS-SP-WF342",
            "HS-SP-WF636",
            "HS-STL",
            "HS-STS",
            "HS-TD-B09",
            "HS-TR-B15S",
            "HS-TR-B18D",
            "HS-TR-B21D",
            "HS-UT-B09",
            "HS-UT-B12FH",
            "HS-WDC-30PLS",
            "HS-WDC-3642PLS",
            "LLP24W",
            "LLP28W",
            "LLP30W",
            "LLP32W",
            "LLP36W",
            "LM-JS-3DB12",
            "LM-JS-3DB15",
            "LM-JS-3DB18",
            "LM-JS-3DB21",
            "LM-JS-3DB24",
            "LM-JS-3DB30",
            "LM-JS-3DB36",
            "LM-JS-4SK1824.75",
            "LM-JS-4SK2424.75",
            "LM-JS-AB12L",
            "LM-JS-AB12R",
            "LM-JS-AW1230",
            "LM-JS-AW1236",
            "LM-JS-AW1242",
            "LM-JS-B09",
            "LM-JS-B12",
            "LM-JS-B15",
            "LM-JS-B18",
            "LM-JS-B21",
            "LM-JS-B24",
            "LM-JS-B27",
            "LM-JS-B30",
            "LM-JS-B33",
            "LM-JS-B36",
            "LM-JS-BBC3639",
            "LM-JS-BBC4245",
            "LM-JS-BBC4851",
            "LM-JS-BDEC30",
            "LM-JS-BM8",
            "LM-JS-BMC30",
            "LM-JS-CM3",
            "LM-JS-DSBC36",
            "LM-JS-DWP3",
            "LM-JS-ERC2430",
            "LM-JS-ERC2436",
            "LM-JS-FBM8",
            "LM-JS-FSB30",
            "LM-JS-FSB36",
            "LM-JS-ICM8",
            "LM-JS-LRM8",
            "LM-JS-LS33",
            "LM-JS-LS36",
            "LM-JS-OC3384",
            "LM-JS-OC3390",
            "LM-JS-OC3396",
            "LM-JS-OCM8",
            "LM-JS-PAN1/4",
            "LM-JS-QRM8",
            "LM-JS-REP4896",
            "LM-JS-REP96",
            "LM-JS-RT18",
            "LM-JS-RT24",
            "LM-JS-SB24",
            "LM-JS-SB27",
            "LM-JS-SB30",
            "LM-JS-SB33",
            "LM-JS-SB36",
            "LM-JS-SD",
            "LM-JS-SM8",
            "LM-JS-TF396",
            "LM-JS-TF696",
            "LM-JS-TK8",
            "LM-JS-TUK",
            "LM-JS-VAL72",
            "LM-JS-W0930",
            "LM-JS-W0936",
            "LM-JS-W0942",
            "LM-JS-W1230",
            "LM-JS-W1236",
            "LM-JS-W1242",
            "LM-JS-W1530",
            "LM-JS-W1536",
            "LM-JS-W1542",
            "LM-JS-W1830",
            "LM-JS-W1836",
            "LM-JS-W1842",
            "LM-JS-W2130",
            "LM-JS-W2136",
            "LM-JS-W2142",
            "LM-JS-W2430",
            "LM-JS-W2436",
            "LM-JS-W2442",
            "LM-JS-W2730",
            "LM-JS-W2736",
            "LM-JS-W2742",
            "LM-JS-W3012",
            "LM-JS-W3015",
            "LM-JS-W3018",
            "LM-JS-W3024",
            "LM-JS-W3030",
            "LM-JS-W3036",
            "LM-JS-W3042",
            "LM-JS-W3312",
            "LM-JS-W331224",
            "LM-JS-W3315",
            "LM-JS-W3318",
            "LM-JS-W331824",
            "LM-JS-W3330",
            "LM-JS-W3336",
            "LM-JS-W3342",
            "LM-JS-W3612",
            "LM-JS-W361224",
            "LM-JS-W3618",
            "LM-JS-W361824",
            "LM-JS-W3624",
            "LM-JS-W362424",
            "LM-JS-W3630",
            "LM-JS-W3636",
            "LM-JS-W3642",
            "LM-JS-WBC30-3330",
            "LM-JS-WBC30-3336",
            "LM-JS-WBC30-3342",
            "LM-JS-WDC2430",
            "LM-JS-WDC2436",
            "LM-JS-WDC2442",
            "LM-JS-WDEC30",
            "LM-JS-WDEC36",
            "LM-JS-WDEC42",
            "LM-JS-WF330",
            "LM-JS-WF342",
            "LM-JS-WF642",
            "LM-JS-WP182484",
            "LM-JS-WP182490",
            "LM-JS-WP182496",
            "LM-JS-WP242484",
            "LM-JS-WP242490",
            "LM-JS-WP242496",
            "LM-JS-WR3015",
            "LM-JS-WR30GH",
            "LMJSERC2442L",
            "LPE-B12",
            "LPE-B15",
            "LPE-B18",
            "LPE-B21",
            "LPE-B24",
            "LPE-B27",
            "LPE-B30",
            "LPE-B33",
            "LPE-B36",
            "LPE-B9",
            "LPE-BEP3PL",
            "LPE-BS",
            "LPE-BTS 4 1/2",
            "LPE-CB36",
            "LPE-CM",
            "LPE-CW3030",
            "LPE-CW3036",
            "LPE-CW3042",
            "LPE-DBTB18",
            "LPE-DCSB36",
            "LPE-DCW2430",
            "LPE-DCW2442",
            "LPE-DRB30",
            "LPE-F330",
            "LPE-F342",
            "LPE-FBP4836",
            "LPE-FBP9648",
            "LPE-O3084",
            "LPE-O3090",
            "LPE-O3096",
            "LPE-REP2484PL",
            "LPE-REP2496PL",
            "LPE-S3/4",
            "LPE-SB30",
            "LPE-SB33",
            "LPE-SB36",
            "LPE-SB60",
            "LPE-SBC36/SLS",
            "LPE-SK1824",
            "LPE-SK2424",
            "LPE-TDB15",
            "LPE-TDB18",
            "LPE-TDB24",
            "LPE-TUKE",
            "LPE-U182484",
            "LPE-U182496",
            "LPE-U242484",
            "LPE-U242496",
            "LPE-UF384",
            "LPE-UF396",
            "LPE-US96",
            "LPE-USK18",
            "LPE-USK24",
            "LPE-V48",
            "LPE-W1230",
            "LPE-W1236",
            "LPE-W1242",
            "LPE-W1530",
            "LPE-W1536",
            "LPE-W1542",
            "LPE-W1830",
            "LPE-W1836",
            "LPE-W1842",
            "LPE-W2130",
            "LPE-W2136",
            "LPE-W2142",
            "LPE-W2430",
            "LPE-W2436",
            "LPE-W2442",
            "LPE-W2730",
            "LPE-W2736",
            "LPE-W2742",
            "LPE-W3012",
            "LPE-W3015",
            "LPE-W3018",
            "LPE-W3024",
            "LPE-W3030",
            "LPE-W3036",
            "LPE-W3042",
            "LPE-W3315",
            "LPE-W3330",
            "LPE-W3336",
            "LPE-W3342",
            "LPE-W3612",
            "LPE-W3615",
            "LPE-W3624",
            "LPE-W362424",
            "LPE-W3630",
            "LPE-W3636",
            "LPE-W3642",
            "LPE-W930",
            "LPE-W936",
            "LPE-W942",
            "LPE-WR1830",
            "LPE-WS42",
            "MBRO-B12",
            "MBRO-B15",
            "MBRO-B18",
            "MBRO-B21",
            "MBRO-B24",
            "MBRO-B27",
            "MBRO-B30",
            "MBRO-B33",
            "MBRO-B36",
            "MBRO-B39",
            "MBRO-BBC36/39L/R",
            "MBRO-BBC39/42L/R",
            "MBRO-BBC45/48FHL/R",
            "MBRO-BBC45/48FHL/R-MC",
            "MBRO-BBC45/48L/R",
            "MBRO-BCOR33L/R",
            "MBRO-BCOR36L/R",
            "MBRO-BEC1224L",
            "MBRO-BEC1224R",
            "MBRO-BF3",
            "MBRO-BF6",
            "MBRO-BH09",
            "MBRO-BH12",
            "MBRO-BH15",
            "MBRO-BH18",
            "MBRO-BH21",
            "MBRO-BH24",
            "MBRO-BH27",
            "MBRO-BH30",
            "MBRO-BH33",
            "MBRO-BH36",
            "MBRO-BH39",
            "MBRO-BM8",
            "MBRO-BMC24",
            "MBRO-BMC30",
            "MBRO-BPP09",
            "MBRO-BWB18",
            "MBRO-CLEARANCE KIT",
            "MBRO-CLEARANCE KIT TALL",
            "MBRO-CSB36",
            "MBRO-CSB36-FP",
            "MBRO-CVM8",
            "MBRO-DB12-3",
            "MBRO-DB15-3",
            "MBRO-DB18-3",
            "MBRO-DB21-3",
            "MBRO-DB24-3",
            "MBRO-DB27-3",
            "MBRO-DB30-2",
            "MBRO-DB30-3",
            "MBRO-DB33-3",
            "MBRO-DB36-3",
            "MBRO-DWR3L/R",
            "MBRO-EZR33",
            "MBRO-EZR36",
            "MBRO-F330",
            "MBRO-F336",
            "MBRO-F342",
            "MBRO-F396",
            "MBRO-F630",
            "MBRO-F642",
            "MBRO-F696",
            "MBRO-FPP9648 1/4",
            "MBRO-FPP9648 3/4",
            "MBRO-FPP9648GL 1/4",
            "MBRO-FPPB9648 1/2",
            "MBRO-FS24",
            "MBRO-FS30",
            "MBRO-FS36",
            "MBRO-FS60",
            "MBRO-GD-W1215",
            "MBRO-GD-W1515",
            "MBRO-GD-W1530",
            "MBRO-GD-W1536",
            "MBRO-GD-W1542",
            "MBRO-GD-W1815",
            "MBRO-GD-W1830",
            "MBRO-GD-W1836",
            "MBRO-GD-W1842",
            "MBRO-GD-W2115",
            "MBRO-GD-W2415",
            "MBRO-GD-W2715",
            "MBRO-GD-W3015",
            "MBRO-GD-W3030",
            "MBRO-GD-W3036",
            "MBRO-GD-W3042",
            "MBRO-GD-W3315",
            "MBRO-GD-W3615",
            "MBRO-GD-W3630",
            "MBRO-GD-W3636",
            "MBRO-GD-W3642",
            "MBRO-GD-WCOR2415",
            "MBRO-GD-WDC2430",
            "MBRO-GD-WDC2436",
            "MBRO-GD-WDC2442",
            "MBRO-GDW1215",
            "MBRO-GDW1515",
            "MBRO-GDW1530",
            "MBRO-GDW1536",
            "MBRO-GDW1542",
            "MBRO-GDW1815",
            "MBRO-GDW1830",
            "MBRO-GDW1836",
            "MBRO-GDW1842",
            "MBRO-GDW2115",
            "MBRO-GDW2415",
            "MBRO-GDW2715",
            "MBRO-GDW3015",
            "MBRO-GDW3030",
            "MBRO-GDW3036",
            "MBRO-GDW3042",
            "MBRO-GDW3315",
            "MBRO-GDW3615",
            "MBRO-GDW3630",
            "MBRO-GDW3636",
            "MBRO-GDW3642",
            "MBRO-GDWCOR2415",
            "MBRO-GDWDC2430",
            "MBRO-GDWDC2436",
            "MBRO-GDWDC2442",
            "MBRO-LC1884",
            "MBRO-LCVM8",
            "MBRO-LM8",
            "MBRO-LRM8",
            "MBRO-M2436",
            "MBRO-MBEP",
            "MBRO-MC3018",
            "MBRO-MPBEP",
            "MBRO-MWEP15",
            "MBRO-MWEP30",
            "MBRO-MWEP36",
            "MBRO-MWEP42",
            "MBRO-OC3384",
            "MBRO-OC3390",
            "MBRO-OC3396",
            "MBRO-OCM8-1",
            "MBRO-PC1884",
            "MBRO-PC1890",
            "MBRO-PC1896",
            "MBRO-PC2484",
            "MBRO-PC2490",
            "MBRO-PC2496",
            "MBRO-PC3084",
            "MBRO-PC3090",
            "MBRO-PC3096",
            "MBRO-REP120",
            "MBRO-REP96",
            "MBRO-SB24",
            "MBRO-SB27",
            "MBRO-SB30",
            "MBRO-SB33",
            "MBRO-SB36",
            "MBRO-SBF30",
            "MBRO-SBF36",
            "MBRO-SBM8",
            "MBRO-SC10",
            "MBRO-SD",
            "MBRO-SDP34 4X4",
            "MBRO-SHM8",
            "MBRO-SM8",
            "MBRO-SSPA34 4X4",
            "MBRO-TK8",
            "MBRO-TKBM8",
            "MBRO-TOUCH UP KIT",
            "MBRO-V54",
            "MBRO-VA2421",
            "MBRO-VA3021",
            "MBRO-VA3621",
            "MBRO-VDB12-3",
            "MBRO-VDB15-3",
            "MBRO-VDB18-3",
            "MBRO-VKD3021",
            "MBRO-VSD3021DL",
            "MBRO-VSD3021DR",
            "MBRO-VSD3621DL",
            "MBRO-VSD3621DR",
            "MBRO-VSD4821DLR",
            "MBRO-VSD6021DLR",
            "MBRO-W0930",
            "MBRO-W0936",
            "MBRO-W0942",
            "MBRO-W1230",
            "MBRO-W1236",
            "MBRO-W1242",
            "MBRO-W1530",
            "MBRO-W1536",
            "MBRO-W1542",
            "MBRO-W1830",
            "MBRO-W1836",
            "MBRO-W1842",
            "MBRO-W2130",
            "MBRO-W2136",
            "MBRO-W2142",
            "MBRO-W2412",
            "MBRO-W2415",
            "MBRO-W2418",
            "MBRO-W2424",
            "MBRO-W2430",
            "MBRO-W2436",
            "MBRO-W2442",
            "MBRO-W2730",
            "MBRO-W2736",
            "MBRO-W2742",
            "MBRO-W3012",
            "MBRO-W301224",
            "MBRO-W3015",
            "MBRO-W3018",
            "MBRO-W301824",
            "MBRO-W3024",
            "MBRO-W302424",
            "MBRO-W3030",
            "MBRO-W3036",
            "MBRO-W3042",
            "MBRO-W331224",
            "MBRO-W3315",
            "MBRO-W3318",
            "MBRO-W3324",
            "MBRO-W3330",
            "MBRO-W3336",
            "MBRO-W3342",
            "MBRO-W3612",
            "MBRO-W361224",
            "MBRO-W3615",
            "MBRO-W3618",
            "MBRO-W361824",
            "MBRO-W3624",
            "MBRO-W362424",
            "MBRO-W3630",
            "MBRO-W3636",
            "MBRO-W3642",
            "MBRO-W3930",
            "MBRO-WBC2730",
            "MBRO-WBC2736",
            "MBRO-WBC2742",
            "MBRO-WCOR2430",
            "MBRO-WCOR2436",
            "MBRO-WCOR2442",
            "MBRO-WDC2430",
            "MBRO-WDC2436",
            "MBRO-WDC2442",
            "MBRO-WECA30",
            "MBRO-WECA36",
            "MBRO-WECA42",
            "MBRO-WHB3624",
            "MBRO-WHB3630",
            "MBRO-WOC1215",
            "MBRO-WOC1515",
            "MBRO-WOC1530",
            "MBRO-WOC1536",
            "MBRO-WOC1542",
            "MBRO-WOC1815",
            "MBRO-WOC1830",
            "MBRO-WOC1836",
            "MBRO-WOC1842",
            "MBRO-WOC2115",
            "MBRO-WOC2415",
            "MBRO-WOC2715",
            "MBRO-WOC3015",
            "MBRO-WOC3030",
            "MBRO-WOC3036",
            "MBRO-WOC3042",
            "MBRO-WOC3315",
            "MBRO-WOC3615",
            "MBRO-WOC3630",
            "MBRO-WOC3636",
            "MBRO-WOC3642",
            "MBRO-WOCD2430",
            "MBRO-WOCD2436",
            "MBRO-WOCD2442",
            "MBRO-WOCOR2415",
            "MBRO-WSC1818",
            "MNRO-B12",
            "MNRO-B15",
            "MNRO-B18",
            "MNRO-B21",
            "MNRO-B24",
            "MNRO-B27",
            "MNRO-B30",
            "MNRO-B33",
            "MNRO-B36",
            "MNRO-B39",
            "MNRO-BBC36/39L/R",
            "MNRO-BBC39/42L/R",
            "MNRO-BBC45/48FHL/R",
            "MNRO-BBC45/48FHL/R-MC",
            "MNRO-BBC45/48L/R",
            "MNRO-BCOR33L/R",
            "MNRO-BCOR36L/R",
            "MNRO-BEC1224L",
            "MNRO-BEC1224R",
            "MNRO-BF3",
            "MNRO-BF6",
            "MNRO-BH09",
            "MNRO-BH12",
            "MNRO-BH15",
            "MNRO-BH18",
            "MNRO-BH21",
            "MNRO-BH24",
            "MNRO-BH27",
            "MNRO-BH30",
            "MNRO-BH33",
            "MNRO-BH36",
            "MNRO-BH39",
            "MNRO-BM8",
            "MNRO-BMC24",
            "MNRO-BMC30",
            "MNRO-BPP09",
            "MNRO-BWB18",
            "MNRO-CLEARANCE KIT",
            "MNRO-CLEARANCE KIT TALL",
            "MNRO-CSB36",
            "MNRO-CSB36-FP",
            "MNRO-CVM8",
            "MNRO-DB12-3",
            "MNRO-DB15-3",
            "MNRO-DB18-3",
            "MNRO-DB21-3",
            "MNRO-DB24-3",
            "MNRO-DB27-3",
            "MNRO-DB30-2",
            "MNRO-DB30-3",
            "MNRO-DB33-3",
            "MNRO-DB36-3",
            "MNRO-DWR3L/R",
            "MNRO-EZR33",
            "MNRO-EZR36",
            "MNRO-F330",
            "MNRO-F336",
            "MNRO-F342",
            "MNRO-F396",
            "MNRO-F630",
            "MNRO-F642",
            "MNRO-F696",
            "MNRO-FPP9648 1/4",
            "MNRO-FPP9648 3/4",
            "MNRO-FPP9648GL 1/4",
            "MNRO-FPPB9648 1/2",
            "MNRO-FS24",
            "MNRO-FS30",
            "MNRO-FS36",
            "MNRO-FS60",
            "MNRO-GD-W1215",
            "MNRO-GD-W1515",
            "MNRO-GD-W1530",
            "MNRO-GD-W1536",
            "MNRO-GD-W1542",
            "MNRO-GD-W1815",
            "MNRO-GD-W1830",
            "MNRO-GD-W1836",
            "MNRO-GD-W1842",
            "MNRO-GD-W2115",
            "MNRO-GD-W2415",
            "MNRO-GD-W2715",
            "MNRO-GD-W3015",
            "MNRO-GD-W3030",
            "MNRO-GD-W3036",
            "MNRO-GD-W3042",
            "MNRO-GD-W3315",
            "MNRO-GD-W3615",
            "MNRO-GD-W3630",
            "MNRO-GD-W3636",
            "MNRO-GD-W3642",
            "MNRO-GD-WCOR2415",
            "MNRO-GD-WDC2430",
            "MNRO-GD-WDC2436",
            "MNRO-GD-WDC2442",
            "MNRO-GDW1215",
            "MNRO-GDW1515",
            "MNRO-GDW1530",
            "MNRO-GDW1536",
            "MNRO-GDW1542",
            "MNRO-GDW1815",
            "MNRO-GDW1830",
            "MNRO-GDW1836",
            "MNRO-GDW1842",
            "MNRO-GDW2115",
            "MNRO-GDW2415",
            "MNRO-GDW2715",
            "MNRO-GDW3015",
            "MNRO-GDW3030",
            "MNRO-GDW3036",
            "MNRO-GDW3042",
            "MNRO-GDW3315",
            "MNRO-GDW3615",
            "MNRO-GDW3630",
            "MNRO-GDW3636",
            "MNRO-GDW3642",
            "MNRO-GDWCOR2415",
            "MNRO-GDWDC2430",
            "MNRO-GDWDC2436",
            "MNRO-GDWDC2442",
            "MNRO-LC1884",
            "MNRO-LCVM8",
            "MNRO-LM8",
            "MNRO-LRM8",
            "MNRO-M2436",
            "MNRO-MBEP",
            "MNRO-MC3018",
            "MNRO-MPBEP",
            "MNRO-MWEP15",
            "MNRO-MWEP30",
            "MNRO-MWEP36",
            "MNRO-MWEP42",
            "MNRO-OC3384",
            "MNRO-OC3390",
            "MNRO-OC3396",
            "MNRO-OCM8-1",
            "MNRO-PC1884",
            "MNRO-PC1890",
            "MNRO-PC1896",
            "MNRO-PC2484",
            "MNRO-PC2490",
            "MNRO-PC2496",
            "MNRO-PC3084",
            "MNRO-PC3090",
            "MNRO-PC3096",
            "MNRO-REP120",
            "MNRO-REP96",
            "MNRO-SB24",
            "MNRO-SB27",
            "MNRO-SB30",
            "MNRO-SB33",
            "MNRO-SB36",
            "MNRO-SBF30",
            "MNRO-SBF36",
            "MNRO-SBM8",
            "MNRO-SC10",
            "MNRO-SD",
            "MNRO-SDP34 4X4",
            "MNRO-SHM8",
            "MNRO-SK12",
            "MNRO-SK15",
            "MNRO-SK18",
            "MNRO-SK24",
            "MNRO-SK30",
            "MNRO-SK36",
            "MNRO-SK42",
            "MNRO-SKB",
            "MNRO-SM8",
            "MNRO-SSPA34 4X4",
            "MNRO-TK8",
            "MNRO-TKBM8",
            "MNRO-TOUCH UP KIT",
            "MNRO-V54",
            "MNRO-VA2421",
            "MNRO-VA3021",
            "MNRO-VA3621",
            "MNRO-VDB12-3",
            "MNRO-VDB15-3",
            "MNRO-VDB18-3",
            "MNRO-VKD3021",
            "MNRO-VSD3021DL",
            "MNRO-VSD3021DR",
            "MNRO-VSD3621DL",
            "MNRO-VSD3621DR",
            "MNRO-VSD4821DLR",
            "MNRO-VSD6021DLR",
            "MNRO-W0930",
            "MNRO-W0936",
            "MNRO-W0942",
            "MNRO-W1230",
            "MNRO-W1236",
            "MNRO-W1242",
            "MNRO-W1530",
            "MNRO-W1536",
            "MNRO-W1542",
            "MNRO-W1830",
            "MNRO-W1836",
            "MNRO-W1842",
            "MNRO-W2130",
            "MNRO-W2136",
            "MNRO-W2142",
            "MNRO-W2412",
            "MNRO-W2415",
            "MNRO-W2418",
            "MNRO-W2424",
            "MNRO-W2430",
            "MNRO-W2436",
            "MNRO-W2442",
            "MNRO-W2730",
            "MNRO-W2736",
            "MNRO-W2742",
            "MNRO-W3012",
            "MNRO-W301224",
            "MNRO-W3015",
            "MNRO-W3018",
            "MNRO-W301824",
            "MNRO-W3024",
            "MNRO-W302424",
            "MNRO-W3030",
            "MNRO-W3036",
            "MNRO-W3042",
            "MNRO-W331224",
            "MNRO-W3315",
            "MNRO-W3318",
            "MNRO-W3324",
            "MNRO-W3330",
            "MNRO-W3336",
            "MNRO-W3342",
            "MNRO-W3612",
            "MNRO-W361224",
            "MNRO-W3615",
            "MNRO-W3618",
            "MNRO-W361824",
            "MNRO-W3624",
            "MNRO-W362424",
            "MNRO-W3630",
            "MNRO-W3636",
            "MNRO-W3642",
            "MNRO-W3930",
            "MNRO-WBC2730",
            "MNRO-WBC2736",
            "MNRO-WBC2742",
            "MNRO-WCOR2430",
            "MNRO-WCOR2436",
            "MNRO-WCOR2442",
            "MNRO-WDC2430",
            "MNRO-WDC2436",
            "MNRO-WDC2442",
            "MNRO-WECA30",
            "MNRO-WECA36",
            "MNRO-WECA42",
            "MNRO-WHB3624",
            "MNRO-WHB3630",
            "MNRO-WOC1215",
            "MNRO-WOC1515",
            "MNRO-WOC1530",
            "MNRO-WOC1536",
            "MNRO-WOC1542",
            "MNRO-WOC1815",
            "MNRO-WOC1830",
            "MNRO-WOC1836",
            "MNRO-WOC1842",
            "MNRO-WOC2115",
            "MNRO-WOC2415",
            "MNRO-WOC2715",
            "MNRO-WOC3015",
            "MNRO-WOC3030",
            "MNRO-WOC3036",
            "MNRO-WOC3042",
            "MNRO-WOC3315",
            "MNRO-WOC3615",
            "MNRO-WOC3630",
            "MNRO-WOC3636",
            "MNRO-WOC3642",
            "MNRO-WOCD2430",
            "MNRO-WOCD2436",
            "MNRO-WOCD2442",
            "MNRO-WOCOR2415",
            "MNRO-WSC1818",
            "MSW-B12",
            "MSW-B15",
            "MSW-B18",
            "MSW-B21",
            "MSW-B24",
            "MSW-B27",
            "MSW-B30",
            "MSW-B33",
            "MSW-B36",
            "MSW-B39",
            "MSW-BBC36/39L/R",
            "MSW-BBC39/42L/R",
            "MSW-BBC45/48FHL/R",
            "MSW-BBC45/48FHL/R-MC",
            "MSW-BBC45/48L/R",
            "MSW-BCOR33L/R",
            "MSW-BCOR36L/R",
            "MSW-BEC1224L",
            "MSW-BEC1224R",
            "MSW-BF3",
            "MSW-BF6",
            "MSW-BH09",
            "MSW-BH12",
            "MSW-BH15",
            "MSW-BH18",
            "MSW-BH21",
            "MSW-BH24",
            "MSW-BH27",
            "MSW-BH30",
            "MSW-BH33",
            "MSW-BH36",
            "MSW-BH39",
            "MSW-BM8",
            "MSW-BMC24",
            "MSW-BMC30",
            "MSW-BPP09",
            "MSW-BWB18",
            "MSW-CLEARANCE KIT",
            "MSW-CLEARANCE KIT TALL",
            "MSW-CSB36",
            "MSW-CSB36-FP",
            "MSW-CVM8",
            "MSW-DB12-3",
            "MSW-DB15-3",
            "MSW-DB18-3",
            "MSW-DB21-3",
            "MSW-DB24-3",
            "MSW-DB27-3",
            "MSW-DB30-2",
            "MSW-DB30-3",
            "MSW-DB33-3",
            "MSW-DB36-3",
            "MSW-DWR3L/R",
            "MSW-EZR33",
            "MSW-EZR36",
            "MSW-F330",
            "MSW-F336",
            "MSW-F342",
            "MSW-F396",
            "MSW-F630",
            "MSW-F642",
            "MSW-F696",
            "MSW-FPP9648 1/4",
            "MSW-FPP9648 3/4",
            "MSW-FPPB9648 1/2",
            "MSW-FS24",
            "MSW-FS30",
            "MSW-FS36",
            "MSW-FS60",
            "MSW-GALLON OF PAINT",
            "MSW-GD-W1215",
            "MSW-GD-W1515",
            "MSW-GD-W1530",
            "MSW-GD-W1536",
            "MSW-GD-W1542",
            "MSW-GD-W1815",
            "MSW-GD-W1830",
            "MSW-GD-W1836",
            "MSW-GD-W1842",
            "MSW-GD-W2115",
            "MSW-GD-W2415",
            "MSW-GD-W2715",
            "MSW-GD-W3015",
            "MSW-GD-W3030",
            "MSW-GD-W3036",
            "MSW-GD-W3042",
            "MSW-GD-W3315",
            "MSW-GD-W3615",
            "MSW-GD-W3630",
            "MSW-GD-W3636",
            "MSW-GD-W3642",
            "MSW-GD-WCOR2415",
            "MSW-GD-WDC2430",
            "MSW-GD-WDC2436",
            "MSW-GD-WDC2442",
            "MSW-GDW1215",
            "MSW-GDW1515",
            "MSW-GDW1530",
            "MSW-GDW1536",
            "MSW-GDW1542",
            "MSW-GDW1815",
            "MSW-GDW1830",
            "MSW-GDW1836",
            "MSW-GDW1842",
            "MSW-GDW2115",
            "MSW-GDW2415",
            "MSW-GDW2715",
            "MSW-GDW3015",
            "MSW-GDW3030",
            "MSW-GDW3036",
            "MSW-GDW3042",
            "MSW-GDW3315",
            "MSW-GDW3615",
            "MSW-GDW3630",
            "MSW-GDW3636",
            "MSW-GDW3642",
            "MSW-GDWCOR2415",
            "MSW-GDWDC2430",
            "MSW-GDWDC2436",
            "MSW-GDWDC2442",
            "MSW-LC1884",
            "MSW-LCVM8",
            "MSW-LM8",
            "MSW-LRM8",
            "MSW-MBEP",
            "MSW-MC3018",
            "MSW-MPBEP",
            "MSW-MWEP15",
            "MSW-MWEP30",
            "MSW-MWEP36",
            "MSW-MWEP42",
            "MSW-OC3384",
            "MSW-OC3390",
            "MSW-OC3396",
            "MSW-OCM8-1",
            "MSW-PC1884",
            "MSW-PC1890",
            "MSW-PC1896",
            "MSW-PC2484",
            "MSW-PC2490",
            "MSW-PC2496",
            "MSW-PC3084",
            "MSW-PC3090",
            "MSW-PC3096",
            "MSW-PINT OF PAINT",
            "MSW-QUART OF PAINT",
            "MSW-REP120",
            "MSW-REP96",
            "MSW-SB24",
            "MSW-SB27",
            "MSW-SB30",
            "MSW-SB33",
            "MSW-SB36",
            "MSW-SBF30",
            "MSW-SBF36",
            "MSW-SBM8",
            "MSW-SC10",
            "MSW-SD",
            "MSW-SDP34 4X4",
            "MSW-SHM8",
            "MSW-SM8",
            "MSW-SPRAY CAN",
            "MSW-SSPA34 4X4",
            "MSW-TK8",
            "MSW-TKBM8",
            "MSW-TLM8",
            "MSW-TOUCH UP KIT",
            "MSW-V54",
            "MSW-VA2421",
            "MSW-VA3021",
            "MSW-VA3621",
            "MSW-VDB12-3",
            "MSW-VDB15-3",
            "MSW-VDB18-3",
            "MSW-VKD3021",
            "MSW-VSD3021DL",
            "MSW-VSD3021DR",
            "MSW-VSD3621DL",
            "MSW-VSD3621DR",
            "MSW-VSD4821DLR",
            "MSW-VSD6021DLR",
            "MSW-W0930",
            "MSW-W0936",
            "MSW-W0942",
            "MSW-W1230",
            "MSW-W1236",
            "MSW-W1242",
            "MSW-W1530",
            "MSW-W1536",
            "MSW-W1542",
            "MSW-W1830",
            "MSW-W1836",
            "MSW-W1842",
            "MSW-W2130",
            "MSW-W2136",
            "MSW-W2142",
            "MSW-W2412",
            "MSW-W2415",
            "MSW-W2418",
            "MSW-W2424",
            "MSW-W2430",
            "MSW-W2436",
            "MSW-W2442",
            "MSW-W2730",
            "MSW-W2736",
            "MSW-W2742",
            "MSW-W3012",
            "MSW-W301224",
            "MSW-W3015",
            "MSW-W3018",
            "MSW-W301824",
            "MSW-W3024",
            "MSW-W302424",
            "MSW-W3030",
            "MSW-W3036",
            "MSW-W3042",
            "MSW-W331224",
            "MSW-W3315",
            "MSW-W3318",
            "MSW-W3324",
            "MSW-W3330",
            "MSW-W3336",
            "MSW-W3342",
            "MSW-W3612",
            "MSW-W361224",
            "MSW-W3615",
            "MSW-W3618",
            "MSW-W361824",
            "MSW-W3624",
            "MSW-W362424",
            "MSW-W3630",
            "MSW-W3636",
            "MSW-W3642",
            "MSW-W3930",
            "MSW-WBC2730",
            "MSW-WBC2736",
            "MSW-WBC2742",
            "MSW-WCOR2430",
            "MSW-WCOR2436",
            "MSW-WCOR2442",
            "MSW-WDC2430",
            "MSW-WDC2436",
            "MSW-WDC2442",
            "MSW-WECA30",
            "MSW-WECA36",
            "MSW-WECA42",
            "MSW-WHB3624",
            "MSW-WHB3630",
            "MSW-WOC1215",
            "MSW-WOC1515",
            "MSW-WOC1530",
            "MSW-WOC1536",
            "MSW-WOC1542",
            "MSW-WOC1815",
            "MSW-WOC1830",
            "MSW-WOC1836",
            "MSW-WOC1842",
            "MSW-WOC2115",
            "MSW-WOC2415",
            "MSW-WOC2715",
            "MSW-WOC3015",
            "MSW-WOC3030",
            "MSW-WOC3036",
            "MSW-WOC3042",
            "MSW-WOC3315",
            "MSW-WOC3615",
            "MSW-WOC3630",
            "MSW-WOC3636",
            "MSW-WOC3642",
            "MSW-WOCD2430",
            "MSW-WOCD2436",
            "MSW-WOCD2442",
            "MSW-WOCOR2415",
            "MSW-WSC1818",
            "NE-DH-2375x3725",
            "NE-DH-2375x4525",
            "NE-DH-2375x5325",
            "NE-DH-2425x3725",
            "NE-DH-2425x4125",
            "NE-DH-2425x4525",
            "NE-DH-2425x5325",
            "NE-DH-2425x6125",
            "NE-DH-2425x6525",
            "NE-DH-2425x6925",
            "NE-DH-2775x3725",
            "NE-DH-2775x4525",
            "NE-DH-2775x5325",
            "NE-DH-2825x3725",
            "NE-DH-2825x4125",
            "NE-DH-2825x4525",
            "NE-DH-2825x5325",
            "NE-DH-2825x5725",
            "NE-DH-2825x6125",
            "NE-DH-2825x6525",
            "NE-DH-2825x6925",
            "NE-DH-3125x3725",
            "NE-DH-3125x4125",
            "NE-DH-3125x4525",
            "NE-DH-3125x5325",
            "NE-DH-3125x5725",
            "NE-DH-3125x6125",
            "NE-DH-3125x6525",
            "NE-DH-3125x6925",
            "NE-DH-3175x3725",
            "NE-DH-3175x4525",
            "NE-DH-3175x4925",
            "NE-DH-3175x5325",
            "NE-DH-3175x6125",
            "NE-DH-3425x3725",
            "NE-DH-3425x4125",
            "NE-DH-3425x4525",
            "NE-DH-3425x5325",
            "NE-DH-3425x5725",
            "NE-DH-3425x6125",
            "NE-DH-3425x6525",
            "NE-DH-3425x6925",
            "NE-DH-3575x3725",
            "NE-DH-3575x4525",
            "NE-DH-3575x4925",
            "NE-DH-3575x5325",
            "NE-DH-3575x6125",
            "NE-DH-3975x5325",
            "NE-DH-4025x4125",
            "NE-DH-4025x4525",
            "NE-DH-4025x5325",
            "NE-DH-4025x6125",
            "NE-DH-4025x6525",
            "NE-DH-4025x6925",
            "NE-SL-3075x1475",
            "NE-SL-3075x1675",
            "NE-SL-3075x1875",
            "NE-SL-3075x2275",
            "NE-SL-3175x1425",
            "NE-SL-3175x1625",
            "NE-SL-3175x1825",
            "NE-SL-3575x2325",
            "PB-BRO-BF3",
            "PB-BRO-BF6",
            "PB-BRO-BM8",
            "PB-BRO-CLEARANCE KIT",
            "PB-BRO-CLEARANCE KIT TALL",
            "PB-BRO-CVM8",
            "PB-BRO-DWR3L/R",
            "PB-BRO-F330",
            "PB-BRO-F336",
            "PB-BRO-F342",
            "PB-BRO-F396",
            "PB-BRO-F630",
            "PB-BRO-F642",
            "PB-BRO-F696",
            "PB-BRO-FPP9648 1/4",
            "PB-BRO-FPP9648 3/4",
            "PB-BRO-FPP9648GL 1/4",
            "PB-BRO-FPPB9648 1/2",
            "PB-BRO-FS24",
            "PB-BRO-FS30",
            "PB-BRO-FS36",
            "PB-BRO-FS60",
            "PB-BRO-LCVM8",
            "PB-BRO-LM8",
            "PB-BRO-LRM8",
            "PB-BRO-M2436",
            "PB-BRO-OCM8-1",
            "PB-BRO-REP120",
            "PB-BRO-REP96",
            "PB-BRO-SBM8",
            "PB-BRO-SC10",
            "PB-BRO-SDP34 4X4",
            "PB-BRO-SHM8",
            "PB-BRO-SM8",
            "PB-BRO-SSPA34 4X4",
            "PB-BRO-TK8",
            "PB-BRO-TKBM8",
            "PB-BRO-TOUCH UP KIT",
            "PB-BRO-V54",
            "PB-CH-BF3",
            "PB-CH-BF6",
            "PB-CH-BM8",
            "PB-CH-CB",
            "PB-CH-CVM8",
            "PB-CH-DWR3L/R",
            "PB-CH-F330",
            "PB-CH-F336",
            "PB-CH-F342",
            "PB-CH-F396",
            "PB-CH-F630",
            "PB-CH-F642",
            "PB-CH-F696",
            "PB-CH-FPP9648 1/4",
            "PB-CH-FPP9648 3/4",
            "PB-CH-FPPB9648 1/2",
            "PB-CH-FS24",
            "PB-CH-FS30",
            "PB-CH-FS36",
            "PB-CH-FS60",
            "PB-CH-LCVM8",
            "PB-CH-LM8",
            "PB-CH-LRM8",
            "PB-CH-OCM8-1",
            "PB-CH-REP120",
            "PB-CH-REP96",
            "PB-CH-SBM8",
            "PB-CH-SC10",
            "PB-CH-SDP34 4X4",
            "PB-CH-SHM8",
            "PB-CH-SM8",
            "PB-CH-SSPA34 4X4",
            "PB-CH-TK8",
            "PB-CH-TKBM8",
            "PB-CH-TLM8",
            "PB-CH-TOUCH UP KIT",
            "PB-CH-V54",
            "PB-HE-B12",
            "PB-HE-B15",
            "PB-HE-B18",
            "PB-HE-B21",
            "PB-HE-B24",
            "PB-HE-B27",
            "PB-HE-B30",
            "PB-HE-B33",
            "PB-HE-B36",
            "PB-HE-BBC3942",
            "PB-HE-BBC4548",
            "PB-HE-BC33",
            "PB-HE-BC36",
            "PB-HE-BDEP24",
            "PB-HE-BFH09",
            "PB-HE-BM8",
            "PB-HE-CMC8",
            "PB-HE-CMV8",
            "PB-HE-DB12",
            "PB-HE-DB15",
            "PB-HE-DB18",
            "PB-HE-DB21",
            "PB-HE-DB24",
            "PB-HE-DB30",
            "PB-HE-DB30-2",
            "PB-HE-DB36",
            "PB-HE-DB36-2",
            "PB-HE-DWEP3",
            "PB-HE-FB8",
            "PB-HE-ICM8",
            "PB-HE-LRB8",
            "PB-HE-LRS8",
            "PB-HE-MWB30",
            "PB-HE-OC3384",
            "PB-HE-OC3390",
            "PB-HE-OC3396",
            "PB-HE-OCM8",
            "PB-HE-PV4896",
            "PB-HE-QR8",
            "PB-HE-REP3096-.75",
            "PB-HE-SB30",
            "PB-HE-SB33",
            "PB-HE-SB36",
            "PB-HE-SBF36",
            "PB-HE-SD",
            "PB-HE-SHM8",
            "PB-HE-SM8",
            "PB-HE-TF396",
            "PB-HE-TF696",
            "PB-HE-TKC8",
            "PB-HE-TUK",
            "PB-HE-UP1884",
            "PB-HE-UP1890",
            "PB-HE-UP1896",
            "PB-HE-UP2484",
            "PB-HE-UP2490",
            "PB-HE-UP2496",
            "PB-HE-W0930",
            "PB-HE-W0936",
            "PB-HE-W0942",
            "PB-HE-W1230",
            "PB-HE-W1236",
            "PB-HE-W1242",
            "PB-HE-W1530",
            "PB-HE-W1536",
            "PB-HE-W1542",
            "PB-HE-W1830",
            "PB-HE-W1836",
            "PB-HE-W1842",
            "PB-HE-W2130",
            "PB-HE-W2136",
            "PB-HE-W2142",
            "PB-HE-W2418",
            "PB-HE-W2430",
            "PB-HE-W2436",
            "PB-HE-W2442",
            "PB-HE-W2730",
            "PB-HE-W2736",
            "PB-HE-W2742",
            "PB-HE-W3012",
            "PB-HE-W3015",
            "PB-HE-W3018",
            "PB-HE-W3024",
            "PB-HE-W3030",
            "PB-HE-W3036",
            "PB-HE-W3042",
            "PB-HE-W3312",
            "PB-HE-W3315",
            "PB-HE-W3318",
            "PB-HE-W3324",
            "PB-HE-W3330",
            "PB-HE-W3336",
            "PB-HE-W3342",
            "PB-HE-W3612",
            "PB-HE-W3615",
            "PB-HE-W3618",
            "PB-HE-W361824",
            "PB-HE-W3624",
            "PB-HE-W362424",
            "PB-HE-W3630",
            "PB-HE-W3636",
            "PB-HE-W3642",
            "PB-HE-WBC3030",
            "PB-HE-WBC3036",
            "PB-HE-WBC3042",
            "PB-HE-WDC2430",
            "PB-HE-WDC2436",
            "PB-HE-WDC2442",
            "PB-HE-WDEP1230",
            "PB-HE-WDEP1236",
            "PB-HE-WDEP1242",
            "PB-HE-WEC30",
            "PB-HE-WEC36",
            "PB-HE-WEC42",
            "PB-HE-WF330",
            "PB-HE-WF342",
            "PB-HE-WF642",
            "PB-HE-WR3015",
            "PB-MW-B12",
            "PB-MW-B15",
            "PB-MW-B18",
            "PB-MW-B21",
            "PB-MW-B24",
            "PB-MW-B27",
            "PB-MW-B30",
            "PB-MW-B33",
            "PB-MW-B36",
            "PB-MW-BBC3942",
            "PB-MW-BBC4548",
            "PB-MW-BC33",
            "PB-MW-BC36",
            "PB-MW-BDEP24",
            "PB-MW-BFH09",
            "PB-MW-BM8",
            "PB-MW-CMC8",
            "PB-MW-CMV8",
            "PB-MW-DB12",
            "PB-MW-DB15",
            "PB-MW-DB18",
            "PB-MW-DB21",
            "PB-MW-DB24",
            "PB-MW-DB30",
            "PB-MW-DB30-2",
            "PB-MW-DB36",
            "PB-MW-DB36-2",
            "PB-MW-DWEP3",
            "PB-MW-FB8",
            "PB-MW-ICM8",
            "PB-MW-LRB8",
            "PB-MW-LRS8",
            "PB-MW-MWB30",
            "PB-MW-OC3384",
            "PB-MW-OC3390",
            "PB-MW-OC3396",
            "PB-MW-OCM8",
            "PB-MW-PV4896",
            "PB-MW-QR8",
            "PB-MW-REP3096-.75",
            "PB-MW-SB30",
            "PB-MW-SB33",
            "PB-MW-SB36",
            "PB-MW-SBF36",
            "PB-MW-SD",
            "PB-MW-SHM8",
            "PB-MW-SM8",
            "PB-MW-TF396",
            "PB-MW-TF696",
            "PB-MW-TKC8",
            "PB-MW-TUK",
            "PB-MW-UP1884",
            "PB-MW-UP1890",
            "PB-MW-UP1896",
            "PB-MW-UP2484",
            "PB-MW-UP2490",
            "PB-MW-UP2496",
            "PB-MW-W0930",
            "PB-MW-W0936",
            "PB-MW-W0942",
            "PB-MW-W1230",
            "PB-MW-W1236",
            "PB-MW-W1242",
            "PB-MW-W1530",
            "PB-MW-W1536",
            "PB-MW-W1542",
            "PB-MW-W1830",
            "PB-MW-W1836",
            "PB-MW-W1842",
            "PB-MW-W2130",
            "PB-MW-W2136",
            "PB-MW-W2142",
            "PB-MW-W2418",
            "PB-MW-W2430",
            "PB-MW-W2436",
            "PB-MW-W2442",
            "PB-MW-W2730",
            "PB-MW-W2736",
            "PB-MW-W2742",
            "PB-MW-W3012",
            "PB-MW-W3015",
            "PB-MW-W3018",
            "PB-MW-W3024",
            "PB-MW-W3030",
            "PB-MW-W3036",
            "PB-MW-W3042",
            "PB-MW-W3312",
            "PB-MW-W3315",
            "PB-MW-W3318",
            "PB-MW-W3324",
            "PB-MW-W3330",
            "PB-MW-W3336",
            "PB-MW-W3342",
            "PB-MW-W3612",
            "PB-MW-W3615",
            "PB-MW-W3618",
            "PB-MW-W361824",
            "PB-MW-W3624",
            "PB-MW-W362424",
            "PB-MW-W3630",
            "PB-MW-W3636",
            "PB-MW-W3642",
            "PB-MW-WBC3030",
            "PB-MW-WBC3036",
            "PB-MW-WBC3042",
            "PB-MW-WDC2430",
            "PB-MW-WDC2436",
            "PB-MW-WDC2442",
            "PB-MW-WDEP1230",
            "PB-MW-WDEP1236",
            "PB-MW-WDEP1242",
            "PB-MW-WEC30",
            "PB-MW-WEC36",
            "PB-MW-WEC42",
            "PB-MW-WF330",
            "PB-MW-WF342",
            "PB-MW-WF642",
            "PB-MW-WR3015",
            "PB-NRO-BF3",
            "PB-NRO-BF6",
            "PB-NRO-BM8",
            "PB-NRO-CB",
            "PB-NRO-CLEARANCE KIT",
            "PB-NRO-CLEARANCE KIT TALL",
            "PB-NRO-CVM8",
            "PB-NRO-DWR3L/R",
            "PB-NRO-F330",
            "PB-NRO-F336",
            "PB-NRO-F342",
            "PB-NRO-F396",
            "PB-NRO-F630",
            "PB-NRO-F642",
            "PB-NRO-F696",
            "PB-NRO-FPP9648 1/4",
            "PB-NRO-FPP9648 3/4",
            "PB-NRO-FPP9648GL 1/4",
            "PB-NRO-FPPB9648 1/2",
            "PB-NRO-FS24",
            "PB-NRO-FS30",
            "PB-NRO-FS36",
            "PB-NRO-FS60",
            "PB-NRO-LCVM8",
            "PB-NRO-LM8",
            "PB-NRO-LRM8",
            "PB-NRO-M2436",
            "PB-NRO-OCM8-1",
            "PB-NRO-REP120",
            "PB-NRO-REP96",
            "PB-NRO-SBM8",
            "PB-NRO-SC10",
            "PB-NRO-SDP34 4X4",
            "PB-NRO-SHM8",
            "PB-NRO-SK12",
            "PB-NRO-SK15",
            "PB-NRO-SK18",
            "PB-NRO-SK24",
            "PB-NRO-SK30",
            "PB-NRO-SK36",
            "PB-NRO-SK42",
            "PB-NRO-SKB",
            "PB-NRO-SM8",
            "PB-NRO-SSPA34 4X4",
            "PB-NRO-TK8",
            "PB-NRO-TKBM8",
            "PB-NRO-TOUCH UP KIT",
            "PB-NRO-V54",
            "PB-OB-BF3",
            "PB-OB-BF6",
            "PB-OB-BM8",
            "PB-OB-CB",
            "PB-OB-CVM8",
            "PB-OB-DWR3L/R",
            "PB-OB-F330",
            "PB-OB-F336",
            "PB-OB-F342",
            "PB-OB-F396",
            "PB-OB-F630",
            "PB-OB-F642",
            "PB-OB-F696",
            "PB-OB-FPP9648 1/4",
            "PB-OB-FPP9648 3/4",
            "PB-OB-FPPB9648 1/2",
            "PB-OB-FS24",
            "PB-OB-FS30",
            "PB-OB-FS36",
            "PB-OB-FS60",
            "PB-OB-GALLON OF PAINT",
            "PB-OB-LCVM8",
            "PB-OB-LM8",
            "PB-OB-LRM8",
            "PB-OB-OCM8-1",
            "PB-OB-PINT OF PAINT",
            "PB-OB-QUART OF PAINT",
            "PB-OB-REP120",
            "PB-OB-REP96",
            "PB-OB-SBM8",
            "PB-OB-SC10",
            "PB-OB-SDP34 4X4",
            "PB-OB-SHM8",
            "PB-OB-SM8",
            "PB-OB-SPRAY CAN",
            "PB-OB-SSPA34 4X4",
            "PB-OB-TK8",
            "PB-OB-TKBM8",
            "PB-OB-TLM8",
            "PB-OB-TOUCH UP KIT",
            "PB-OB-V54",
            "PB-PW-BF3",
            "PB-PW-BF6",
            "PB-PW-BM8",
            "PB-PW-CB",
            "PB-PW-CVM8",
            "PB-PW-DWR3L/R",
            "PB-PW-F330",
            "PB-PW-F336",
            "PB-PW-F342",
            "PB-PW-F396",
            "PB-PW-F630",
            "PB-PW-F642",
            "PB-PW-F696",
            "PB-PW-FPP9648 1/4",
            "PB-PW-FPP9648 3/4",
            "PB-PW-FPPB9648 1/2",
            "PB-PW-FS24",
            "PB-PW-FS30",
            "PB-PW-FS36",
            "PB-PW-FS60",
            "PB-PW-GALLON OF PAINT",
            "PB-PW-LCVM8",
            "PB-PW-LM8",
            "PB-PW-LRM8",
            "PB-PW-OCM8-1",
            "PB-PW-PINT OF PAINT",
            "PB-PW-QUART OF PAINT",
            "PB-PW-REP120",
            "PB-PW-REP96",
            "PB-PW-SBM8",
            "PB-PW-SC10",
            "PB-PW-SDP34 4X4",
            "PB-PW-SHM8",
            "PB-PW-SM8",
            "PB-PW-SPRAY CAN",
            "PB-PW-SSPA34 4X4",
            "PB-PW-TK8",
            "PB-PW-TKBM8",
            "PB-PW-TLM8",
            "PB-PW-TOUCH UP KIT",
            "PB-PW-V54",
            "PB-SG-BF3",
            "PB-SG-BF6",
            "PB-SG-BM8",
            "PB-SG-CB",
            "PB-SG-CVM8",
            "PB-SG-DWR3L/R",
            "PB-SG-F330",
            "PB-SG-F336",
            "PB-SG-F342",
            "PB-SG-F396",
            "PB-SG-F630",
            "PB-SG-F642",
            "PB-SG-F696",
            "PB-SG-FPP9648 1/4",
            "PB-SG-FPP9648 3/4",
            "PB-SG-FPPB9648 1/2",
            "PB-SG-FS24",
            "PB-SG-FS30",
            "PB-SG-FS36",
            "PB-SG-FS60",
            "PB-SG-GALLON OF PAINT",
            "PB-SG-LCVM8",
            "PB-SG-LM8",
            "PB-SG-LRM8",
            "PB-SG-M2436",
            "PB-SG-OCM8-1",
            "PB-SG-PINT OF PAINT",
            "PB-SG-QUART OF PAINT",
            "PB-SG-REP120",
            "PB-SG-REP96",
            "PB-SG-SBM8",
            "PB-SG-SC10",
            "PB-SG-SDP34 4X4",
            "PB-SG-SHM8",
            "PB-SG-SM8",
            "PB-SG-SPRAY CAN",
            "PB-SG-SSPA34 4X4",
            "PB-SG-TK8",
            "PB-SG-TKBM8",
            "PB-SG-TLM8",
            "PB-SG-TOUCH UP KIT",
            "PB-SG-V54",
            "PB-SW-BF3",
            "PB-SW-BF6",
            "PB-SW-BM8",
            "PB-SW-CB",
            "PB-SW-CLEARANCE KIT",
            "PB-SW-CLEARANCE KIT TALL",
            "PB-SW-CVM8",
            "PB-SW-DWR3L/R",
            "PB-SW-F330",
            "PB-SW-F336",
            "PB-SW-F342",
            "PB-SW-F396",
            "PB-SW-F630",
            "PB-SW-F642",
            "PB-SW-F696",
            "PB-SW-FPP9648 1/4",
            "PB-SW-FPP9648 3/4",
            "PB-SW-FPPB9648 1/2",
            "PB-SW-FS24",
            "PB-SW-FS30",
            "PB-SW-FS36",
            "PB-SW-FS60",
            "PB-SW-GALLON OF PAINT",
            "PB-SW-LCVM8",
            "PB-SW-LM8",
            "PB-SW-LRM8",
            "PB-SW-OCM8-1",
            "PB-SW-PINT OF PAINT",
            "PB-SW-QUART OF PAINT",
            "PB-SW-REP120",
            "PB-SW-REP96",
            "PB-SW-SBM8",
            "PB-SW-SC10",
            "PB-SW-SDP34 4X4",
            "PB-SW-SHM8",
            "PB-SW-SM8",
            "PB-SW-SPRAY CAN",
            "PB-SW-SSPA34 4X4",
            "PB-SW-TK8",
            "PB-SW-TKBM8",
            "PB-SW-TLM8",
            "PB-SW-TOUCH UP KIT",
            "PB-SW-V54",
            "PBV-BED-18GR",
            "PBV-BED-18WH",
            "PBV-BED-24GR",
            "PBV-BED-24WH",
            "PBV-DAY-24NB",
            "PBV-DAY-24W",
            "PBV-DAY-30NB",
            "PBV-DAY-30W",
            "PBV-DAY-36NB",
            "PBV-DAY-36W",
            "PBV-DAY-42NB",
            "PBV-DAY-42W",
            "PBV-DAY-48NB",
            "PBV-DAY-48W",
            "PBV-DAY-60NB",
            "PBV-DAY-60W",
            "PBV-DAY-72NB",
            "PBV-DAY-72W",
            "PBV-MCH-18GR",
            "PBV-MCH-18NB",
            "PBV-MCH-18WH",
            "PBV-MCH-24GR",
            "PBV-MCH-24NB",
            "PBV-MCH-24WH",
            "SHO-ARU-GLA-6062",
            "SHO-ARU-GLA-6076",
            "SHO-ARU-HW-CH60",
            "SHO-ARU-HW-MB60",
            "SHO-ARU-HW-SN60",
            "SHO-BER-GLA-4876",
            "SHO-BER-GLA-6062",
            "SHO-BER-GLA-6076",
            "SHO-BER-HW-CH48",
            "SHO-BER-HW-CH60",
            "SHO-BER-HW-MB48",
            "SHO-BER-HW-MB60",
            "SHO-BER-HW-SN48",
            "SHO-BER-HW-SN60",
            "SHO-CAY-GLA-4876",
            "SHO-CAY-GLA-6062",
            "SHO-CAY-GLA-6076",
            "SHO-CAY-GLA-7276",
            "SHO-CAY-HW-BG60",
            "SHO-CAY-HW-CH48",
            "SHO-CAY-HW-CH60",
            "SHO-CAY-HW-CH72",
            "SHO-CAY-HW-MB48",
            "SHO-CAY-HW-MB60",
            "SHO-CAY-HW-MB72",
            "SHO-CAY-HW-SN48",
            "SHO-CAY-HW-SN60",
            "SHO-CAY-HW-SN72",
            "SHO-CAY-RET-3476",
            "SHO-CAY-RET-3676",
            "SHO-EAS-GLA-2472",
            "SHO-EAS-GLA-2872",
            "SHO-EAS-GLA-3072",
            "SHO-EAS-GLA-3672",
            "SHO-EAS-HW-CH",
            "SHO-EAS-HW-MB",
            "SHO-EAS-HW-SN",
            "SHO-EAS-RET-3472-TRI",
            "SHO-EAS-RET-3672-TRI",
            "SHO-EAS-SP-0672-TRI",
            "SHO-EAS-SP-0872-TRI",
            "SHO-EAS-SP-1072-TRI",
            "SHO-EAS-SP-1272-TRI",
            "SHO-EAS-SP-1872-TRI",
            "SHO-EAS-SP-2472-TRI",
            "SHO-EAS-SP-3072-TRI",
            "SHO-HAW-GLA-6062",
            "SHO-HAW-GLA-6076",
            "SHO-HAW-HW-CH",
            "SHO-HAW-HW-MB",
            "SHO-HAW-HW-SN",
            "VT-MCQ-25-BS",
            "VT-MCQ-2522-1R8",
            "VT-MCQ-31-BS",
            "VT-MCQ-3122-1R8",
            "VT-MCQ-37-BS",
            "VT-MCQ-3722-1R8",
            "VT-MCQ-3722O-1R8",
            "VT-MCQ-43-BS",
            "VT-MCQ-4322-1R8",
            "VT-MCQ-49-BS",
            "VT-MCQ-4922-1R8",
            "VT-MCQ-4922-2R8",
            "VT-MCQ-61-BS",
            "VT-MCQ-6122-1R8",
            "VT-MCQ-6122-2R8",
            "VT-MCQ-73-BS",
            "VT-MCQ-7322-2R8",
            "VT-MCQ-SAMPLE",
            "VT-MCQ-SS",
            "VT-NWC-1917-1O4",
            "VT-NWC-2522-1O4",
            "VT-NWC-3122-1O4",
            "VT-NWC-3722-1O4",
            "VT-NWC-422-SPLASH",
            "VT-PWC-2522-1R8",
            "VT-PWC-3122-1R8",
            "VT-PWC-3722-1R8",
            "VT-PWC-4922-1R8",
            "VT-SWQ-25-BS",
            "VT-SWQ-2522-1R8",
            "VT-SWQ-31-BS",
            "VT-SWQ-3122-1R8",
            "VT-SWQ-37-BS",
            "VT-SWQ-3722-1R8",
            "VT-SWQ-3722O-1R8",
            "VT-SWQ-43-BS",
            "VT-SWQ-4322-1R8",
            "VT-SWQ-49-BS",
            "VT-SWQ-4922-1R8",
            "VT-SWQ-4922-2R8",
            "VT-SWQ-61-BS",
            "VT-SWQ-6122-1R8",
            "VT-SWQ-6122-2R8",
            "VT-SWQ-73-BS",
            "VT-SWQ-7322-2R8",
            "VT-SWQ-SAMPLE",
            "VT-SWQ-SS",
            "VT-TCM-25-BS",
            "VT-TCM-2522-1R8",
            "VT-TCM-31-BS",
            "VT-TCM-3122-1R8",
            "VT-TCM-37-BS",
            "VT-TCM-3722-1R8",
            "VT-TCM-3722O-1R8",
            "VT-TCM-43-BS",
            "VT-TCM-4322-1R8",
            "VT-TCM-49-BS",
            "VT-TCM-4922-1R8",
            "VT-TCM-61-BS",
            "VT-TCM-6122-1R8",
            "VT-TCM-6122-2R8",
            "VT-TCM-73-BS",
            "VT-TCM-7322-2R8"
          ],
          "drift_count": 5517,
          "reasons": {
            "ACH-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ACH-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ACH-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ACH-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FPP9648GL 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SK42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SKB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ANRO-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "ASG-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "ASG-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASG-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-BRO-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-CH-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-NRO-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-OB-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-PW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SG-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASM-SW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ASW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-12B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-12W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-12WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-12WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-15B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-15D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-15W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-15WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-15WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18BRBXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18SF": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-18WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-21B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-21W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-21WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-21WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24A": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24AT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24AXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24BRBXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24WCT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-24Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-27B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-27W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-27WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-27WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30OU": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30OUT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30OUXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-30Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-33X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-34X48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36LS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36WCT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-36Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-39BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-42B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-42BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-42RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-42W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-42WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-48B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-48W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-60SB": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-6F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-72VAL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-96X3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-9T": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-9W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-9WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-9WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-EPF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-LGCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-QTRRND": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-REF-EPF": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-SCRIBE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-SMCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-TKFIN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BDW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-V15DT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-V24ST": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-V30ST": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-V36SDT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BDW-V36ST": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BTP-12B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-12W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-12WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-12WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-15WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18BRBSK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18BRBXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18SF": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-18WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-21B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-21W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-21WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-21WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24A": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24AT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24AXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24BRBSK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24BRBXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24WCT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-24Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-27B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-27W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-27WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-27WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30OU": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30OUT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30OUXT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-30Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-33X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-34X48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36LS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-36Z": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-39BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-42B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-42BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-42RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-42W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-42WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-48B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-48W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-60SB": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-6F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-72VAL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-96X3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-9T": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-9W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-9WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-9WXT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-EPF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-LGCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-QTRRND": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-REF-EPF": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-SCRIBE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-SMCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-TKFIN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-TOUCH UP PEN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-V24S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BTP-V30S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "BTP-V36SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-WBC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "BTP-WBC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-12B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-12W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-12WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-15B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-15BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-15D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-15W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-15WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18BRBSK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18SF": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-18WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-21B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-21W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-21WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24A": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24AT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24BRB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24BRBSK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24BRBT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24BT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24WCT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-24Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-27B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-27W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-27WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30OU": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30OUT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-30Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-33B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-33RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-33W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-33WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-33X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-34X48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36LS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36R": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36WCT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36X": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36X12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-36Y": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-39BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-42B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-42BC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-42RBS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-42W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-42WC": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-48B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-48W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-60SB": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-6F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-72VAL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-96X3F": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-9T": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-9W": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-9WT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-EPF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-LGCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-QTRRND": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-REF-EPF": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-SCRIBE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-SMCROWN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-TKFIN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-TOUCH UP PEN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CGO-V15D": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CGO-V24S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CGO-V30S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CGO-V36S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CGO-V36SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CRY-DH-2375x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2375x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2425x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2775x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2775x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2775x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-2825x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3125x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3175x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3175x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3175x4925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3175x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3175x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3425x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3575x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3575x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3575x4925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3575x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3575x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-3975x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CRY-DH-4025x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-B42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-BBC39-42U": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BBC42-45U": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BBC45-48U": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BC33U": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BC36U": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BDEP24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-BEP24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BF": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-BFH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BFH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BFH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BFH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-CM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-CMA8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-CMC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-CMV8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-CORBEL-B": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-CORBEL-LS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-CORBEL-S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB30-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-DB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DB36-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-DECOLEG": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DWEP1.5": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DWEP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-DWEP6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-FB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-FF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-FO396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-HBUNFOOT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-HTFOOT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-HTP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-KD30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-LRB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-LRD8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-LRS8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-MWB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-MWC3018": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-MWC3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-OCM8-135": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-ORG36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-OVD3384": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-OVD3390": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-OVD3396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-PBBH4896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-PH3696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-PR3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-PV3648": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-PV4896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-QR8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-REP2496-.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-REP2496-1.5": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-REP3096-.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-REP3096-1.5": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-RHAR36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-RHCL36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-RM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-SAMD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-SB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-SB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-SB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-SB39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-SBF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-SBF39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-SCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-SFCD42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-TEP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-TFOOT": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-TKC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-TUKITS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-UP3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VAR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-VAR48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-VB12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VB15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VBTD36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VBTD42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VBTD48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VCDB60-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VCDB60-6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VDB21-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VFH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VL1584": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VL1884": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VL2484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSB48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-VSC48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1530MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1536MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1542MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1830MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1836MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W1842MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W2118": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3030MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3036MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3042MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3312": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3630MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3636MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3642MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3912": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3915": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3918": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W391824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3924": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W392424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W3936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W3942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-W4236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-W4242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WBC30-3330U": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WBC30-3336U": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WBC30-3342U": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WDC2430MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WDC2436MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WDC2442MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC273615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC273615MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC274215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDC274215MI": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WDEP1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-WDEP1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-WDEP1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "CSG-WEC1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WEC1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WEC1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "CSG-WEP1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WEP1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WFO642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "CSG-WR3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "DFPR24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DFPR28": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DFPR30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DFPR32": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DFPR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-ASG-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DNU-PB-SG-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P20": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P22": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P26": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P28": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P32": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP1P36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P20": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P22": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P26": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P28": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P32": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "DSP2P36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "EOB-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "ESW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B09FD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BBM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BLB36/39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BLB42/45": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BTL12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-BTR12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-CM-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-CM3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB15": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB18": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DSF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-DWR3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-ERB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-ERB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-FS30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-FS33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-FS36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-LRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-LSB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-LSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-MC303021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-MC303621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-MC304221": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-MW3018": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-OC3384S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-OC3390S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-OC3396S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-PAN-1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-PLY-1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-PLY-3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-QRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-REP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-REP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-REP3096": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB39": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SB42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SKBASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SKTALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SKW30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SKW36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SKW42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-SM8-S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP152484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP152490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP152496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP182484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP182490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP182496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP242484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP242490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP242496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP302484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP302490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-TP302496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-VAR54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W301524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W331524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W331824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W332424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W361524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WAE1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WAE1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WAE1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WBC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-BASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-T84": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-T90": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-T96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-W30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-W36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WP-W42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WPC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WPC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WPC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FGH-WR3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BBM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BLB3639": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BLB4245": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BTL12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-BTR12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-CGS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-CM-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-CTS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB15": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB18": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DSF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DWR3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-DWR6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-FS30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-FS33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-FS36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GD3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GDD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GDD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-GDD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-LRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-LSB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-LSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-MW3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-MW3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-MW3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-OC3384S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-OC3390S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-OC3396S": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-PAN-1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-PLY-1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-PLY-3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-QRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-REP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-REP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-REP3096": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB39": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SB42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SKBASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SKTALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SKW30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SKW36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SKW42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TCM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP152484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP152490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP152496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP182484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP182490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP182496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP242484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP242490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP242496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP302484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP302490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-TP302496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-VAR54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-VSB24-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FHF-VSB30-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FHF-VSB36-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FHF-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2118": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W301524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W331524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W331824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W332424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W361524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W3942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-W4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WAE1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WAE1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WAE1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WBC4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-BASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-T84": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-T90": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-T96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-W30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-W36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WP-W42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FHF-WR3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-B09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-B42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-BBM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-BLB36/39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-BLB42/45": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-BLB48/51": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-CGS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-CM-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-CTS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-DB12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-DB15": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-DB18": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-DB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-DSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-DSF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-DWR3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-DWR6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-ERB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GD3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GDD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GDD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-GDD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-LRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-LSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-MW3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-MW3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-MW3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-PAN-1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-PLY-1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-PLY-3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-QRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMF-REP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-REP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-REP3096": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB39": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SB42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SKBASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SKTALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SKW30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SKW36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SKW42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-TCM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-TP152484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP152490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP152496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP182484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP182490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMF-TP182496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP242484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP242490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-TP242496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-VAR54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FMF-VDB12-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMF-VSB24-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W301524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W331524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W331824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W332424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W361524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-W3942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-W4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WBC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WBC4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMF-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WF636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMF-WR3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "FMM-B09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-B42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-BLB36/39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-BLB42/45": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-BLB48/51": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-CM-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DB12": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DB15": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DB18": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DSF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DWR3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-DWR6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-ERB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GD3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GDD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GDD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-GDD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-LSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-MW3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-MW3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-MW3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-PAN-1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-PLY-1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-PLY-3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-QRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-REP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-REP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB39": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SB42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SKBASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SKTALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SKW30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SKW36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SKW42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP152484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP152490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP152496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP182484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP182490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP182496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP242484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP242490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-TP242496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-VDB12-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-VSB24-34": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W301524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W331524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W331824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W332424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W361524": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W3942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-W4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WBC4230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FMM-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-BBM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-CGS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-CM-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-CTS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-DWR3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-DWR6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-LRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-PAN-1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-PLY-1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-PLY-3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-PP-W36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-PP-W42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-QRM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-REP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-REP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-REP3096": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-SKBASE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-SKTALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-SKW30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-SKW36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-SKW42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-TCM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-TOUCH UP KIT": [
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-VAR54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "FW-FROST-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WF336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WF630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WF636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "FW-FROST-WR3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GNG-18-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-18-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-18-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-18-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-20-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-20-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-20-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-20-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-22-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-22-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-22-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-22-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-24-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-24-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-24-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-24-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-26-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-26-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-26-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-26-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-28-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-28-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-28-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-28-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-30-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-30-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-30-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-30-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-32-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-32-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-32-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-32-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-34-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-34-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-34-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-34-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-36-SH-1P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-36-SH-1P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-36-SH-2P-PP-LH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GNG-36-SH-2P-PP-RH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "GSW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HPW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "HS-BAR-128BG": [
              "taxonomy_assignment_updated"
            ],
            "HS-BAR-128MB": [
              "taxonomy_assignment_updated"
            ],
            "HS-BAR-128SN": [
              "taxonomy_assignment_updated"
            ],
            "HS-BAR-96BG": [
              "taxonomy_assignment_updated"
            ],
            "HS-BAR-96MB": [
              "taxonomy_assignment_updated"
            ],
            "HS-BAR-96SN": [
              "taxonomy_assignment_updated"
            ],
            "HS-BCS": [
              "taxonomy_assignment_updated"
            ],
            "HS-CDT-B18": [
              "taxonomy_assignment_updated"
            ],
            "HS-CDT-B24": [
              "taxonomy_assignment_updated"
            ],
            "HS-CT-L": [
              "taxonomy_assignment_updated"
            ],
            "HS-CT-S": [
              "taxonomy_assignment_updated"
            ],
            "HS-ML-BASEFH": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-BF3": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-BF6": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-W09": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-WF330": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-WF336": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-WF342": [
              "taxonomy_assignment_updated"
            ],
            "HS-SP-WF636": [
              "taxonomy_assignment_updated"
            ],
            "HS-STL": [
              "taxonomy_assignment_updated"
            ],
            "HS-STS": [
              "taxonomy_assignment_updated"
            ],
            "HS-TD-B09": [
              "taxonomy_assignment_updated"
            ],
            "HS-TR-B15S": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "HS-TR-B18D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "HS-TR-B21D": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "HS-UT-B09": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "HS-UT-B12FH": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "HS-WDC-30PLS": [
              "taxonomy_assignment_updated"
            ],
            "HS-WDC-3642PLS": [
              "taxonomy_assignment_updated"
            ],
            "LLP24W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LLP28W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LLP30W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LLP32W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LLP36W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-3DB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-4SK1824.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-4SK2424.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-AB12L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-AB12R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-AW1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-AW1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-AW1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-BBC3639": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-BBC4245": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-BBC4851": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-BDEC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-BM8": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-CM3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-DSBC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-DWP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-ERC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-ERC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-FBM8": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-FSB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-FSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-ICM8": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-LS33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-LS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-OC3384": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-OC3390": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-OC3396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-PAN1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-QRM8": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-REP4896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-RT18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-RT24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SB27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-TUK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-VAL72": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W0930": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W0936": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W0942": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2130": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2136": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2142": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2730": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2736": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W2742": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3012": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3018": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3024": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3312": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W331224": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3318": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W331824": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3612": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W361224": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3618": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W361824": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3624": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W362424": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WBC30-3330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WBC30-3336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WBC30-3342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDEC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDEC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WDEC42": [
              "taxonomy_assignment_updated"
            ],
            "LM-JS-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP182484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP182490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP182496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP242484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP242490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WP242496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WR3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LM-JS-WR30GH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LMJSERC2442L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-B9": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-BEP3PL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-BTS 4 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-CB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-CM": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-CW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-CW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-CW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-DBTB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-DCSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-DCW2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-DCW2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-DRB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-FBP4836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-FBP9648": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-O3084": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-O3090": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-O3096": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-REP2484PL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-REP2496PL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-S3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SB60": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SBC36/SLS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SK1824": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-SK2424": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-TDB15": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-TDB18": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-TDB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-TUKE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-U182484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-U182496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-U242484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-U242496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-UF384": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-UF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-US96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-USK18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-USK24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-V48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-W942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "LPE-WR1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "LPE-WS42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FPP9648GL 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MBRO-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FPP9648GL 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SK42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SKB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MNRO-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-B39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BBC36/39L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BBC39/42L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BBC45/48FHL/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BBC45/48FHL/R-MC": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BBC45/48L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BCOR33L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-BCOR36L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-BEC1224L": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BEC1224R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-BH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BH39": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BMC24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BMC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BPP09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-BWB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-CSB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-CSB36-FP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB12-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB15-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB18-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB21-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB24-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB27-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB30-2": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB30-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB33-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DB36-3": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-EZR33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-EZR36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1215": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1515": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1815": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W2115": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W2715": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-WCOR2415": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GD-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDW2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDW3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDWCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-GDWDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDWDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-GDWDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-LC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-MBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-MC3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-MPBEP": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-MWEP15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-MWEP30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-MWEP36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-MWEP42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-OC3384": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-OC3390": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-OC3396": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-PC1884": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC1890": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC1896": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC2484": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC2490": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC2496": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC3084": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC3090": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PC3096": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SB24": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SB27": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SB30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SB33": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SB36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SBF30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SBF36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "MSW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-VA2421": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VA3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VA3621": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VDB12-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VDB15-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VDB18-3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VKD3021": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-VSD3021DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VSD3021DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VSD3621DL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VSD3621DR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VSD4821DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-VSD6021DLR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W0930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W0936": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W0942": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1230": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1236": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1242": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2130": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2136": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2142": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2412": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2418": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3012": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W301224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3018": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W301824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3024": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W302424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W331224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3318": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3324": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3330": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3336": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3342": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3612": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W361224": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3618": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W361824": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W362424": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-W3930": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WBC2730": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WBC2736": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WBC2742": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WCOR2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WCOR2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WCOR2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WDC2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WDC2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WDC2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WECA30": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WECA36": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WECA42": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WHB3624": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-WHB3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "MSW-WOC1215": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1515": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1530": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1536": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1542": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1815": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1830": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1836": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC1842": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC2115": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC2715": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3015": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3030": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3036": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3042": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3315": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3615": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3630": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3636": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOC3642": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOCD2430": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOCD2436": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOCD2442": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WOCOR2415": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "MSW-WSC1818": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "NE-DH-2375x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2375x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2375x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2425x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2775x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2775x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2775x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-2825x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3125x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3175x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3175x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3175x4925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3175x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3175x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x5725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3425x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3575x3725": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3575x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3575x4925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3575x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3575x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-3975x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x4125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x4525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x5325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x6125": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x6525": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-DH-4025x6925": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3075x1475": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3075x1675": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3075x1875": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3075x2275": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3175x1425": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3175x1625": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3175x1825": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "NE-SL-3575x2325": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-FPP9648GL 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-BRO-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-BRO-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-CH-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-CH-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-HE-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BBC3942": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BBC4548": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BC33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BDEP24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BFH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-CMC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-CMV8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB30-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DB36-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-DWEP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-FB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-LRB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-LRS8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-MWB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-OC3384": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-OC3390": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-OC3396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-PV4896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-QR8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-REP3096-.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SBF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-TKC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-TUK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP1884": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP1890": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP1896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP2484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP2490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-UP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W0930": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W0936": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W0942": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2130": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2136": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2142": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2418": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2730": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2736": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W2742": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3012": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3018": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3024": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3312": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3318": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3324": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3612": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3618": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W361824": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3624": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W362424": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WBC3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WBC3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WBC3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDEP1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDEP1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WDEP1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WEC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WEC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WEC42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-HE-WR3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B27": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-B36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BBC3942": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BBC4548": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BC33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BDEP24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BFH09": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-CMC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-CMV8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB21": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB30-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DB36-2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-DWEP3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-FB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-ICM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-LRB8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-LRS8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-MWB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-OC3384": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-OC3390": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-OC3396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-OCM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-PV4896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-QR8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-REP3096-.75": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SB30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SB33": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SB36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SBF36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SD": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-TF396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-TF696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-TKC8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-TUK": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP1884": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP1890": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP1896": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP2484": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP2490": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-UP2496": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W0930": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W0936": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W0942": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1530": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1536": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1542": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1830": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1836": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W1842": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2130": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2136": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2142": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2418": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2730": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2736": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W2742": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3012": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3018": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3024": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3312": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3315": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3318": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3324": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3612": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3615": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3618": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W361824": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3624": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W362424": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3636": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-W3642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WBC3030": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WBC3036": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WBC3042": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDC2430": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDC2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDC2442": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDEP1230": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDEP1236": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WDEP1242": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WEC30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WEC36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WEC42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WF330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WF342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WF642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-MW-WR3015": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FPP9648GL 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK12": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK15": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK18": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SK42": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SKB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-NRO-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-OB-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-OB-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-PW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-PW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-SG-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-M2436": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SG-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PB-SW-BF3": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-BF6": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-BM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-CB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-CLEARANCE KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-CLEARANCE KIT TALL": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-CVM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-DWR3L/R": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F330": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F336": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F342": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F396": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F630": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F642": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-F696": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FPP9648 1/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FPP9648 3/4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FPPB9648 1/2": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FS24": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FS30": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FS36": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-FS60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-GALLON OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-LCVM8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-LM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-LRM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-OCM8-1": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-PINT OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-QUART OF PAINT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-REP120": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-REP96": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SC10": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SDP34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SHM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SPRAY CAN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-SSPA34 4X4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-TK8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-TKBM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-TLM8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-TOUCH UP KIT": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive"
            ],
            "PB-SW-V54": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated"
            ],
            "PBV-BED-18GR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-BED-18WH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-BED-24GR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-BED-24WH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-24NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-24W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-30NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-30W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-36NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-36W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-42NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-42W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-48NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-48W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-60NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-60W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-72NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-DAY-72W": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-18GR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-18NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-18WH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-24GR": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-24NB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "PBV-MCH-24WH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "SHO-ARU-GLA-6062": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-ARU-GLA-6076": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-ARU-HW-CH60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-ARU-HW-MB60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-ARU-HW-SN60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-GLA-4876": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-GLA-6062": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-GLA-6076": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-CH48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-CH60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-MB48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-MB60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-SN48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-BER-HW-SN60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-GLA-4876": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-GLA-6062": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-GLA-6076": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-GLA-7276": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-BG60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-CH48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-CH60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-CH72": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-MB48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-MB60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-MB72": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-SN48": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-SN60": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-HW-SN72": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-RET-3476": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-CAY-RET-3676": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-GLA-2472": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-GLA-2872": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-GLA-3072": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-GLA-3672": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-HW-CH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-HW-MB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-HW-SN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-RET-3472-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-RET-3672-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-0672-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-0872-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-1072-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-1272-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-1872-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-2472-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-EAS-SP-3072-TRI": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-HAW-GLA-6062": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-HAW-GLA-6076": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-HAW-HW-CH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-HAW-HW-MB": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "SHO-HAW-HW-SN": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_updated"
            ],
            "VT-MCQ-25-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-2522-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-31-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-3122-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-37-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-3722-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-3722O-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-43-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-4322-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-49-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-4922-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-4922-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-61-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-6122-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-6122-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-73-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-7322-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-SAMPLE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-MCQ-SS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-NWC-1917-1O4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-NWC-2522-1O4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-NWC-3122-1O4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-NWC-3722-1O4": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-NWC-422-SPLASH": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-PWC-2522-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-PWC-3122-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-PWC-3722-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-PWC-4922-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-25-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-2522-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-31-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-3122-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-37-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-3722-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-3722O-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-43-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-4322-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-49-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-4922-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-4922-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-61-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-6122-1R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-6122-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-73-BS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-7322-2R8": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-SAMPLE": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-SWQ-SS": [
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-25-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-2522-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-31-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-3122-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-37-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-3722-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-3722O-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-43-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-4322-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-49-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-4922-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-61-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-6122-1R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-6122-2R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-73-BS": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ],
            "VT-TCM-7322-2R8": [
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_updated",
              "taxonomy_assignment_inactive",
              "taxonomy_assignment_inactive"
            ]
          },
          "connection_wide": [],
          "critical_attribute_gaps": [],
          "applied": true,
          "invalidated": 5517
        },
        "run_id": 46,
        "removed_sku_count": 0,
        "replace_scope": false
      }
    },
    "magento_push": {
      "status": "ok",
      "batch_count": 12,
      "sku_count": 5517,
      "batches": [
        {
          "batch": 1,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1700,
              "label": "push-channel-sample-magento-products-20260805-215453",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ACH-B12",
                  "ACH-B15",
                  "ACH-B18",
                  "ACH-B21",
                  "ACH-B24",
                  "ACH-B27",
                  "ACH-B30",
                  "ACH-B33",
                  "ACH-B36",
                  "ACH-B39",
                  "ACH-BBC36/39L/R",
                  "ACH-BBC39/42L/R",
                  "ACH-BBC45/48FHL/R",
                  "ACH-BBC45/48FHL/R-MC",
                  "ACH-BBC45/48L/R",
                  "ACH-BCOR33L/R",
                  "ACH-BCOR36L/R",
                  "ACH-BEC1224L",
                  "ACH-BEC1224R",
                  "ACH-BF3",
                  "ACH-BF6",
                  "ACH-BH09",
                  "ACH-BH12",
                  "ACH-BH15",
                  "ACH-BH18",
                  "ACH-BH21",
                  "ACH-BH24",
                  "ACH-BH27",
                  "ACH-BH30",
                  "ACH-BH33",
                  "ACH-BH36",
                  "ACH-BH39",
                  "ACH-BM8",
                  "ACH-BMC24",
                  "ACH-BMC30",
                  "ACH-BPP09",
                  "ACH-BWB18",
                  "ACH-CB",
                  "ACH-CSB36",
                  "ACH-CSB36-FP",
                  "ACH-CVM8",
                  "ACH-DB12-3",
                  "ACH-DB15-3",
                  "ACH-DB18-3",
                  "ACH-DB21-3",
                  "ACH-DB24-3",
                  "ACH-DB27-3",
                  "ACH-DB30-2",
                  "ACH-DB30-3",
                  "ACH-DB33-3",
                  "ACH-DB36-3",
                  "ACH-DWR3L/R",
                  "ACH-EZR33",
                  "ACH-EZR36",
                  "ACH-F330",
                  "ACH-F336",
                  "ACH-F342",
                  "ACH-F396",
                  "ACH-F630",
                  "ACH-F642",
                  "ACH-F696",
                  "ACH-FPP9648 1/4",
                  "ACH-FPP9648 3/4",
                  "ACH-FPPB9648 1/2",
                  "ACH-FS24",
                  "ACH-FS30",
                  "ACH-FS36",
                  "ACH-FS60",
                  "ACH-GD-W1215",
                  "ACH-GD-W1515",
                  "ACH-GD-W1530",
                  "ACH-GD-W1536",
                  "ACH-GD-W1542",
                  "ACH-GD-W1815",
                  "ACH-GD-W1830",
                  "ACH-GD-W1836",
                  "ACH-GD-W1842",
                  "ACH-GD-W2115",
                  "ACH-GD-W2415",
                  "ACH-GD-W2715",
                  "ACH-GD-W3015",
                  "ACH-GD-W3030",
                  "ACH-GD-W3036",
                  "ACH-GD-W3042",
                  "ACH-GD-W3315",
                  "ACH-GD-W3615",
                  "ACH-GD-W3630",
                  "ACH-GD-W3636",
                  "ACH-GD-W3642",
                  "ACH-GD-WCOR2415",
                  "ACH-GD-WDC2430",
                  "ACH-GD-WDC2436",
                  "ACH-GD-WDC2442",
                  "ACH-GDW1215",
                  "ACH-GDW1515",
                  "ACH-GDW1530",
                  "ACH-GDW1536",
                  "ACH-GDW1542",
                  "ACH-GDW1815",
                  "ACH-GDW1830",
                  "ACH-GDW1836",
                  "ACH-GDW1842",
                  "ACH-GDW2115",
                  "ACH-GDW2415",
                  "ACH-GDW2715",
                  "ACH-GDW3015",
                  "ACH-GDW3030",
                  "ACH-GDW3036",
                  "ACH-GDW3042",
                  "ACH-GDW3315",
                  "ACH-GDW3615",
                  "ACH-GDW3630",
                  "ACH-GDW3636",
                  "ACH-GDW3642",
                  "ACH-GDWCOR2415",
                  "ACH-GDWDC2430",
                  "ACH-GDWDC2436",
                  "ACH-GDWDC2442",
                  "ACH-LC1884",
                  "ACH-LCVM8",
                  "ACH-LM8",
                  "ACH-LRM8",
                  "ACH-M2436",
                  "ACH-MBEP",
                  "ACH-MC3018",
                  "ACH-MPBEP",
                  "ACH-MWEP15",
                  "ACH-MWEP30",
                  "ACH-MWEP36",
                  "ACH-MWEP42",
                  "ACH-OC3384",
                  "ACH-OC3390",
                  "ACH-OC3396",
                  "ACH-OCM8-1",
                  "ACH-PC1884",
                  "ACH-PC1890",
                  "ACH-PC1896",
                  "ACH-PC2484",
                  "ACH-PC2490",
                  "ACH-PC2496",
                  "ACH-PC3084",
                  "ACH-PC3090",
                  "ACH-PC3096",
                  "ACH-REP120",
                  "ACH-REP96",
                  "ACH-SB24",
                  "ACH-SB27",
                  "ACH-SB30",
                  "ACH-SB33",
                  "ACH-SB36",
                  "ACH-SBF30",
                  "ACH-SBF36",
                  "ACH-SBM8",
                  "ACH-SC10",
                  "ACH-SD",
                  "ACH-SDP34 4X4",
                  "ACH-SHM8",
                  "ACH-SM8",
                  "ACH-SSPA34 4X4",
                  "ACH-TK8",
                  "ACH-TKBM8",
                  "ACH-TLM8",
                  "ACH-TOUCH UP KIT",
                  "ACH-V54",
                  "ACH-VA2421",
                  "ACH-VA3021",
                  "ACH-VA3621",
                  "ACH-VDB12-3",
                  "ACH-VDB15-3",
                  "ACH-VDB18-3",
                  "ACH-VKD3021",
                  "ACH-VSD3021DL",
                  "ACH-VSD3021DR",
                  "ACH-VSD3621DL",
                  "ACH-VSD3621DR",
                  "ACH-VSD4821DLR",
                  "ACH-VSD6021DLR",
                  "ACH-W0930",
                  "ACH-W0936",
                  "ACH-W0942",
                  "ACH-W1230",
                  "ACH-W1236",
                  "ACH-W1242",
                  "ACH-W1530",
                  "ACH-W1536",
                  "ACH-W1542",
                  "ACH-W1830",
                  "ACH-W1836",
                  "ACH-W1842",
                  "ACH-W2130",
                  "ACH-W2136",
                  "ACH-W2142",
                  "ACH-W2412",
                  "ACH-W2415",
                  "ACH-W2418",
                  "ACH-W2424",
                  "ACH-W2430",
                  "ACH-W2436",
                  "ACH-W2442",
                  "ACH-W2730",
                  "ACH-W2736",
                  "ACH-W2742",
                  "ACH-W3012",
                  "ACH-W301224",
                  "ACH-W3015",
                  "ACH-W3018",
                  "ACH-W301824",
                  "ACH-W3024",
                  "ACH-W302424",
                  "ACH-W3030",
                  "ACH-W3036",
                  "ACH-W3042",
                  "ACH-W331224",
                  "ACH-W3315",
                  "ACH-W3318",
                  "ACH-W3324",
                  "ACH-W3330",
                  "ACH-W3336",
                  "ACH-W3342",
                  "ACH-W3612",
                  "ACH-W361224",
                  "ACH-W3615",
                  "ACH-W3618",
                  "ACH-W361824",
                  "ACH-W3624",
                  "ACH-W362424",
                  "ACH-W3630",
                  "ACH-W3636",
                  "ACH-W3642",
                  "ACH-W3930",
                  "ACH-WBC2730",
                  "ACH-WBC2736",
                  "ACH-WBC2742",
                  "ACH-WCOR2430",
                  "ACH-WCOR2436",
                  "ACH-WCOR2442",
                  "ACH-WDC2430",
                  "ACH-WDC2436",
                  "ACH-WDC2442",
                  "ACH-WECA30",
                  "ACH-WECA36",
                  "ACH-WECA42",
                  "ACH-WHB3624",
                  "ACH-WHB3630",
                  "ACH-WOC1215",
                  "ACH-WOC1515",
                  "ACH-WOC1530",
                  "ACH-WOC1536",
                  "ACH-WOC1542",
                  "ACH-WOC1815",
                  "ACH-WOC1830",
                  "ACH-WOC1836",
                  "ACH-WOC1842",
                  "ACH-WOC2115",
                  "ACH-WOC2415",
                  "ACH-WOC2715",
                  "ACH-WOC3015",
                  "ACH-WOC3030",
                  "ACH-WOC3036",
                  "ACH-WOC3042",
                  "ACH-WOC3315",
                  "ACH-WOC3615",
                  "ACH-WOC3630",
                  "ACH-WOC3636",
                  "ACH-WOC3642",
                  "ACH-WOCD2430",
                  "ACH-WOCD2436",
                  "ACH-WOCD2442",
                  "ACH-WOCOR2415",
                  "ACH-WSC1818",
                  "ANRO-B12",
                  "ANRO-B15",
                  "ANRO-B18",
                  "ANRO-B21",
                  "ANRO-B24",
                  "ANRO-B27",
                  "ANRO-B30",
                  "ANRO-B33",
                  "ANRO-B36",
                  "ANRO-B39",
                  "ANRO-BBC36/39L/R",
                  "ANRO-BBC39/42L/R",
                  "ANRO-BBC45/48FHL/R",
                  "ANRO-BBC45/48FHL/R-MC",
                  "ANRO-BBC45/48L/R",
                  "ANRO-BCOR33L/R",
                  "ANRO-BCOR36L/R",
                  "ANRO-BEC1224L",
                  "ANRO-BEC1224R",
                  "ANRO-BF3",
                  "ANRO-BF6",
                  "ANRO-BH09",
                  "ANRO-BH12",
                  "ANRO-BH15",
                  "ANRO-BH18",
                  "ANRO-BH21",
                  "ANRO-BH24",
                  "ANRO-BH27",
                  "ANRO-BH30",
                  "ANRO-BH33",
                  "ANRO-BH36",
                  "ANRO-BH39",
                  "ANRO-BM8",
                  "ANRO-BMC24",
                  "ANRO-BMC30",
                  "ANRO-BPP09",
                  "ANRO-BWB18",
                  "ANRO-CLEARANCE KIT",
                  "ANRO-CLEARANCE KIT TALL",
                  "ANRO-CSB36",
                  "ANRO-CSB36-FP",
                  "ANRO-CVM8",
                  "ANRO-DB12-3",
                  "ANRO-DB15-3",
                  "ANRO-DB18-3",
                  "ANRO-DB21-3",
                  "ANRO-DB24-3",
                  "ANRO-DB27-3",
                  "ANRO-DB30-2",
                  "ANRO-DB30-3",
                  "ANRO-DB33-3",
                  "ANRO-DB36-3",
                  "ANRO-DWR3L/R",
                  "ANRO-EZR33",
                  "ANRO-EZR36",
                  "ANRO-F330",
                  "ANRO-F336",
                  "ANRO-F342",
                  "ANRO-F396",
                  "ANRO-F630",
                  "ANRO-F642",
                  "ANRO-F696",
                  "ANRO-FPP9648 1/4",
                  "ANRO-FPP9648 3/4",
                  "ANRO-FPP9648GL 1/4",
                  "ANRO-FPPB9648 1/2",
                  "ANRO-FS24",
                  "ANRO-FS30",
                  "ANRO-FS36",
                  "ANRO-FS60",
                  "ANRO-GD-W1215",
                  "ANRO-GD-W1515",
                  "ANRO-GD-W1530",
                  "ANRO-GD-W1536",
                  "ANRO-GD-W1542",
                  "ANRO-GD-W1815",
                  "ANRO-GD-W1830",
                  "ANRO-GD-W1836",
                  "ANRO-GD-W1842",
                  "ANRO-GD-W2115",
                  "ANRO-GD-W2415",
                  "ANRO-GD-W2715",
                  "ANRO-GD-W3015",
                  "ANRO-GD-W3030",
                  "ANRO-GD-W3036",
                  "ANRO-GD-W3042",
                  "ANRO-GD-W3315",
                  "ANRO-GD-W3615",
                  "ANRO-GD-W3630",
                  "ANRO-GD-W3636",
                  "ANRO-GD-W3642",
                  "ANRO-GD-WCOR2415",
                  "ANRO-GD-WDC2430",
                  "ANRO-GD-WDC2436",
                  "ANRO-GD-WDC2442",
                  "ANRO-GDW1215",
                  "ANRO-GDW1515",
                  "ANRO-GDW1530",
                  "ANRO-GDW1536",
                  "ANRO-GDW1542",
                  "ANRO-GDW1815",
                  "ANRO-GDW1830",
                  "ANRO-GDW1836",
                  "ANRO-GDW1842",
                  "ANRO-GDW2115",
                  "ANRO-GDW2415",
                  "ANRO-GDW2715",
                  "ANRO-GDW3015",
                  "ANRO-GDW3030",
                  "ANRO-GDW3036",
                  "ANRO-GDW3042",
                  "ANRO-GDW3315",
                  "ANRO-GDW3615",
                  "ANRO-GDW3630",
                  "ANRO-GDW3636",
                  "ANRO-GDW3642",
                  "ANRO-GDWCOR2415",
                  "ANRO-GDWDC2430",
                  "ANRO-GDWDC2436",
                  "ANRO-GDWDC2442",
                  "ANRO-LC1884",
                  "ANRO-LCVM8",
                  "ANRO-LM8",
                  "ANRO-LRM8",
                  "ANRO-M2436",
                  "ANRO-MBEP",
                  "ANRO-MC3018",
                  "ANRO-MPBEP",
                  "ANRO-MWEP15",
                  "ANRO-MWEP30",
                  "ANRO-MWEP36",
                  "ANRO-MWEP42",
                  "ANRO-OC3384",
                  "ANRO-OC3390",
                  "ANRO-OC3396",
                  "ANRO-OCM8-1",
                  "ANRO-PC1884",
                  "ANRO-PC1890",
                  "ANRO-PC1896",
                  "ANRO-PC2484",
                  "ANRO-PC2490",
                  "ANRO-PC2496",
                  "ANRO-PC3084",
                  "ANRO-PC3090",
                  "ANRO-PC3096",
                  "ANRO-REP120",
                  "ANRO-REP96",
                  "ANRO-SB24",
                  "ANRO-SB27",
                  "ANRO-SB30",
                  "ANRO-SB33",
                  "ANRO-SB36",
                  "ANRO-SBF30",
                  "ANRO-SBF36",
                  "ANRO-SBM8",
                  "ANRO-SC10",
                  "ANRO-SD",
                  "ANRO-SDP34 4X4",
                  "ANRO-SHM8",
                  "ANRO-SK12",
                  "ANRO-SK15",
                  "ANRO-SK18",
                  "ANRO-SK24",
                  "ANRO-SK30",
                  "ANRO-SK36",
                  "ANRO-SK42",
                  "ANRO-SKB",
                  "ANRO-SM8",
                  "ANRO-SSPA34 4X4",
                  "ANRO-TK8",
                  "ANRO-TKBM8",
                  "ANRO-TOUCH UP KIT",
                  "ANRO-V54",
                  "ANRO-VA2421",
                  "ANRO-VA3021",
                  "ANRO-VA3621",
                  "ANRO-VDB12-3",
                  "ANRO-VDB15-3",
                  "ANRO-VDB18-3",
                  "ANRO-VKD3021",
                  "ANRO-VSD3021DL",
                  "ANRO-VSD3021DR",
                  "ANRO-VSD3621DL",
                  "ANRO-VSD3621DR",
                  "ANRO-VSD4821DLR",
                  "ANRO-VSD6021DLR",
                  "ANRO-W0930",
                  "ANRO-W0936",
                  "ANRO-W0942",
                  "ANRO-W1230",
                  "ANRO-W1236",
                  "ANRO-W1242",
                  "ANRO-W1530",
                  "ANRO-W1536",
                  "ANRO-W1542",
                  "ANRO-W1830",
                  "ANRO-W1836",
                  "ANRO-W1842",
                  "ANRO-W2130",
                  "ANRO-W2136",
                  "ANRO-W2142",
                  "ANRO-W2412",
                  "ANRO-W2415",
                  "ANRO-W2418",
                  "ANRO-W2424",
                  "ANRO-W2430",
                  "ANRO-W2436",
                  "ANRO-W2442",
                  "ANRO-W2730",
                  "ANRO-W2736",
                  "ANRO-W2742",
                  "ANRO-W3012",
                  "ANRO-W301224",
                  "ANRO-W3015",
                  "ANRO-W3018",
                  "ANRO-W301824",
                  "ANRO-W3024",
                  "ANRO-W302424",
                  "ANRO-W3030",
                  "ANRO-W3036",
                  "ANRO-W3042",
                  "ANRO-W331224",
                  "ANRO-W3315",
                  "ANRO-W3318",
                  "ANRO-W3324",
                  "ANRO-W3330",
                  "ANRO-W3336",
                  "ANRO-W3342",
                  "ANRO-W3612",
                  "ANRO-W361224"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ACH-B12",
                "ACH-B15",
                "ACH-B18",
                "ACH-B21",
                "ACH-B24",
                "ACH-B27",
                "ACH-B30",
                "ACH-B33",
                "ACH-B36",
                "ACH-B39",
                "ACH-BBC36/39L/R",
                "ACH-BBC39/42L/R",
                "ACH-BBC45/48FHL/R",
                "ACH-BBC45/48FHL/R-MC",
                "ACH-BBC45/48L/R",
                "ACH-BCOR33L/R",
                "ACH-BCOR36L/R",
                "ACH-BEC1224L",
                "ACH-BEC1224R",
                "ACH-BF3",
                "ACH-BF6",
                "ACH-BH09",
                "ACH-BH12",
                "ACH-BH15",
                "ACH-BH18",
                "ACH-BH21",
                "ACH-BH24",
                "ACH-BH27",
                "ACH-BH30",
                "ACH-BH33",
                "ACH-BH36",
                "ACH-BH39",
                "ACH-BM8",
                "ACH-BMC24",
                "ACH-BMC30",
                "ACH-BPP09",
                "ACH-BWB18",
                "ACH-CB",
                "ACH-CSB36",
                "ACH-CSB36-FP",
                "ACH-CVM8",
                "ACH-DB12-3",
                "ACH-DB15-3",
                "ACH-DB18-3",
                "ACH-DB21-3",
                "ACH-DB24-3",
                "ACH-DB27-3",
                "ACH-DB30-2",
                "ACH-DB30-3",
                "ACH-DB33-3",
                "ACH-DB36-3",
                "ACH-DWR3L/R",
                "ACH-EZR33",
                "ACH-EZR36",
                "ACH-F330",
                "ACH-F336",
                "ACH-F342",
                "ACH-F396",
                "ACH-F630",
                "ACH-F642",
                "ACH-F696",
                "ACH-FPP9648 1/4",
                "ACH-FPP9648 3/4",
                "ACH-FPPB9648 1/2",
                "ACH-FS24",
                "ACH-FS30",
                "ACH-FS36",
                "ACH-FS60",
                "ACH-GD-W1215",
                "ACH-GD-W1515",
                "ACH-GD-W1530",
                "ACH-GD-W1536",
                "ACH-GD-W1542",
                "ACH-GD-W1815",
                "ACH-GD-W1830",
                "ACH-GD-W1836",
                "ACH-GD-W1842",
                "ACH-GD-W2115",
                "ACH-GD-W2415",
                "ACH-GD-W2715",
                "ACH-GD-W3015",
                "ACH-GD-W3030",
                "ACH-GD-W3036",
                "ACH-GD-W3042",
                "ACH-GD-W3315",
                "ACH-GD-W3615",
                "ACH-GD-W3630",
                "ACH-GD-W3636",
                "ACH-GD-W3642",
                "ACH-GD-WCOR2415",
                "ACH-GD-WDC2430",
                "ACH-GD-WDC2436",
                "ACH-GD-WDC2442",
                "ACH-GDW1215",
                "ACH-GDW1515",
                "ACH-GDW1530",
                "ACH-GDW1536",
                "ACH-GDW1542",
                "ACH-GDW1815",
                "ACH-GDW1830",
                "ACH-GDW1836",
                "ACH-GDW1842",
                "ACH-GDW2115",
                "ACH-GDW2415",
                "ACH-GDW2715",
                "ACH-GDW3015",
                "ACH-GDW3030",
                "ACH-GDW3036",
                "ACH-GDW3042",
                "ACH-GDW3315",
                "ACH-GDW3615",
                "ACH-GDW3630",
                "ACH-GDW3636",
                "ACH-GDW3642",
                "ACH-GDWCOR2415",
                "ACH-GDWDC2430",
                "ACH-GDWDC2436",
                "ACH-GDWDC2442",
                "ACH-LC1884",
                "ACH-LCVM8",
                "ACH-LM8",
                "ACH-LRM8",
                "ACH-M2436",
                "ACH-MBEP",
                "ACH-MC3018",
                "ACH-MPBEP",
                "ACH-MWEP15",
                "ACH-MWEP30",
                "ACH-MWEP36",
                "ACH-MWEP42",
                "ACH-OC3384",
                "ACH-OC3390",
                "ACH-OC3396",
                "ACH-OCM8-1",
                "ACH-PC1884",
                "ACH-PC1890",
                "ACH-PC1896",
                "ACH-PC2484",
                "ACH-PC2490",
                "ACH-PC2496",
                "ACH-PC3084",
                "ACH-PC3090",
                "ACH-PC3096",
                "ACH-REP120",
                "ACH-REP96",
                "ACH-SB24",
                "ACH-SB27",
                "ACH-SB30",
                "ACH-SB33",
                "ACH-SB36",
                "ACH-SBF30",
                "ACH-SBF36",
                "ACH-SBM8",
                "ACH-SC10",
                "ACH-SD",
                "ACH-SDP34 4X4",
                "ACH-SHM8",
                "ACH-SM8",
                "ACH-SSPA34 4X4",
                "ACH-TK8",
                "ACH-TKBM8",
                "ACH-TLM8",
                "ACH-TOUCH UP KIT",
                "ACH-V54",
                "ACH-VA2421",
                "ACH-VA3021",
                "ACH-VA3621",
                "ACH-VDB12-3",
                "ACH-VDB15-3",
                "ACH-VDB18-3",
                "ACH-VKD3021",
                "ACH-VSD3021DL",
                "ACH-VSD3021DR",
                "ACH-VSD3621DL",
                "ACH-VSD3621DR",
                "ACH-VSD4821DLR",
                "ACH-VSD6021DLR",
                "ACH-W0930",
                "ACH-W0936",
                "ACH-W0942",
                "ACH-W1230",
                "ACH-W1236",
                "ACH-W1242",
                "ACH-W1530",
                "ACH-W1536",
                "ACH-W1542",
                "ACH-W1830",
                "ACH-W1836",
                "ACH-W1842",
                "ACH-W2130",
                "ACH-W2136",
                "ACH-W2142",
                "ACH-W2412",
                "ACH-W2415",
                "ACH-W2418",
                "ACH-W2424",
                "ACH-W2430",
                "ACH-W2436",
                "ACH-W2442",
                "ACH-W2730",
                "ACH-W2736",
                "ACH-W2742",
                "ACH-W3012",
                "ACH-W301224",
                "ACH-W3015",
                "ACH-W3018",
                "ACH-W301824",
                "ACH-W3024",
                "ACH-W302424",
                "ACH-W3030",
                "ACH-W3036",
                "ACH-W3042",
                "ACH-W331224",
                "ACH-W3315",
                "ACH-W3318",
                "ACH-W3324",
                "ACH-W3330",
                "ACH-W3336",
                "ACH-W3342",
                "ACH-W3612",
                "ACH-W361224",
                "ACH-W3615",
                "ACH-W3618",
                "ACH-W361824",
                "ACH-W3624",
                "ACH-W362424",
                "ACH-W3630",
                "ACH-W3636",
                "ACH-W3642",
                "ACH-W3930",
                "ACH-WBC2730",
                "ACH-WBC2736",
                "ACH-WBC2742",
                "ACH-WCOR2430",
                "ACH-WCOR2436",
                "ACH-WCOR2442",
                "ACH-WDC2430",
                "ACH-WDC2436",
                "ACH-WDC2442",
                "ACH-WECA30",
                "ACH-WECA36",
                "ACH-WECA42",
                "ACH-WHB3624",
                "ACH-WHB3630",
                "ACH-WOC1215",
                "ACH-WOC1515",
                "ACH-WOC1530",
                "ACH-WOC1536",
                "ACH-WOC1542",
                "ACH-WOC1815",
                "ACH-WOC1830",
                "ACH-WOC1836",
                "ACH-WOC1842",
                "ACH-WOC2115",
                "ACH-WOC2415",
                "ACH-WOC2715",
                "ACH-WOC3015",
                "ACH-WOC3030",
                "ACH-WOC3036",
                "ACH-WOC3042",
                "ACH-WOC3315",
                "ACH-WOC3615",
                "ACH-WOC3630",
                "ACH-WOC3636",
                "ACH-WOC3642",
                "ACH-WOCD2430",
                "ACH-WOCD2436",
                "ACH-WOCD2442",
                "ACH-WOCOR2415",
                "ACH-WSC1818",
                "ANRO-B12",
                "ANRO-B15",
                "ANRO-B18",
                "ANRO-B21",
                "ANRO-B24",
                "ANRO-B27",
                "ANRO-B30",
                "ANRO-B33",
                "ANRO-B36",
                "ANRO-B39",
                "ANRO-BBC36/39L/R",
                "ANRO-BBC39/42L/R",
                "ANRO-BBC45/48FHL/R",
                "ANRO-BBC45/48FHL/R-MC",
                "ANRO-BBC45/48L/R",
                "ANRO-BCOR33L/R",
                "ANRO-BCOR36L/R",
                "ANRO-BEC1224L",
                "ANRO-BEC1224R",
                "ANRO-BF3",
                "ANRO-BF6",
                "ANRO-BH09",
                "ANRO-BH12",
                "ANRO-BH15",
                "ANRO-BH18",
                "ANRO-BH21",
                "ANRO-BH24",
                "ANRO-BH27",
                "ANRO-BH30",
                "ANRO-BH33",
                "ANRO-BH36",
                "ANRO-BH39",
                "ANRO-BM8",
                "ANRO-BMC24",
                "ANRO-BMC30",
                "ANRO-BPP09",
                "ANRO-BWB18",
                "ANRO-CLEARANCE KIT",
                "ANRO-CLEARANCE KIT TALL",
                "ANRO-CSB36",
                "ANRO-CSB36-FP",
                "ANRO-CVM8",
                "ANRO-DB12-3",
                "ANRO-DB15-3",
                "ANRO-DB18-3",
                "ANRO-DB21-3",
                "ANRO-DB24-3",
                "ANRO-DB27-3",
                "ANRO-DB30-2",
                "ANRO-DB30-3",
                "ANRO-DB33-3",
                "ANRO-DB36-3",
                "ANRO-DWR3L/R",
                "ANRO-EZR33",
                "ANRO-EZR36",
                "ANRO-F330",
                "ANRO-F336",
                "ANRO-F342",
                "ANRO-F396",
                "ANRO-F630",
                "ANRO-F642",
                "ANRO-F696",
                "ANRO-FPP9648 1/4",
                "ANRO-FPP9648 3/4",
                "ANRO-FPP9648GL 1/4",
                "ANRO-FPPB9648 1/2",
                "ANRO-FS24",
                "ANRO-FS30",
                "ANRO-FS36",
                "ANRO-FS60",
                "ANRO-GD-W1215",
                "ANRO-GD-W1515",
                "ANRO-GD-W1530",
                "ANRO-GD-W1536",
                "ANRO-GD-W1542",
                "ANRO-GD-W1815",
                "ANRO-GD-W1830",
                "ANRO-GD-W1836",
                "ANRO-GD-W1842",
                "ANRO-GD-W2115",
                "ANRO-GD-W2415",
                "ANRO-GD-W2715",
                "ANRO-GD-W3015",
                "ANRO-GD-W3030",
                "ANRO-GD-W3036",
                "ANRO-GD-W3042",
                "ANRO-GD-W3315",
                "ANRO-GD-W3615",
                "ANRO-GD-W3630",
                "ANRO-GD-W3636",
                "ANRO-GD-W3642",
                "ANRO-GD-WCOR2415",
                "ANRO-GD-WDC2430",
                "ANRO-GD-WDC2436",
                "ANRO-GD-WDC2442",
                "ANRO-GDW1215",
                "ANRO-GDW1515",
                "ANRO-GDW1530",
                "ANRO-GDW1536",
                "ANRO-GDW1542",
                "ANRO-GDW1815",
                "ANRO-GDW1830",
                "ANRO-GDW1836",
                "ANRO-GDW1842",
                "ANRO-GDW2115",
                "ANRO-GDW2415",
                "ANRO-GDW2715",
                "ANRO-GDW3015",
                "ANRO-GDW3030",
                "ANRO-GDW3036",
                "ANRO-GDW3042",
                "ANRO-GDW3315",
                "ANRO-GDW3615",
                "ANRO-GDW3630",
                "ANRO-GDW3636",
                "ANRO-GDW3642",
                "ANRO-GDWCOR2415",
                "ANRO-GDWDC2430",
                "ANRO-GDWDC2436",
                "ANRO-GDWDC2442",
                "ANRO-LC1884",
                "ANRO-LCVM8",
                "ANRO-LM8",
                "ANRO-LRM8",
                "ANRO-M2436",
                "ANRO-MBEP",
                "ANRO-MC3018",
                "ANRO-MPBEP",
                "ANRO-MWEP15",
                "ANRO-MWEP30",
                "ANRO-MWEP36",
                "ANRO-MWEP42",
                "ANRO-OC3384",
                "ANRO-OC3390",
                "ANRO-OC3396",
                "ANRO-OCM8-1",
                "ANRO-PC1884",
                "ANRO-PC1890",
                "ANRO-PC1896",
                "ANRO-PC2484",
                "ANRO-PC2490",
                "ANRO-PC2496",
                "ANRO-PC3084",
                "ANRO-PC3090",
                "ANRO-PC3096",
                "ANRO-REP120",
                "ANRO-REP96",
                "ANRO-SB24",
                "ANRO-SB27",
                "ANRO-SB30",
                "ANRO-SB33",
                "ANRO-SB36",
                "ANRO-SBF30",
                "ANRO-SBF36",
                "ANRO-SBM8",
                "ANRO-SC10",
                "ANRO-SD",
                "ANRO-SDP34 4X4",
                "ANRO-SHM8",
                "ANRO-SK12",
                "ANRO-SK15",
                "ANRO-SK18",
                "ANRO-SK24",
                "ANRO-SK30",
                "ANRO-SK36",
                "ANRO-SK42",
                "ANRO-SKB",
                "ANRO-SM8",
                "ANRO-SSPA34 4X4",
                "ANRO-TK8",
                "ANRO-TKBM8",
                "ANRO-TOUCH UP KIT",
                "ANRO-V54",
                "ANRO-VA2421",
                "ANRO-VA3021",
                "ANRO-VA3621",
                "ANRO-VDB12-3",
                "ANRO-VDB15-3",
                "ANRO-VDB18-3",
                "ANRO-VKD3021",
                "ANRO-VSD3021DL",
                "ANRO-VSD3021DR",
                "ANRO-VSD3621DL",
                "ANRO-VSD3621DR",
                "ANRO-VSD4821DLR",
                "ANRO-VSD6021DLR",
                "ANRO-W0930",
                "ANRO-W0936",
                "ANRO-W0942",
                "ANRO-W1230",
                "ANRO-W1236",
                "ANRO-W1242",
                "ANRO-W1530",
                "ANRO-W1536",
                "ANRO-W1542",
                "ANRO-W1830",
                "ANRO-W1836",
                "ANRO-W1842",
                "ANRO-W2130",
                "ANRO-W2136",
                "ANRO-W2142",
                "ANRO-W2412",
                "ANRO-W2415",
                "ANRO-W2418",
                "ANRO-W2424",
                "ANRO-W2430",
                "ANRO-W2436",
                "ANRO-W2442",
                "ANRO-W2730",
                "ANRO-W2736",
                "ANRO-W2742",
                "ANRO-W3012",
                "ANRO-W301224",
                "ANRO-W3015",
                "ANRO-W3018",
                "ANRO-W301824",
                "ANRO-W3024",
                "ANRO-W302424",
                "ANRO-W3030",
                "ANRO-W3036",
                "ANRO-W3042",
                "ANRO-W331224",
                "ANRO-W3315",
                "ANRO-W3318",
                "ANRO-W3324",
                "ANRO-W3330",
                "ANRO-W3336",
                "ANRO-W3342",
                "ANRO-W3612",
                "ANRO-W361224"
              ],
              "status": "done",
              "job_id": 1223,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 468.9
            },
            {
              "phase": "images",
              "queue_id": 1701,
              "label": "push-channel-sample-magento-images-20260805-220242",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ACH-B12",
                  "ACH-B15",
                  "ACH-B18",
                  "ACH-B21",
                  "ACH-B24",
                  "ACH-B27",
                  "ACH-B30",
                  "ACH-B33",
                  "ACH-B36",
                  "ACH-B39",
                  "ACH-BBC36/39L/R",
                  "ACH-BBC39/42L/R",
                  "ACH-BBC45/48FHL/R",
                  "ACH-BBC45/48FHL/R-MC",
                  "ACH-BBC45/48L/R",
                  "ACH-BCOR33L/R",
                  "ACH-BCOR36L/R",
                  "ACH-BEC1224L",
                  "ACH-BEC1224R",
                  "ACH-BF3",
                  "ACH-BF6",
                  "ACH-BH09",
                  "ACH-BH12",
                  "ACH-BH15",
                  "ACH-BH18",
                  "ACH-BH21",
                  "ACH-BH24",
                  "ACH-BH27",
                  "ACH-BH30",
                  "ACH-BH33",
                  "ACH-BH36",
                  "ACH-BH39",
                  "ACH-BM8",
                  "ACH-BMC24",
                  "ACH-BMC30",
                  "ACH-BPP09",
                  "ACH-BWB18",
                  "ACH-CB",
                  "ACH-CSB36",
                  "ACH-CSB36-FP",
                  "ACH-CVM8",
                  "ACH-DB12-3",
                  "ACH-DB15-3",
                  "ACH-DB18-3",
                  "ACH-DB21-3",
                  "ACH-DB24-3",
                  "ACH-DB27-3",
                  "ACH-DB30-2",
                  "ACH-DB30-3",
                  "ACH-DB33-3",
                  "ACH-DB36-3",
                  "ACH-DWR3L/R",
                  "ACH-EZR33",
                  "ACH-EZR36",
                  "ACH-F330",
                  "ACH-F336",
                  "ACH-F342",
                  "ACH-F396",
                  "ACH-F630",
                  "ACH-F642",
                  "ACH-F696",
                  "ACH-FPP9648 1/4",
                  "ACH-FPP9648 3/4",
                  "ACH-FPPB9648 1/2",
                  "ACH-FS24",
                  "ACH-FS30",
                  "ACH-FS36",
                  "ACH-FS60",
                  "ACH-GD-W1215",
                  "ACH-GD-W1515",
                  "ACH-GD-W1530",
                  "ACH-GD-W1536",
                  "ACH-GD-W1542",
                  "ACH-GD-W1815",
                  "ACH-GD-W1830",
                  "ACH-GD-W1836",
                  "ACH-GD-W1842",
                  "ACH-GD-W2115",
                  "ACH-GD-W2415",
                  "ACH-GD-W2715",
                  "ACH-GD-W3015",
                  "ACH-GD-W3030",
                  "ACH-GD-W3036",
                  "ACH-GD-W3042",
                  "ACH-GD-W3315",
                  "ACH-GD-W3615",
                  "ACH-GD-W3630",
                  "ACH-GD-W3636",
                  "ACH-GD-W3642",
                  "ACH-GD-WCOR2415",
                  "ACH-GD-WDC2430",
                  "ACH-GD-WDC2436",
                  "ACH-GD-WDC2442",
                  "ACH-GDW1215",
                  "ACH-GDW1515",
                  "ACH-GDW1530",
                  "ACH-GDW1536",
                  "ACH-GDW1542",
                  "ACH-GDW1815",
                  "ACH-GDW1830",
                  "ACH-GDW1836",
                  "ACH-GDW1842",
                  "ACH-GDW2115",
                  "ACH-GDW2415",
                  "ACH-GDW2715",
                  "ACH-GDW3015",
                  "ACH-GDW3030",
                  "ACH-GDW3036",
                  "ACH-GDW3042",
                  "ACH-GDW3315",
                  "ACH-GDW3615",
                  "ACH-GDW3630",
                  "ACH-GDW3636",
                  "ACH-GDW3642",
                  "ACH-GDWCOR2415",
                  "ACH-GDWDC2430",
                  "ACH-GDWDC2436",
                  "ACH-GDWDC2442",
                  "ACH-LC1884",
                  "ACH-LCVM8",
                  "ACH-LM8",
                  "ACH-LRM8",
                  "ACH-M2436",
                  "ACH-MBEP",
                  "ACH-MC3018",
                  "ACH-MPBEP",
                  "ACH-MWEP15",
                  "ACH-MWEP30",
                  "ACH-MWEP36",
                  "ACH-MWEP42",
                  "ACH-OC3384",
                  "ACH-OC3390",
                  "ACH-OC3396",
                  "ACH-OCM8-1",
                  "ACH-PC1884",
                  "ACH-PC1890",
                  "ACH-PC1896",
                  "ACH-PC2484",
                  "ACH-PC2490",
                  "ACH-PC2496",
                  "ACH-PC3084",
                  "ACH-PC3090",
                  "ACH-PC3096",
                  "ACH-REP120",
                  "ACH-REP96",
                  "ACH-SB24",
                  "ACH-SB27",
                  "ACH-SB30",
                  "ACH-SB33",
                  "ACH-SB36",
                  "ACH-SBF30",
                  "ACH-SBF36",
                  "ACH-SBM8",
                  "ACH-SC10",
                  "ACH-SD",
                  "ACH-SDP34 4X4",
                  "ACH-SHM8",
                  "ACH-SM8",
                  "ACH-SSPA34 4X4",
                  "ACH-TK8",
                  "ACH-TKBM8",
                  "ACH-TLM8",
                  "ACH-TOUCH UP KIT",
                  "ACH-V54",
                  "ACH-VA2421",
                  "ACH-VA3021",
                  "ACH-VA3621",
                  "ACH-VDB12-3",
                  "ACH-VDB15-3",
                  "ACH-VDB18-3",
                  "ACH-VKD3021",
                  "ACH-VSD3021DL",
                  "ACH-VSD3021DR",
                  "ACH-VSD3621DL",
                  "ACH-VSD3621DR",
                  "ACH-VSD4821DLR",
                  "ACH-VSD6021DLR",
                  "ACH-W0930",
                  "ACH-W0936",
                  "ACH-W0942",
                  "ACH-W1230",
                  "ACH-W1236",
                  "ACH-W1242",
                  "ACH-W1530",
                  "ACH-W1536",
                  "ACH-W1542",
                  "ACH-W1830",
                  "ACH-W1836",
                  "ACH-W1842",
                  "ACH-W2130",
                  "ACH-W2136",
                  "ACH-W2142",
                  "ACH-W2412",
                  "ACH-W2415",
                  "ACH-W2418",
                  "ACH-W2424",
                  "ACH-W2430",
                  "ACH-W2436",
                  "ACH-W2442",
                  "ACH-W2730",
                  "ACH-W2736",
                  "ACH-W2742",
                  "ACH-W3012",
                  "ACH-W301224",
                  "ACH-W3015",
                  "ACH-W3018",
                  "ACH-W301824",
                  "ACH-W3024",
                  "ACH-W302424",
                  "ACH-W3030",
                  "ACH-W3036",
                  "ACH-W3042",
                  "ACH-W331224",
                  "ACH-W3315",
                  "ACH-W3318",
                  "ACH-W3324",
                  "ACH-W3330",
                  "ACH-W3336",
                  "ACH-W3342",
                  "ACH-W3612",
                  "ACH-W361224",
                  "ACH-W3615",
                  "ACH-W3618",
                  "ACH-W361824",
                  "ACH-W3624",
                  "ACH-W362424",
                  "ACH-W3630",
                  "ACH-W3636",
                  "ACH-W3642",
                  "ACH-W3930",
                  "ACH-WBC2730",
                  "ACH-WBC2736",
                  "ACH-WBC2742",
                  "ACH-WCOR2430",
                  "ACH-WCOR2436",
                  "ACH-WCOR2442",
                  "ACH-WDC2430",
                  "ACH-WDC2436",
                  "ACH-WDC2442",
                  "ACH-WECA30",
                  "ACH-WECA36",
                  "ACH-WECA42",
                  "ACH-WHB3624",
                  "ACH-WHB3630",
                  "ACH-WOC1215",
                  "ACH-WOC1515",
                  "ACH-WOC1530",
                  "ACH-WOC1536",
                  "ACH-WOC1542",
                  "ACH-WOC1815",
                  "ACH-WOC1830",
                  "ACH-WOC1836",
                  "ACH-WOC1842",
                  "ACH-WOC2115",
                  "ACH-WOC2415",
                  "ACH-WOC2715",
                  "ACH-WOC3015",
                  "ACH-WOC3030",
                  "ACH-WOC3036",
                  "ACH-WOC3042",
                  "ACH-WOC3315",
                  "ACH-WOC3615",
                  "ACH-WOC3630",
                  "ACH-WOC3636",
                  "ACH-WOC3642",
                  "ACH-WOCD2430",
                  "ACH-WOCD2436",
                  "ACH-WOCD2442",
                  "ACH-WOCOR2415",
                  "ACH-WSC1818",
                  "ANRO-B12",
                  "ANRO-B15",
                  "ANRO-B18",
                  "ANRO-B21",
                  "ANRO-B24",
                  "ANRO-B27",
                  "ANRO-B30",
                  "ANRO-B33",
                  "ANRO-B36",
                  "ANRO-B39",
                  "ANRO-BBC36/39L/R",
                  "ANRO-BBC39/42L/R",
                  "ANRO-BBC45/48FHL/R",
                  "ANRO-BBC45/48FHL/R-MC",
                  "ANRO-BBC45/48L/R",
                  "ANRO-BCOR33L/R",
                  "ANRO-BCOR36L/R",
                  "ANRO-BEC1224L",
                  "ANRO-BEC1224R",
                  "ANRO-BF3",
                  "ANRO-BF6",
                  "ANRO-BH09",
                  "ANRO-BH12",
                  "ANRO-BH15",
                  "ANRO-BH18",
                  "ANRO-BH21",
                  "ANRO-BH24",
                  "ANRO-BH27",
                  "ANRO-BH30",
                  "ANRO-BH33",
                  "ANRO-BH36",
                  "ANRO-BH39",
                  "ANRO-BM8",
                  "ANRO-BMC24",
                  "ANRO-BMC30",
                  "ANRO-BPP09",
                  "ANRO-BWB18",
                  "ANRO-CLEARANCE KIT",
                  "ANRO-CLEARANCE KIT TALL",
                  "ANRO-CSB36",
                  "ANRO-CSB36-FP",
                  "ANRO-CVM8",
                  "ANRO-DB12-3",
                  "ANRO-DB15-3",
                  "ANRO-DB18-3",
                  "ANRO-DB21-3",
                  "ANRO-DB24-3",
                  "ANRO-DB27-3",
                  "ANRO-DB30-2",
                  "ANRO-DB30-3",
                  "ANRO-DB33-3",
                  "ANRO-DB36-3",
                  "ANRO-DWR3L/R",
                  "ANRO-EZR33",
                  "ANRO-EZR36",
                  "ANRO-F330",
                  "ANRO-F336",
                  "ANRO-F342",
                  "ANRO-F396",
                  "ANRO-F630",
                  "ANRO-F642",
                  "ANRO-F696",
                  "ANRO-FPP9648 1/4",
                  "ANRO-FPP9648 3/4",
                  "ANRO-FPP9648GL 1/4",
                  "ANRO-FPPB9648 1/2",
                  "ANRO-FS24",
                  "ANRO-FS30",
                  "ANRO-FS36",
                  "ANRO-FS60",
                  "ANRO-GD-W1215",
                  "ANRO-GD-W1515",
                  "ANRO-GD-W1530",
                  "ANRO-GD-W1536",
                  "ANRO-GD-W1542",
                  "ANRO-GD-W1815",
                  "ANRO-GD-W1830",
                  "ANRO-GD-W1836",
                  "ANRO-GD-W1842",
                  "ANRO-GD-W2115",
                  "ANRO-GD-W2415",
                  "ANRO-GD-W2715",
                  "ANRO-GD-W3015",
                  "ANRO-GD-W3030",
                  "ANRO-GD-W3036",
                  "ANRO-GD-W3042",
                  "ANRO-GD-W3315",
                  "ANRO-GD-W3615",
                  "ANRO-GD-W3630",
                  "ANRO-GD-W3636",
                  "ANRO-GD-W3642",
                  "ANRO-GD-WCOR2415",
                  "ANRO-GD-WDC2430",
                  "ANRO-GD-WDC2436",
                  "ANRO-GD-WDC2442",
                  "ANRO-GDW1215",
                  "ANRO-GDW1515",
                  "ANRO-GDW1530",
                  "ANRO-GDW1536",
                  "ANRO-GDW1542",
                  "ANRO-GDW1815",
                  "ANRO-GDW1830",
                  "ANRO-GDW1836",
                  "ANRO-GDW1842",
                  "ANRO-GDW2115",
                  "ANRO-GDW2415",
                  "ANRO-GDW2715",
                  "ANRO-GDW3015",
                  "ANRO-GDW3030",
                  "ANRO-GDW3036",
                  "ANRO-GDW3042",
                  "ANRO-GDW3315",
                  "ANRO-GDW3615",
                  "ANRO-GDW3630",
                  "ANRO-GDW3636",
                  "ANRO-GDW3642",
                  "ANRO-GDWCOR2415",
                  "ANRO-GDWDC2430",
                  "ANRO-GDWDC2436",
                  "ANRO-GDWDC2442",
                  "ANRO-LC1884",
                  "ANRO-LCVM8",
                  "ANRO-LM8",
                  "ANRO-LRM8",
                  "ANRO-M2436",
                  "ANRO-MBEP",
                  "ANRO-MC3018",
                  "ANRO-MPBEP",
                  "ANRO-MWEP15",
                  "ANRO-MWEP30",
                  "ANRO-MWEP36",
                  "ANRO-MWEP42",
                  "ANRO-OC3384",
                  "ANRO-OC3390",
                  "ANRO-OC3396",
                  "ANRO-OCM8-1",
                  "ANRO-PC1884",
                  "ANRO-PC1890",
                  "ANRO-PC1896",
                  "ANRO-PC2484",
                  "ANRO-PC2490",
                  "ANRO-PC2496",
                  "ANRO-PC3084",
                  "ANRO-PC3090",
                  "ANRO-PC3096",
                  "ANRO-REP120",
                  "ANRO-REP96",
                  "ANRO-SB24",
                  "ANRO-SB27",
                  "ANRO-SB30",
                  "ANRO-SB33",
                  "ANRO-SB36",
                  "ANRO-SBF30",
                  "ANRO-SBF36",
                  "ANRO-SBM8",
                  "ANRO-SC10",
                  "ANRO-SD",
                  "ANRO-SDP34 4X4",
                  "ANRO-SHM8",
                  "ANRO-SK12",
                  "ANRO-SK15",
                  "ANRO-SK18",
                  "ANRO-SK24",
                  "ANRO-SK30",
                  "ANRO-SK36",
                  "ANRO-SK42",
                  "ANRO-SKB",
                  "ANRO-SM8",
                  "ANRO-SSPA34 4X4",
                  "ANRO-TK8",
                  "ANRO-TKBM8",
                  "ANRO-TOUCH UP KIT",
                  "ANRO-V54",
                  "ANRO-VA2421",
                  "ANRO-VA3021",
                  "ANRO-VA3621",
                  "ANRO-VDB12-3",
                  "ANRO-VDB15-3",
                  "ANRO-VDB18-3",
                  "ANRO-VKD3021",
                  "ANRO-VSD3021DL",
                  "ANRO-VSD3021DR",
                  "ANRO-VSD3621DL",
                  "ANRO-VSD3621DR",
                  "ANRO-VSD4821DLR",
                  "ANRO-VSD6021DLR",
                  "ANRO-W0930",
                  "ANRO-W0936",
                  "ANRO-W0942",
                  "ANRO-W1230",
                  "ANRO-W1236",
                  "ANRO-W1242",
                  "ANRO-W1530",
                  "ANRO-W1536",
                  "ANRO-W1542",
                  "ANRO-W1830",
                  "ANRO-W1836",
                  "ANRO-W1842",
                  "ANRO-W2130",
                  "ANRO-W2136",
                  "ANRO-W2142",
                  "ANRO-W2412",
                  "ANRO-W2415",
                  "ANRO-W2418",
                  "ANRO-W2424",
                  "ANRO-W2430",
                  "ANRO-W2436",
                  "ANRO-W2442",
                  "ANRO-W2730",
                  "ANRO-W2736",
                  "ANRO-W2742",
                  "ANRO-W3012",
                  "ANRO-W301224",
                  "ANRO-W3015",
                  "ANRO-W3018",
                  "ANRO-W301824",
                  "ANRO-W3024",
                  "ANRO-W302424",
                  "ANRO-W3030",
                  "ANRO-W3036",
                  "ANRO-W3042",
                  "ANRO-W331224",
                  "ANRO-W3315",
                  "ANRO-W3318",
                  "ANRO-W3324",
                  "ANRO-W3330",
                  "ANRO-W3336",
                  "ANRO-W3342",
                  "ANRO-W3612",
                  "ANRO-W361224"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ACH-B12",
                "ACH-B15",
                "ACH-B18",
                "ACH-B21",
                "ACH-B24",
                "ACH-B27",
                "ACH-B30",
                "ACH-B33",
                "ACH-B36",
                "ACH-B39",
                "ACH-BBC36/39L/R",
                "ACH-BBC39/42L/R",
                "ACH-BBC45/48FHL/R",
                "ACH-BBC45/48FHL/R-MC",
                "ACH-BBC45/48L/R",
                "ACH-BCOR33L/R",
                "ACH-BCOR36L/R",
                "ACH-BEC1224L",
                "ACH-BEC1224R",
                "ACH-BF3",
                "ACH-BF6",
                "ACH-BH09",
                "ACH-BH12",
                "ACH-BH15",
                "ACH-BH18",
                "ACH-BH21",
                "ACH-BH24",
                "ACH-BH27",
                "ACH-BH30",
                "ACH-BH33",
                "ACH-BH36",
                "ACH-BH39",
                "ACH-BM8",
                "ACH-BMC24",
                "ACH-BMC30",
                "ACH-BPP09",
                "ACH-BWB18",
                "ACH-CB",
                "ACH-CSB36",
                "ACH-CSB36-FP",
                "ACH-CVM8",
                "ACH-DB12-3",
                "ACH-DB15-3",
                "ACH-DB18-3",
                "ACH-DB21-3",
                "ACH-DB24-3",
                "ACH-DB27-3",
                "ACH-DB30-2",
                "ACH-DB30-3",
                "ACH-DB33-3",
                "ACH-DB36-3",
                "ACH-DWR3L/R",
                "ACH-EZR33",
                "ACH-EZR36",
                "ACH-F330",
                "ACH-F336",
                "ACH-F342",
                "ACH-F396",
                "ACH-F630",
                "ACH-F642",
                "ACH-F696",
                "ACH-FPP9648 1/4",
                "ACH-FPP9648 3/4",
                "ACH-FPPB9648 1/2",
                "ACH-FS24",
                "ACH-FS30",
                "ACH-FS36",
                "ACH-FS60",
                "ACH-GD-W1215",
                "ACH-GD-W1515",
                "ACH-GD-W1530",
                "ACH-GD-W1536",
                "ACH-GD-W1542",
                "ACH-GD-W1815",
                "ACH-GD-W1830",
                "ACH-GD-W1836",
                "ACH-GD-W1842",
                "ACH-GD-W2115",
                "ACH-GD-W2415",
                "ACH-GD-W2715",
                "ACH-GD-W3015",
                "ACH-GD-W3030",
                "ACH-GD-W3036",
                "ACH-GD-W3042",
                "ACH-GD-W3315",
                "ACH-GD-W3615",
                "ACH-GD-W3630",
                "ACH-GD-W3636",
                "ACH-GD-W3642",
                "ACH-GD-WCOR2415",
                "ACH-GD-WDC2430",
                "ACH-GD-WDC2436",
                "ACH-GD-WDC2442",
                "ACH-GDW1215",
                "ACH-GDW1515",
                "ACH-GDW1530",
                "ACH-GDW1536",
                "ACH-GDW1542",
                "ACH-GDW1815",
                "ACH-GDW1830",
                "ACH-GDW1836",
                "ACH-GDW1842",
                "ACH-GDW2115",
                "ACH-GDW2415",
                "ACH-GDW2715",
                "ACH-GDW3015",
                "ACH-GDW3030",
                "ACH-GDW3036",
                "ACH-GDW3042",
                "ACH-GDW3315",
                "ACH-GDW3615",
                "ACH-GDW3630",
                "ACH-GDW3636",
                "ACH-GDW3642",
                "ACH-GDWCOR2415",
                "ACH-GDWDC2430",
                "ACH-GDWDC2436",
                "ACH-GDWDC2442",
                "ACH-LC1884",
                "ACH-LCVM8",
                "ACH-LM8",
                "ACH-LRM8",
                "ACH-M2436",
                "ACH-MBEP",
                "ACH-MC3018",
                "ACH-MPBEP",
                "ACH-MWEP15",
                "ACH-MWEP30",
                "ACH-MWEP36",
                "ACH-MWEP42",
                "ACH-OC3384",
                "ACH-OC3390",
                "ACH-OC3396",
                "ACH-OCM8-1",
                "ACH-PC1884",
                "ACH-PC1890",
                "ACH-PC1896",
                "ACH-PC2484",
                "ACH-PC2490",
                "ACH-PC2496",
                "ACH-PC3084",
                "ACH-PC3090",
                "ACH-PC3096",
                "ACH-REP120",
                "ACH-REP96",
                "ACH-SB24",
                "ACH-SB27",
                "ACH-SB30",
                "ACH-SB33",
                "ACH-SB36",
                "ACH-SBF30",
                "ACH-SBF36",
                "ACH-SBM8",
                "ACH-SC10",
                "ACH-SD",
                "ACH-SDP34 4X4",
                "ACH-SHM8",
                "ACH-SM8",
                "ACH-SSPA34 4X4",
                "ACH-TK8",
                "ACH-TKBM8",
                "ACH-TLM8",
                "ACH-TOUCH UP KIT",
                "ACH-V54",
                "ACH-VA2421",
                "ACH-VA3021",
                "ACH-VA3621",
                "ACH-VDB12-3",
                "ACH-VDB15-3",
                "ACH-VDB18-3",
                "ACH-VKD3021",
                "ACH-VSD3021DL",
                "ACH-VSD3021DR",
                "ACH-VSD3621DL",
                "ACH-VSD3621DR",
                "ACH-VSD4821DLR",
                "ACH-VSD6021DLR",
                "ACH-W0930",
                "ACH-W0936",
                "ACH-W0942",
                "ACH-W1230",
                "ACH-W1236",
                "ACH-W1242",
                "ACH-W1530",
                "ACH-W1536",
                "ACH-W1542",
                "ACH-W1830",
                "ACH-W1836",
                "ACH-W1842",
                "ACH-W2130",
                "ACH-W2136",
                "ACH-W2142",
                "ACH-W2412",
                "ACH-W2415",
                "ACH-W2418",
                "ACH-W2424",
                "ACH-W2430",
                "ACH-W2436",
                "ACH-W2442",
                "ACH-W2730",
                "ACH-W2736",
                "ACH-W2742",
                "ACH-W3012",
                "ACH-W301224",
                "ACH-W3015",
                "ACH-W3018",
                "ACH-W301824",
                "ACH-W3024",
                "ACH-W302424",
                "ACH-W3030",
                "ACH-W3036",
                "ACH-W3042",
                "ACH-W331224",
                "ACH-W3315",
                "ACH-W3318",
                "ACH-W3324",
                "ACH-W3330",
                "ACH-W3336",
                "ACH-W3342",
                "ACH-W3612",
                "ACH-W361224",
                "ACH-W3615",
                "ACH-W3618",
                "ACH-W361824",
                "ACH-W3624",
                "ACH-W362424",
                "ACH-W3630",
                "ACH-W3636",
                "ACH-W3642",
                "ACH-W3930",
                "ACH-WBC2730",
                "ACH-WBC2736",
                "ACH-WBC2742",
                "ACH-WCOR2430",
                "ACH-WCOR2436",
                "ACH-WCOR2442",
                "ACH-WDC2430",
                "ACH-WDC2436",
                "ACH-WDC2442",
                "ACH-WECA30",
                "ACH-WECA36",
                "ACH-WECA42",
                "ACH-WHB3624",
                "ACH-WHB3630",
                "ACH-WOC1215",
                "ACH-WOC1515",
                "ACH-WOC1530",
                "ACH-WOC1536",
                "ACH-WOC1542",
                "ACH-WOC1815",
                "ACH-WOC1830",
                "ACH-WOC1836",
                "ACH-WOC1842",
                "ACH-WOC2115",
                "ACH-WOC2415",
                "ACH-WOC2715",
                "ACH-WOC3015",
                "ACH-WOC3030",
                "ACH-WOC3036",
                "ACH-WOC3042",
                "ACH-WOC3315",
                "ACH-WOC3615",
                "ACH-WOC3630",
                "ACH-WOC3636",
                "ACH-WOC3642",
                "ACH-WOCD2430",
                "ACH-WOCD2436",
                "ACH-WOCD2442",
                "ACH-WOCOR2415",
                "ACH-WSC1818",
                "ANRO-B12",
                "ANRO-B15",
                "ANRO-B18",
                "ANRO-B21",
                "ANRO-B24",
                "ANRO-B27",
                "ANRO-B30",
                "ANRO-B33",
                "ANRO-B36",
                "ANRO-B39",
                "ANRO-BBC36/39L/R",
                "ANRO-BBC39/42L/R",
                "ANRO-BBC45/48FHL/R",
                "ANRO-BBC45/48FHL/R-MC",
                "ANRO-BBC45/48L/R",
                "ANRO-BCOR33L/R",
                "ANRO-BCOR36L/R",
                "ANRO-BEC1224L",
                "ANRO-BEC1224R",
                "ANRO-BF3",
                "ANRO-BF6",
                "ANRO-BH09",
                "ANRO-BH12",
                "ANRO-BH15",
                "ANRO-BH18",
                "ANRO-BH21",
                "ANRO-BH24",
                "ANRO-BH27",
                "ANRO-BH30",
                "ANRO-BH33",
                "ANRO-BH36",
                "ANRO-BH39",
                "ANRO-BM8",
                "ANRO-BMC24",
                "ANRO-BMC30",
                "ANRO-BPP09",
                "ANRO-BWB18",
                "ANRO-CLEARANCE KIT",
                "ANRO-CLEARANCE KIT TALL",
                "ANRO-CSB36",
                "ANRO-CSB36-FP",
                "ANRO-CVM8",
                "ANRO-DB12-3",
                "ANRO-DB15-3",
                "ANRO-DB18-3",
                "ANRO-DB21-3",
                "ANRO-DB24-3",
                "ANRO-DB27-3",
                "ANRO-DB30-2",
                "ANRO-DB30-3",
                "ANRO-DB33-3",
                "ANRO-DB36-3",
                "ANRO-DWR3L/R",
                "ANRO-EZR33",
                "ANRO-EZR36",
                "ANRO-F330",
                "ANRO-F336",
                "ANRO-F342",
                "ANRO-F396",
                "ANRO-F630",
                "ANRO-F642",
                "ANRO-F696",
                "ANRO-FPP9648 1/4",
                "ANRO-FPP9648 3/4",
                "ANRO-FPP9648GL 1/4",
                "ANRO-FPPB9648 1/2",
                "ANRO-FS24",
                "ANRO-FS30",
                "ANRO-FS36",
                "ANRO-FS60",
                "ANRO-GD-W1215",
                "ANRO-GD-W1515",
                "ANRO-GD-W1530",
                "ANRO-GD-W1536",
                "ANRO-GD-W1542",
                "ANRO-GD-W1815",
                "ANRO-GD-W1830",
                "ANRO-GD-W1836",
                "ANRO-GD-W1842",
                "ANRO-GD-W2115",
                "ANRO-GD-W2415",
                "ANRO-GD-W2715",
                "ANRO-GD-W3015",
                "ANRO-GD-W3030",
                "ANRO-GD-W3036",
                "ANRO-GD-W3042",
                "ANRO-GD-W3315",
                "ANRO-GD-W3615",
                "ANRO-GD-W3630",
                "ANRO-GD-W3636",
                "ANRO-GD-W3642",
                "ANRO-GD-WCOR2415",
                "ANRO-GD-WDC2430",
                "ANRO-GD-WDC2436",
                "ANRO-GD-WDC2442",
                "ANRO-GDW1215",
                "ANRO-GDW1515",
                "ANRO-GDW1530",
                "ANRO-GDW1536",
                "ANRO-GDW1542",
                "ANRO-GDW1815",
                "ANRO-GDW1830",
                "ANRO-GDW1836",
                "ANRO-GDW1842",
                "ANRO-GDW2115",
                "ANRO-GDW2415",
                "ANRO-GDW2715",
                "ANRO-GDW3015",
                "ANRO-GDW3030",
                "ANRO-GDW3036",
                "ANRO-GDW3042",
                "ANRO-GDW3315",
                "ANRO-GDW3615",
                "ANRO-GDW3630",
                "ANRO-GDW3636",
                "ANRO-GDW3642",
                "ANRO-GDWCOR2415",
                "ANRO-GDWDC2430",
                "ANRO-GDWDC2436",
                "ANRO-GDWDC2442",
                "ANRO-LC1884",
                "ANRO-LCVM8",
                "ANRO-LM8",
                "ANRO-LRM8",
                "ANRO-M2436",
                "ANRO-MBEP",
                "ANRO-MC3018",
                "ANRO-MPBEP",
                "ANRO-MWEP15",
                "ANRO-MWEP30",
                "ANRO-MWEP36",
                "ANRO-MWEP42",
                "ANRO-OC3384",
                "ANRO-OC3390",
                "ANRO-OC3396",
                "ANRO-OCM8-1",
                "ANRO-PC1884",
                "ANRO-PC1890",
                "ANRO-PC1896",
                "ANRO-PC2484",
                "ANRO-PC2490",
                "ANRO-PC2496",
                "ANRO-PC3084",
                "ANRO-PC3090",
                "ANRO-PC3096",
                "ANRO-REP120",
                "ANRO-REP96",
                "ANRO-SB24",
                "ANRO-SB27",
                "ANRO-SB30",
                "ANRO-SB33",
                "ANRO-SB36",
                "ANRO-SBF30",
                "ANRO-SBF36",
                "ANRO-SBM8",
                "ANRO-SC10",
                "ANRO-SD",
                "ANRO-SDP34 4X4",
                "ANRO-SHM8",
                "ANRO-SK12",
                "ANRO-SK15",
                "ANRO-SK18",
                "ANRO-SK24",
                "ANRO-SK30",
                "ANRO-SK36",
                "ANRO-SK42",
                "ANRO-SKB",
                "ANRO-SM8",
                "ANRO-SSPA34 4X4",
                "ANRO-TK8",
                "ANRO-TKBM8",
                "ANRO-TOUCH UP KIT",
                "ANRO-V54",
                "ANRO-VA2421",
                "ANRO-VA3021",
                "ANRO-VA3621",
                "ANRO-VDB12-3",
                "ANRO-VDB15-3",
                "ANRO-VDB18-3",
                "ANRO-VKD3021",
                "ANRO-VSD3021DL",
                "ANRO-VSD3021DR",
                "ANRO-VSD3621DL",
                "ANRO-VSD3621DR",
                "ANRO-VSD4821DLR",
                "ANRO-VSD6021DLR",
                "ANRO-W0930",
                "ANRO-W0936",
                "ANRO-W0942",
                "ANRO-W1230",
                "ANRO-W1236",
                "ANRO-W1242",
                "ANRO-W1530",
                "ANRO-W1536",
                "ANRO-W1542",
                "ANRO-W1830",
                "ANRO-W1836",
                "ANRO-W1842",
                "ANRO-W2130",
                "ANRO-W2136",
                "ANRO-W2142",
                "ANRO-W2412",
                "ANRO-W2415",
                "ANRO-W2418",
                "ANRO-W2424",
                "ANRO-W2430",
                "ANRO-W2436",
                "ANRO-W2442",
                "ANRO-W2730",
                "ANRO-W2736",
                "ANRO-W2742",
                "ANRO-W3012",
                "ANRO-W301224",
                "ANRO-W3015",
                "ANRO-W3018",
                "ANRO-W301824",
                "ANRO-W3024",
                "ANRO-W302424",
                "ANRO-W3030",
                "ANRO-W3036",
                "ANRO-W3042",
                "ANRO-W331224",
                "ANRO-W3315",
                "ANRO-W3318",
                "ANRO-W3324",
                "ANRO-W3330",
                "ANRO-W3336",
                "ANRO-W3342",
                "ANRO-W3612",
                "ANRO-W361224"
              ],
              "status": "done",
              "job_id": 1224,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 4612.2
            }
          ],
          "dry_run": false
        },
        {
          "batch": 2,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1702,
              "label": "push-channel-sample-magento-products-20260805-231934",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ANRO-W3615",
                  "ANRO-W3618",
                  "ANRO-W361824",
                  "ANRO-W3624",
                  "ANRO-W362424",
                  "ANRO-W3630",
                  "ANRO-W3636",
                  "ANRO-W3642",
                  "ANRO-W3930",
                  "ANRO-WBC2730",
                  "ANRO-WBC2736",
                  "ANRO-WBC2742",
                  "ANRO-WCOR2430",
                  "ANRO-WCOR2436",
                  "ANRO-WCOR2442",
                  "ANRO-WDC2430",
                  "ANRO-WDC2436",
                  "ANRO-WDC2442",
                  "ANRO-WECA30",
                  "ANRO-WECA36",
                  "ANRO-WECA42",
                  "ANRO-WHB3624",
                  "ANRO-WHB3630",
                  "ANRO-WOC1215",
                  "ANRO-WOC1515",
                  "ANRO-WOC1530",
                  "ANRO-WOC1536",
                  "ANRO-WOC1542",
                  "ANRO-WOC1815",
                  "ANRO-WOC1830",
                  "ANRO-WOC1836",
                  "ANRO-WOC1842",
                  "ANRO-WOC2115",
                  "ANRO-WOC2415",
                  "ANRO-WOC2715",
                  "ANRO-WOC3015",
                  "ANRO-WOC3030",
                  "ANRO-WOC3036",
                  "ANRO-WOC3042",
                  "ANRO-WOC3315",
                  "ANRO-WOC3615",
                  "ANRO-WOC3630",
                  "ANRO-WOC3636",
                  "ANRO-WOC3642",
                  "ANRO-WOCD2430",
                  "ANRO-WOCD2436",
                  "ANRO-WOCD2442",
                  "ANRO-WOCOR2415",
                  "ANRO-WSC1818",
                  "ASG-B12",
                  "ASG-B15",
                  "ASG-B18",
                  "ASG-B21",
                  "ASG-B24",
                  "ASG-B27",
                  "ASG-B30",
                  "ASG-B33",
                  "ASG-B36",
                  "ASG-B39",
                  "ASG-BBC36/39L/R",
                  "ASG-BBC39/42L/R",
                  "ASG-BBC45/48FHL/R",
                  "ASG-BBC45/48FHL/R-MC",
                  "ASG-BBC45/48L/R",
                  "ASG-BCOR33L/R",
                  "ASG-BCOR36L/R",
                  "ASG-BEC1224L",
                  "ASG-BEC1224R",
                  "ASG-BF3",
                  "ASG-BF6",
                  "ASG-BH09",
                  "ASG-BH12",
                  "ASG-BH15",
                  "ASG-BH18",
                  "ASG-BH21",
                  "ASG-BH24",
                  "ASG-BH27",
                  "ASG-BH30",
                  "ASG-BH33",
                  "ASG-BH36",
                  "ASG-BH39",
                  "ASG-BM8",
                  "ASG-BMC24",
                  "ASG-BMC30",
                  "ASG-BPP09",
                  "ASG-BWB18",
                  "ASG-CSB36",
                  "ASG-CSB36-FP",
                  "ASG-CVM8",
                  "ASG-DB12-3",
                  "ASG-DB15-3",
                  "ASG-DB18-3",
                  "ASG-DB21-3",
                  "ASG-DB24-3",
                  "ASG-DB27-3",
                  "ASG-DB30-2",
                  "ASG-DB30-3",
                  "ASG-DB33-3",
                  "ASG-DB36-3",
                  "ASG-DWR3L/R",
                  "ASG-EZR33",
                  "ASG-EZR36",
                  "ASG-F330",
                  "ASG-F336",
                  "ASG-F342",
                  "ASG-F396",
                  "ASG-F630",
                  "ASG-F642",
                  "ASG-F696",
                  "ASG-FPP9648 1/4",
                  "ASG-FPP9648 3/4",
                  "ASG-FPPB9648 1/2",
                  "ASG-FS24",
                  "ASG-FS30",
                  "ASG-FS36",
                  "ASG-FS60",
                  "ASG-GALLON OF PAINT",
                  "ASG-GD-W1530",
                  "ASG-GD-W1536",
                  "ASG-GD-W1542",
                  "ASG-GD-W1830",
                  "ASG-GD-W1836",
                  "ASG-GD-W1842",
                  "ASG-GD-W3030",
                  "ASG-GD-W3036",
                  "ASG-GD-W3042",
                  "ASG-GD-W3630",
                  "ASG-GD-W3636",
                  "ASG-GD-W3642",
                  "ASG-GD-WDC2430",
                  "ASG-GD-WDC2436",
                  "ASG-GD-WDC2442",
                  "ASG-GDW1530",
                  "ASG-GDW1536",
                  "ASG-GDW1542",
                  "ASG-GDW1830",
                  "ASG-GDW1836",
                  "ASG-GDW1842",
                  "ASG-GDW3030",
                  "ASG-GDW3036",
                  "ASG-GDW3042",
                  "ASG-GDW3630",
                  "ASG-GDW3636",
                  "ASG-GDW3642",
                  "ASG-GDWDC2430",
                  "ASG-GDWDC2436",
                  "ASG-GDWDC2442",
                  "ASG-LC1884",
                  "ASG-LCVM8",
                  "ASG-LM8",
                  "ASG-LRM8",
                  "ASG-M2436",
                  "ASG-MBEP",
                  "ASG-MC3018",
                  "ASG-MPBEP",
                  "ASG-MWEP30",
                  "ASG-MWEP36",
                  "ASG-MWEP42",
                  "ASG-OC3384",
                  "ASG-OC3390",
                  "ASG-OC3396",
                  "ASG-OCM8-1",
                  "ASG-PC1884",
                  "ASG-PC1890",
                  "ASG-PC1896",
                  "ASG-PC2484",
                  "ASG-PC2490",
                  "ASG-PC2496",
                  "ASG-PC3084",
                  "ASG-PC3090",
                  "ASG-PC3096",
                  "ASG-PINT OF PAINT",
                  "ASG-QUART OF PAINT",
                  "ASG-REP120",
                  "ASG-REP96",
                  "ASG-SB24",
                  "ASG-SB27",
                  "ASG-SB30",
                  "ASG-SB33",
                  "ASG-SB36",
                  "ASG-SBF30",
                  "ASG-SBF36",
                  "ASG-SBM8",
                  "ASG-SC10",
                  "ASG-SD",
                  "ASG-SDP34 4X4",
                  "ASG-SHM8",
                  "ASG-SM8",
                  "ASG-SPRAY CAN",
                  "ASG-SSPA34 4X4",
                  "ASG-TK8",
                  "ASG-TKBM8",
                  "ASG-TLM8",
                  "ASG-TOUCH UP KIT",
                  "ASG-V54",
                  "ASG-VA2421",
                  "ASG-VA3021",
                  "ASG-VA3621",
                  "ASG-VDB12-3",
                  "ASG-VDB15-3",
                  "ASG-VDB18-3",
                  "ASG-VKD3021",
                  "ASG-VSD3021DL",
                  "ASG-VSD3021DR",
                  "ASG-VSD3621DL",
                  "ASG-VSD3621DR",
                  "ASG-VSD4821DLR",
                  "ASG-VSD6021DLR",
                  "ASG-W0930",
                  "ASG-W0936",
                  "ASG-W0942",
                  "ASG-W1230",
                  "ASG-W1236",
                  "ASG-W1242",
                  "ASG-W1530",
                  "ASG-W1536",
                  "ASG-W1542",
                  "ASG-W1830",
                  "ASG-W1836",
                  "ASG-W1842",
                  "ASG-W2130",
                  "ASG-W2136",
                  "ASG-W2142",
                  "ASG-W2412",
                  "ASG-W2415",
                  "ASG-W2418",
                  "ASG-W2424",
                  "ASG-W2430",
                  "ASG-W2436",
                  "ASG-W2442",
                  "ASG-W2730",
                  "ASG-W2736",
                  "ASG-W2742",
                  "ASG-W3012",
                  "ASG-W301224",
                  "ASG-W3015",
                  "ASG-W3018",
                  "ASG-W301824",
                  "ASG-W3024",
                  "ASG-W302424",
                  "ASG-W3030",
                  "ASG-W3036",
                  "ASG-W3042",
                  "ASG-W331224",
                  "ASG-W3315",
                  "ASG-W3318",
                  "ASG-W3324",
                  "ASG-W3330",
                  "ASG-W3336",
                  "ASG-W3342",
                  "ASG-W3612",
                  "ASG-W361224",
                  "ASG-W3615",
                  "ASG-W3618",
                  "ASG-W361824",
                  "ASG-W3624",
                  "ASG-W362424",
                  "ASG-W3630",
                  "ASG-W3636",
                  "ASG-W3642",
                  "ASG-W3930",
                  "ASG-WBC2730",
                  "ASG-WBC2736",
                  "ASG-WBC2742",
                  "ASG-WCOR2430",
                  "ASG-WCOR2436",
                  "ASG-WCOR2442",
                  "ASG-WDC2430",
                  "ASG-WDC2436",
                  "ASG-WDC2442",
                  "ASG-WECA30",
                  "ASG-WECA36",
                  "ASG-WECA42",
                  "ASG-WHB3624",
                  "ASG-WHB3630",
                  "ASG-WOC1530",
                  "ASG-WOC1536",
                  "ASG-WOC1542",
                  "ASG-WOC1830",
                  "ASG-WOC1836",
                  "ASG-WOC1842",
                  "ASG-WOC3030",
                  "ASG-WOC3036",
                  "ASG-WOC3042",
                  "ASG-WOC3630",
                  "ASG-WOC3636",
                  "ASG-WOC3642",
                  "ASG-WOCD2430",
                  "ASG-WOCD2436",
                  "ASG-WOCD2442",
                  "ASG-WSC1818",
                  "ASM-BRO-MC3018",
                  "ASM-BRO-WOC1215",
                  "ASM-BRO-WOC1515",
                  "ASM-BRO-WOC1530",
                  "ASM-BRO-WOC1536",
                  "ASM-BRO-WOC1542",
                  "ASM-BRO-WOC1815",
                  "ASM-BRO-WOC1830",
                  "ASM-BRO-WOC1836",
                  "ASM-BRO-WOC1842",
                  "ASM-BRO-WOC2115",
                  "ASM-BRO-WOC2415",
                  "ASM-BRO-WOC2715",
                  "ASM-BRO-WOC3015",
                  "ASM-BRO-WOC3030",
                  "ASM-BRO-WOC3036",
                  "ASM-BRO-WOC3042",
                  "ASM-BRO-WOC3315",
                  "ASM-BRO-WOC3615",
                  "ASM-BRO-WOC3630",
                  "ASM-BRO-WOC3636",
                  "ASM-BRO-WOC3642",
                  "ASM-BRO-WOCD2430",
                  "ASM-BRO-WOCD2436",
                  "ASM-BRO-WOCD2442",
                  "ASM-BRO-WOCOR2415",
                  "ASM-BRO-WSC1818",
                  "ASM-CH-MC3018",
                  "ASM-CH-WOC1215",
                  "ASM-CH-WOC1515",
                  "ASM-CH-WOC1530",
                  "ASM-CH-WOC1536",
                  "ASM-CH-WOC1542",
                  "ASM-CH-WOC1815",
                  "ASM-CH-WOC1830",
                  "ASM-CH-WOC1836",
                  "ASM-CH-WOC1842",
                  "ASM-CH-WOC2115",
                  "ASM-CH-WOC2415",
                  "ASM-CH-WOC2715",
                  "ASM-CH-WOC3015",
                  "ASM-CH-WOC3030",
                  "ASM-CH-WOC3036",
                  "ASM-CH-WOC3042",
                  "ASM-CH-WOC3315",
                  "ASM-CH-WOC3615",
                  "ASM-CH-WOC3630",
                  "ASM-CH-WOC3636",
                  "ASM-CH-WOC3642",
                  "ASM-CH-WOCD2430",
                  "ASM-CH-WOCD2436",
                  "ASM-CH-WOCD2442",
                  "ASM-CH-WOCOR2415",
                  "ASM-CH-WSC1818",
                  "ASM-NRO-MC3018",
                  "ASM-NRO-WOC1215",
                  "ASM-NRO-WOC1515",
                  "ASM-NRO-WOC1530",
                  "ASM-NRO-WOC1536",
                  "ASM-NRO-WOC1542",
                  "ASM-NRO-WOC1815",
                  "ASM-NRO-WOC1830",
                  "ASM-NRO-WOC1836",
                  "ASM-NRO-WOC1842",
                  "ASM-NRO-WOC2115",
                  "ASM-NRO-WOC2415",
                  "ASM-NRO-WOC2715",
                  "ASM-NRO-WOC3015",
                  "ASM-NRO-WOC3030",
                  "ASM-NRO-WOC3036",
                  "ASM-NRO-WOC3042",
                  "ASM-NRO-WOC3315",
                  "ASM-NRO-WOC3615",
                  "ASM-NRO-WOC3630",
                  "ASM-NRO-WOC3636",
                  "ASM-NRO-WOC3642",
                  "ASM-NRO-WOCD2430",
                  "ASM-NRO-WOCD2436",
                  "ASM-NRO-WOCD2442",
                  "ASM-NRO-WOCOR2415",
                  "ASM-NRO-WSC1818",
                  "ASM-OB-MC3018",
                  "ASM-OB-WOC1530",
                  "ASM-OB-WOC1536",
                  "ASM-OB-WOC1542",
                  "ASM-OB-WOC1830",
                  "ASM-OB-WOC1836",
                  "ASM-OB-WOC1842",
                  "ASM-OB-WOC3030",
                  "ASM-OB-WOC3036",
                  "ASM-OB-WOC3042",
                  "ASM-OB-WOC3630",
                  "ASM-OB-WOC3636",
                  "ASM-OB-WOC3642",
                  "ASM-OB-WOCD2430",
                  "ASM-OB-WOCD2436",
                  "ASM-OB-WOCD2442",
                  "ASM-OB-WSC1818",
                  "ASM-PW-MC3018",
                  "ASM-PW-WOC1215",
                  "ASM-PW-WOC1515",
                  "ASM-PW-WOC1530",
                  "ASM-PW-WOC1536",
                  "ASM-PW-WOC1542",
                  "ASM-PW-WOC1815",
                  "ASM-PW-WOC1830",
                  "ASM-PW-WOC1836",
                  "ASM-PW-WOC1842",
                  "ASM-PW-WOC2115",
                  "ASM-PW-WOC2415",
                  "ASM-PW-WOC2715",
                  "ASM-PW-WOC3015",
                  "ASM-PW-WOC3030",
                  "ASM-PW-WOC3036",
                  "ASM-PW-WOC3042",
                  "ASM-PW-WOC3315",
                  "ASM-PW-WOC3615",
                  "ASM-PW-WOC3630",
                  "ASM-PW-WOC3636",
                  "ASM-PW-WOC3642",
                  "ASM-PW-WOCD2430",
                  "ASM-PW-WOCD2436",
                  "ASM-PW-WOCD2442",
                  "ASM-PW-WOCOR2415",
                  "ASM-PW-WSC1818",
                  "ASM-SG-MC3018",
                  "ASM-SG-WOC1530",
                  "ASM-SG-WOC1536",
                  "ASM-SG-WOC1542",
                  "ASM-SG-WOC1830",
                  "ASM-SG-WOC1836",
                  "ASM-SG-WOC1842",
                  "ASM-SG-WOC3030",
                  "ASM-SG-WOC3036",
                  "ASM-SG-WOC3042",
                  "ASM-SG-WOC3630",
                  "ASM-SG-WOC3636",
                  "ASM-SG-WOC3642",
                  "ASM-SG-WOCD2430",
                  "ASM-SG-WOCD2436",
                  "ASM-SG-WOCD2442",
                  "ASM-SG-WSC1818",
                  "ASM-SW-MC3018",
                  "ASM-SW-WOC1215",
                  "ASM-SW-WOC1515",
                  "ASM-SW-WOC1530",
                  "ASM-SW-WOC1536",
                  "ASM-SW-WOC1542",
                  "ASM-SW-WOC1815",
                  "ASM-SW-WOC1830",
                  "ASM-SW-WOC1836",
                  "ASM-SW-WOC1842",
                  "ASM-SW-WOC2115",
                  "ASM-SW-WOC2415",
                  "ASM-SW-WOC2715",
                  "ASM-SW-WOC3015",
                  "ASM-SW-WOC3030",
                  "ASM-SW-WOC3036",
                  "ASM-SW-WOC3042",
                  "ASM-SW-WOC3315",
                  "ASM-SW-WOC3615",
                  "ASM-SW-WOC3630",
                  "ASM-SW-WOC3636",
                  "ASM-SW-WOC3642",
                  "ASM-SW-WOCD2430",
                  "ASM-SW-WOCD2436",
                  "ASM-SW-WOCD2442",
                  "ASM-SW-WOCOR2415",
                  "ASM-SW-WSC1818",
                  "ASW-B12",
                  "ASW-B15",
                  "ASW-B18",
                  "ASW-B21",
                  "ASW-B24",
                  "ASW-B27",
                  "ASW-B30",
                  "ASW-B33",
                  "ASW-B36",
                  "ASW-B39",
                  "ASW-BBC36/39L/R",
                  "ASW-BBC39/42L/R",
                  "ASW-BBC45/48FHL/R",
                  "ASW-BBC45/48FHL/R-MC",
                  "ASW-BBC45/48L/R",
                  "ASW-BCOR33L/R",
                  "ASW-BCOR36L/R",
                  "ASW-BEC1224L",
                  "ASW-BEC1224R",
                  "ASW-BF3",
                  "ASW-BF6",
                  "ASW-BH09",
                  "ASW-BH12",
                  "ASW-BH15",
                  "ASW-BH18",
                  "ASW-BH21",
                  "ASW-BH24",
                  "ASW-BH27",
                  "ASW-BH30",
                  "ASW-BH33",
                  "ASW-BH36",
                  "ASW-BH39",
                  "ASW-BM8",
                  "ASW-BMC24",
                  "ASW-BMC30",
                  "ASW-BPP09",
                  "ASW-BWB18",
                  "ASW-CSB36",
                  "ASW-CSB36-FP",
                  "ASW-CVM8"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ANRO-W3615",
                "ANRO-W3618",
                "ANRO-W361824",
                "ANRO-W3624",
                "ANRO-W362424",
                "ANRO-W3630",
                "ANRO-W3636",
                "ANRO-W3642",
                "ANRO-W3930",
                "ANRO-WBC2730",
                "ANRO-WBC2736",
                "ANRO-WBC2742",
                "ANRO-WCOR2430",
                "ANRO-WCOR2436",
                "ANRO-WCOR2442",
                "ANRO-WDC2430",
                "ANRO-WDC2436",
                "ANRO-WDC2442",
                "ANRO-WECA30",
                "ANRO-WECA36",
                "ANRO-WECA42",
                "ANRO-WHB3624",
                "ANRO-WHB3630",
                "ANRO-WOC1215",
                "ANRO-WOC1515",
                "ANRO-WOC1530",
                "ANRO-WOC1536",
                "ANRO-WOC1542",
                "ANRO-WOC1815",
                "ANRO-WOC1830",
                "ANRO-WOC1836",
                "ANRO-WOC1842",
                "ANRO-WOC2115",
                "ANRO-WOC2415",
                "ANRO-WOC2715",
                "ANRO-WOC3015",
                "ANRO-WOC3030",
                "ANRO-WOC3036",
                "ANRO-WOC3042",
                "ANRO-WOC3315",
                "ANRO-WOC3615",
                "ANRO-WOC3630",
                "ANRO-WOC3636",
                "ANRO-WOC3642",
                "ANRO-WOCD2430",
                "ANRO-WOCD2436",
                "ANRO-WOCD2442",
                "ANRO-WOCOR2415",
                "ANRO-WSC1818",
                "ASG-B12",
                "ASG-B15",
                "ASG-B18",
                "ASG-B21",
                "ASG-B24",
                "ASG-B27",
                "ASG-B30",
                "ASG-B33",
                "ASG-B36",
                "ASG-B39",
                "ASG-BBC36/39L/R",
                "ASG-BBC39/42L/R",
                "ASG-BBC45/48FHL/R",
                "ASG-BBC45/48FHL/R-MC",
                "ASG-BBC45/48L/R",
                "ASG-BCOR33L/R",
                "ASG-BCOR36L/R",
                "ASG-BEC1224L",
                "ASG-BEC1224R",
                "ASG-BF3",
                "ASG-BF6",
                "ASG-BH09",
                "ASG-BH12",
                "ASG-BH15",
                "ASG-BH18",
                "ASG-BH21",
                "ASG-BH24",
                "ASG-BH27",
                "ASG-BH30",
                "ASG-BH33",
                "ASG-BH36",
                "ASG-BH39",
                "ASG-BM8",
                "ASG-BMC24",
                "ASG-BMC30",
                "ASG-BPP09",
                "ASG-BWB18",
                "ASG-CSB36",
                "ASG-CSB36-FP",
                "ASG-CVM8",
                "ASG-DB12-3",
                "ASG-DB15-3",
                "ASG-DB18-3",
                "ASG-DB21-3",
                "ASG-DB24-3",
                "ASG-DB27-3",
                "ASG-DB30-2",
                "ASG-DB30-3",
                "ASG-DB33-3",
                "ASG-DB36-3",
                "ASG-DWR3L/R",
                "ASG-EZR33",
                "ASG-EZR36",
                "ASG-F330",
                "ASG-F336",
                "ASG-F342",
                "ASG-F396",
                "ASG-F630",
                "ASG-F642",
                "ASG-F696",
                "ASG-FPP9648 1/4",
                "ASG-FPP9648 3/4",
                "ASG-FPPB9648 1/2",
                "ASG-FS24",
                "ASG-FS30",
                "ASG-FS36",
                "ASG-FS60",
                "ASG-GALLON OF PAINT",
                "ASG-GD-W1530",
                "ASG-GD-W1536",
                "ASG-GD-W1542",
                "ASG-GD-W1830",
                "ASG-GD-W1836",
                "ASG-GD-W1842",
                "ASG-GD-W3030",
                "ASG-GD-W3036",
                "ASG-GD-W3042",
                "ASG-GD-W3630",
                "ASG-GD-W3636",
                "ASG-GD-W3642",
                "ASG-GD-WDC2430",
                "ASG-GD-WDC2436",
                "ASG-GD-WDC2442",
                "ASG-GDW1530",
                "ASG-GDW1536",
                "ASG-GDW1542",
                "ASG-GDW1830",
                "ASG-GDW1836",
                "ASG-GDW1842",
                "ASG-GDW3030",
                "ASG-GDW3036",
                "ASG-GDW3042",
                "ASG-GDW3630",
                "ASG-GDW3636",
                "ASG-GDW3642",
                "ASG-GDWDC2430",
                "ASG-GDWDC2436",
                "ASG-GDWDC2442",
                "ASG-LC1884",
                "ASG-LCVM8",
                "ASG-LM8",
                "ASG-LRM8",
                "ASG-M2436",
                "ASG-MBEP",
                "ASG-MC3018",
                "ASG-MPBEP",
                "ASG-MWEP30",
                "ASG-MWEP36",
                "ASG-MWEP42",
                "ASG-OC3384",
                "ASG-OC3390",
                "ASG-OC3396",
                "ASG-OCM8-1",
                "ASG-PC1884",
                "ASG-PC1890",
                "ASG-PC1896",
                "ASG-PC2484",
                "ASG-PC2490",
                "ASG-PC2496",
                "ASG-PC3084",
                "ASG-PC3090",
                "ASG-PC3096",
                "ASG-PINT OF PAINT",
                "ASG-QUART OF PAINT",
                "ASG-REP120",
                "ASG-REP96",
                "ASG-SB24",
                "ASG-SB27",
                "ASG-SB30",
                "ASG-SB33",
                "ASG-SB36",
                "ASG-SBF30",
                "ASG-SBF36",
                "ASG-SBM8",
                "ASG-SC10",
                "ASG-SD",
                "ASG-SDP34 4X4",
                "ASG-SHM8",
                "ASG-SM8",
                "ASG-SPRAY CAN",
                "ASG-SSPA34 4X4",
                "ASG-TK8",
                "ASG-TKBM8",
                "ASG-TLM8",
                "ASG-TOUCH UP KIT",
                "ASG-V54",
                "ASG-VA2421",
                "ASG-VA3021",
                "ASG-VA3621",
                "ASG-VDB12-3",
                "ASG-VDB15-3",
                "ASG-VDB18-3",
                "ASG-VKD3021",
                "ASG-VSD3021DL",
                "ASG-VSD3021DR",
                "ASG-VSD3621DL",
                "ASG-VSD3621DR",
                "ASG-VSD4821DLR",
                "ASG-VSD6021DLR",
                "ASG-W0930",
                "ASG-W0936",
                "ASG-W0942",
                "ASG-W1230",
                "ASG-W1236",
                "ASG-W1242",
                "ASG-W1530",
                "ASG-W1536",
                "ASG-W1542",
                "ASG-W1830",
                "ASG-W1836",
                "ASG-W1842",
                "ASG-W2130",
                "ASG-W2136",
                "ASG-W2142",
                "ASG-W2412",
                "ASG-W2415",
                "ASG-W2418",
                "ASG-W2424",
                "ASG-W2430",
                "ASG-W2436",
                "ASG-W2442",
                "ASG-W2730",
                "ASG-W2736",
                "ASG-W2742",
                "ASG-W3012",
                "ASG-W301224",
                "ASG-W3015",
                "ASG-W3018",
                "ASG-W301824",
                "ASG-W3024",
                "ASG-W302424",
                "ASG-W3030",
                "ASG-W3036",
                "ASG-W3042",
                "ASG-W331224",
                "ASG-W3315",
                "ASG-W3318",
                "ASG-W3324",
                "ASG-W3330",
                "ASG-W3336",
                "ASG-W3342",
                "ASG-W3612",
                "ASG-W361224",
                "ASG-W3615",
                "ASG-W3618",
                "ASG-W361824",
                "ASG-W3624",
                "ASG-W362424",
                "ASG-W3630",
                "ASG-W3636",
                "ASG-W3642",
                "ASG-W3930",
                "ASG-WBC2730",
                "ASG-WBC2736",
                "ASG-WBC2742",
                "ASG-WCOR2430",
                "ASG-WCOR2436",
                "ASG-WCOR2442",
                "ASG-WDC2430",
                "ASG-WDC2436",
                "ASG-WDC2442",
                "ASG-WECA30",
                "ASG-WECA36",
                "ASG-WECA42",
                "ASG-WHB3624",
                "ASG-WHB3630",
                "ASG-WOC1530",
                "ASG-WOC1536",
                "ASG-WOC1542",
                "ASG-WOC1830",
                "ASG-WOC1836",
                "ASG-WOC1842",
                "ASG-WOC3030",
                "ASG-WOC3036",
                "ASG-WOC3042",
                "ASG-WOC3630",
                "ASG-WOC3636",
                "ASG-WOC3642",
                "ASG-WOCD2430",
                "ASG-WOCD2436",
                "ASG-WOCD2442",
                "ASG-WSC1818",
                "ASM-BRO-MC3018",
                "ASM-BRO-WOC1215",
                "ASM-BRO-WOC1515",
                "ASM-BRO-WOC1530",
                "ASM-BRO-WOC1536",
                "ASM-BRO-WOC1542",
                "ASM-BRO-WOC1815",
                "ASM-BRO-WOC1830",
                "ASM-BRO-WOC1836",
                "ASM-BRO-WOC1842",
                "ASM-BRO-WOC2115",
                "ASM-BRO-WOC2415",
                "ASM-BRO-WOC2715",
                "ASM-BRO-WOC3015",
                "ASM-BRO-WOC3030",
                "ASM-BRO-WOC3036",
                "ASM-BRO-WOC3042",
                "ASM-BRO-WOC3315",
                "ASM-BRO-WOC3615",
                "ASM-BRO-WOC3630",
                "ASM-BRO-WOC3636",
                "ASM-BRO-WOC3642",
                "ASM-BRO-WOCD2430",
                "ASM-BRO-WOCD2436",
                "ASM-BRO-WOCD2442",
                "ASM-BRO-WOCOR2415",
                "ASM-BRO-WSC1818",
                "ASM-CH-MC3018",
                "ASM-CH-WOC1215",
                "ASM-CH-WOC1515",
                "ASM-CH-WOC1530",
                "ASM-CH-WOC1536",
                "ASM-CH-WOC1542",
                "ASM-CH-WOC1815",
                "ASM-CH-WOC1830",
                "ASM-CH-WOC1836",
                "ASM-CH-WOC1842",
                "ASM-CH-WOC2115",
                "ASM-CH-WOC2415",
                "ASM-CH-WOC2715",
                "ASM-CH-WOC3015",
                "ASM-CH-WOC3030",
                "ASM-CH-WOC3036",
                "ASM-CH-WOC3042",
                "ASM-CH-WOC3315",
                "ASM-CH-WOC3615",
                "ASM-CH-WOC3630",
                "ASM-CH-WOC3636",
                "ASM-CH-WOC3642",
                "ASM-CH-WOCD2430",
                "ASM-CH-WOCD2436",
                "ASM-CH-WOCD2442",
                "ASM-CH-WOCOR2415",
                "ASM-CH-WSC1818",
                "ASM-NRO-MC3018",
                "ASM-NRO-WOC1215",
                "ASM-NRO-WOC1515",
                "ASM-NRO-WOC1530",
                "ASM-NRO-WOC1536",
                "ASM-NRO-WOC1542",
                "ASM-NRO-WOC1815",
                "ASM-NRO-WOC1830",
                "ASM-NRO-WOC1836",
                "ASM-NRO-WOC1842",
                "ASM-NRO-WOC2115",
                "ASM-NRO-WOC2415",
                "ASM-NRO-WOC2715",
                "ASM-NRO-WOC3015",
                "ASM-NRO-WOC3030",
                "ASM-NRO-WOC3036",
                "ASM-NRO-WOC3042",
                "ASM-NRO-WOC3315",
                "ASM-NRO-WOC3615",
                "ASM-NRO-WOC3630",
                "ASM-NRO-WOC3636",
                "ASM-NRO-WOC3642",
                "ASM-NRO-WOCD2430",
                "ASM-NRO-WOCD2436",
                "ASM-NRO-WOCD2442",
                "ASM-NRO-WOCOR2415",
                "ASM-NRO-WSC1818",
                "ASM-OB-MC3018",
                "ASM-OB-WOC1530",
                "ASM-OB-WOC1536",
                "ASM-OB-WOC1542",
                "ASM-OB-WOC1830",
                "ASM-OB-WOC1836",
                "ASM-OB-WOC1842",
                "ASM-OB-WOC3030",
                "ASM-OB-WOC3036",
                "ASM-OB-WOC3042",
                "ASM-OB-WOC3630",
                "ASM-OB-WOC3636",
                "ASM-OB-WOC3642",
                "ASM-OB-WOCD2430",
                "ASM-OB-WOCD2436",
                "ASM-OB-WOCD2442",
                "ASM-OB-WSC1818",
                "ASM-PW-MC3018",
                "ASM-PW-WOC1215",
                "ASM-PW-WOC1515",
                "ASM-PW-WOC1530",
                "ASM-PW-WOC1536",
                "ASM-PW-WOC1542",
                "ASM-PW-WOC1815",
                "ASM-PW-WOC1830",
                "ASM-PW-WOC1836",
                "ASM-PW-WOC1842",
                "ASM-PW-WOC2115",
                "ASM-PW-WOC2415",
                "ASM-PW-WOC2715",
                "ASM-PW-WOC3015",
                "ASM-PW-WOC3030",
                "ASM-PW-WOC3036",
                "ASM-PW-WOC3042",
                "ASM-PW-WOC3315",
                "ASM-PW-WOC3615",
                "ASM-PW-WOC3630",
                "ASM-PW-WOC3636",
                "ASM-PW-WOC3642",
                "ASM-PW-WOCD2430",
                "ASM-PW-WOCD2436",
                "ASM-PW-WOCD2442",
                "ASM-PW-WOCOR2415",
                "ASM-PW-WSC1818",
                "ASM-SG-MC3018",
                "ASM-SG-WOC1530",
                "ASM-SG-WOC1536",
                "ASM-SG-WOC1542",
                "ASM-SG-WOC1830",
                "ASM-SG-WOC1836",
                "ASM-SG-WOC1842",
                "ASM-SG-WOC3030",
                "ASM-SG-WOC3036",
                "ASM-SG-WOC3042",
                "ASM-SG-WOC3630",
                "ASM-SG-WOC3636",
                "ASM-SG-WOC3642",
                "ASM-SG-WOCD2430",
                "ASM-SG-WOCD2436",
                "ASM-SG-WOCD2442",
                "ASM-SG-WSC1818",
                "ASM-SW-MC3018",
                "ASM-SW-WOC1215",
                "ASM-SW-WOC1515",
                "ASM-SW-WOC1530",
                "ASM-SW-WOC1536",
                "ASM-SW-WOC1542",
                "ASM-SW-WOC1815",
                "ASM-SW-WOC1830",
                "ASM-SW-WOC1836",
                "ASM-SW-WOC1842",
                "ASM-SW-WOC2115",
                "ASM-SW-WOC2415",
                "ASM-SW-WOC2715",
                "ASM-SW-WOC3015",
                "ASM-SW-WOC3030",
                "ASM-SW-WOC3036",
                "ASM-SW-WOC3042",
                "ASM-SW-WOC3315",
                "ASM-SW-WOC3615",
                "ASM-SW-WOC3630",
                "ASM-SW-WOC3636",
                "ASM-SW-WOC3642",
                "ASM-SW-WOCD2430",
                "ASM-SW-WOCD2436",
                "ASM-SW-WOCD2442",
                "ASM-SW-WOCOR2415",
                "ASM-SW-WSC1818",
                "ASW-B12",
                "ASW-B15",
                "ASW-B18",
                "ASW-B21",
                "ASW-B24",
                "ASW-B27",
                "ASW-B30",
                "ASW-B33",
                "ASW-B36",
                "ASW-B39",
                "ASW-BBC36/39L/R",
                "ASW-BBC39/42L/R",
                "ASW-BBC45/48FHL/R",
                "ASW-BBC45/48FHL/R-MC",
                "ASW-BBC45/48L/R",
                "ASW-BCOR33L/R",
                "ASW-BCOR36L/R",
                "ASW-BEC1224L",
                "ASW-BEC1224R",
                "ASW-BF3",
                "ASW-BF6",
                "ASW-BH09",
                "ASW-BH12",
                "ASW-BH15",
                "ASW-BH18",
                "ASW-BH21",
                "ASW-BH24",
                "ASW-BH27",
                "ASW-BH30",
                "ASW-BH33",
                "ASW-BH36",
                "ASW-BH39",
                "ASW-BM8",
                "ASW-BMC24",
                "ASW-BMC30",
                "ASW-BPP09",
                "ASW-BWB18",
                "ASW-CSB36",
                "ASW-CSB36-FP",
                "ASW-CVM8"
              ],
              "status": "done",
              "job_id": 1225,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 441.1
            },
            {
              "phase": "images",
              "queue_id": 1703,
              "label": "push-channel-sample-magento-images-20260805-232655",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ANRO-W3615",
                  "ANRO-W3618",
                  "ANRO-W361824",
                  "ANRO-W3624",
                  "ANRO-W362424",
                  "ANRO-W3630",
                  "ANRO-W3636",
                  "ANRO-W3642",
                  "ANRO-W3930",
                  "ANRO-WBC2730",
                  "ANRO-WBC2736",
                  "ANRO-WBC2742",
                  "ANRO-WCOR2430",
                  "ANRO-WCOR2436",
                  "ANRO-WCOR2442",
                  "ANRO-WDC2430",
                  "ANRO-WDC2436",
                  "ANRO-WDC2442",
                  "ANRO-WECA30",
                  "ANRO-WECA36",
                  "ANRO-WECA42",
                  "ANRO-WHB3624",
                  "ANRO-WHB3630",
                  "ANRO-WOC1215",
                  "ANRO-WOC1515",
                  "ANRO-WOC1530",
                  "ANRO-WOC1536",
                  "ANRO-WOC1542",
                  "ANRO-WOC1815",
                  "ANRO-WOC1830",
                  "ANRO-WOC1836",
                  "ANRO-WOC1842",
                  "ANRO-WOC2115",
                  "ANRO-WOC2415",
                  "ANRO-WOC2715",
                  "ANRO-WOC3015",
                  "ANRO-WOC3030",
                  "ANRO-WOC3036",
                  "ANRO-WOC3042",
                  "ANRO-WOC3315",
                  "ANRO-WOC3615",
                  "ANRO-WOC3630",
                  "ANRO-WOC3636",
                  "ANRO-WOC3642",
                  "ANRO-WOCD2430",
                  "ANRO-WOCD2436",
                  "ANRO-WOCD2442",
                  "ANRO-WOCOR2415",
                  "ANRO-WSC1818",
                  "ASG-B12",
                  "ASG-B15",
                  "ASG-B18",
                  "ASG-B21",
                  "ASG-B24",
                  "ASG-B27",
                  "ASG-B30",
                  "ASG-B33",
                  "ASG-B36",
                  "ASG-B39",
                  "ASG-BBC36/39L/R",
                  "ASG-BBC39/42L/R",
                  "ASG-BBC45/48FHL/R",
                  "ASG-BBC45/48FHL/R-MC",
                  "ASG-BBC45/48L/R",
                  "ASG-BCOR33L/R",
                  "ASG-BCOR36L/R",
                  "ASG-BEC1224L",
                  "ASG-BEC1224R",
                  "ASG-BF3",
                  "ASG-BF6",
                  "ASG-BH09",
                  "ASG-BH12",
                  "ASG-BH15",
                  "ASG-BH18",
                  "ASG-BH21",
                  "ASG-BH24",
                  "ASG-BH27",
                  "ASG-BH30",
                  "ASG-BH33",
                  "ASG-BH36",
                  "ASG-BH39",
                  "ASG-BM8",
                  "ASG-BMC24",
                  "ASG-BMC30",
                  "ASG-BPP09",
                  "ASG-BWB18",
                  "ASG-CSB36",
                  "ASG-CSB36-FP",
                  "ASG-CVM8",
                  "ASG-DB12-3",
                  "ASG-DB15-3",
                  "ASG-DB18-3",
                  "ASG-DB21-3",
                  "ASG-DB24-3",
                  "ASG-DB27-3",
                  "ASG-DB30-2",
                  "ASG-DB30-3",
                  "ASG-DB33-3",
                  "ASG-DB36-3",
                  "ASG-DWR3L/R",
                  "ASG-EZR33",
                  "ASG-EZR36",
                  "ASG-F330",
                  "ASG-F336",
                  "ASG-F342",
                  "ASG-F396",
                  "ASG-F630",
                  "ASG-F642",
                  "ASG-F696",
                  "ASG-FPP9648 1/4",
                  "ASG-FPP9648 3/4",
                  "ASG-FPPB9648 1/2",
                  "ASG-FS24",
                  "ASG-FS30",
                  "ASG-FS36",
                  "ASG-FS60",
                  "ASG-GALLON OF PAINT",
                  "ASG-GD-W1530",
                  "ASG-GD-W1536",
                  "ASG-GD-W1542",
                  "ASG-GD-W1830",
                  "ASG-GD-W1836",
                  "ASG-GD-W1842",
                  "ASG-GD-W3030",
                  "ASG-GD-W3036",
                  "ASG-GD-W3042",
                  "ASG-GD-W3630",
                  "ASG-GD-W3636",
                  "ASG-GD-W3642",
                  "ASG-GD-WDC2430",
                  "ASG-GD-WDC2436",
                  "ASG-GD-WDC2442",
                  "ASG-GDW1530",
                  "ASG-GDW1536",
                  "ASG-GDW1542",
                  "ASG-GDW1830",
                  "ASG-GDW1836",
                  "ASG-GDW1842",
                  "ASG-GDW3030",
                  "ASG-GDW3036",
                  "ASG-GDW3042",
                  "ASG-GDW3630",
                  "ASG-GDW3636",
                  "ASG-GDW3642",
                  "ASG-GDWDC2430",
                  "ASG-GDWDC2436",
                  "ASG-GDWDC2442",
                  "ASG-LC1884",
                  "ASG-LCVM8",
                  "ASG-LM8",
                  "ASG-LRM8",
                  "ASG-M2436",
                  "ASG-MBEP",
                  "ASG-MC3018",
                  "ASG-MPBEP",
                  "ASG-MWEP30",
                  "ASG-MWEP36",
                  "ASG-MWEP42",
                  "ASG-OC3384",
                  "ASG-OC3390",
                  "ASG-OC3396",
                  "ASG-OCM8-1",
                  "ASG-PC1884",
                  "ASG-PC1890",
                  "ASG-PC1896",
                  "ASG-PC2484",
                  "ASG-PC2490",
                  "ASG-PC2496",
                  "ASG-PC3084",
                  "ASG-PC3090",
                  "ASG-PC3096",
                  "ASG-PINT OF PAINT",
                  "ASG-QUART OF PAINT",
                  "ASG-REP120",
                  "ASG-REP96",
                  "ASG-SB24",
                  "ASG-SB27",
                  "ASG-SB30",
                  "ASG-SB33",
                  "ASG-SB36",
                  "ASG-SBF30",
                  "ASG-SBF36",
                  "ASG-SBM8",
                  "ASG-SC10",
                  "ASG-SD",
                  "ASG-SDP34 4X4",
                  "ASG-SHM8",
                  "ASG-SM8",
                  "ASG-SPRAY CAN",
                  "ASG-SSPA34 4X4",
                  "ASG-TK8",
                  "ASG-TKBM8",
                  "ASG-TLM8",
                  "ASG-TOUCH UP KIT",
                  "ASG-V54",
                  "ASG-VA2421",
                  "ASG-VA3021",
                  "ASG-VA3621",
                  "ASG-VDB12-3",
                  "ASG-VDB15-3",
                  "ASG-VDB18-3",
                  "ASG-VKD3021",
                  "ASG-VSD3021DL",
                  "ASG-VSD3021DR",
                  "ASG-VSD3621DL",
                  "ASG-VSD3621DR",
                  "ASG-VSD4821DLR",
                  "ASG-VSD6021DLR",
                  "ASG-W0930",
                  "ASG-W0936",
                  "ASG-W0942",
                  "ASG-W1230",
                  "ASG-W1236",
                  "ASG-W1242",
                  "ASG-W1530",
                  "ASG-W1536",
                  "ASG-W1542",
                  "ASG-W1830",
                  "ASG-W1836",
                  "ASG-W1842",
                  "ASG-W2130",
                  "ASG-W2136",
                  "ASG-W2142",
                  "ASG-W2412",
                  "ASG-W2415",
                  "ASG-W2418",
                  "ASG-W2424",
                  "ASG-W2430",
                  "ASG-W2436",
                  "ASG-W2442",
                  "ASG-W2730",
                  "ASG-W2736",
                  "ASG-W2742",
                  "ASG-W3012",
                  "ASG-W301224",
                  "ASG-W3015",
                  "ASG-W3018",
                  "ASG-W301824",
                  "ASG-W3024",
                  "ASG-W302424",
                  "ASG-W3030",
                  "ASG-W3036",
                  "ASG-W3042",
                  "ASG-W331224",
                  "ASG-W3315",
                  "ASG-W3318",
                  "ASG-W3324",
                  "ASG-W3330",
                  "ASG-W3336",
                  "ASG-W3342",
                  "ASG-W3612",
                  "ASG-W361224",
                  "ASG-W3615",
                  "ASG-W3618",
                  "ASG-W361824",
                  "ASG-W3624",
                  "ASG-W362424",
                  "ASG-W3630",
                  "ASG-W3636",
                  "ASG-W3642",
                  "ASG-W3930",
                  "ASG-WBC2730",
                  "ASG-WBC2736",
                  "ASG-WBC2742",
                  "ASG-WCOR2430",
                  "ASG-WCOR2436",
                  "ASG-WCOR2442",
                  "ASG-WDC2430",
                  "ASG-WDC2436",
                  "ASG-WDC2442",
                  "ASG-WECA30",
                  "ASG-WECA36",
                  "ASG-WECA42",
                  "ASG-WHB3624",
                  "ASG-WHB3630",
                  "ASG-WOC1530",
                  "ASG-WOC1536",
                  "ASG-WOC1542",
                  "ASG-WOC1830",
                  "ASG-WOC1836",
                  "ASG-WOC1842",
                  "ASG-WOC3030",
                  "ASG-WOC3036",
                  "ASG-WOC3042",
                  "ASG-WOC3630",
                  "ASG-WOC3636",
                  "ASG-WOC3642",
                  "ASG-WOCD2430",
                  "ASG-WOCD2436",
                  "ASG-WOCD2442",
                  "ASG-WSC1818",
                  "ASM-BRO-MC3018",
                  "ASM-BRO-WOC1215",
                  "ASM-BRO-WOC1515",
                  "ASM-BRO-WOC1530",
                  "ASM-BRO-WOC1536",
                  "ASM-BRO-WOC1542",
                  "ASM-BRO-WOC1815",
                  "ASM-BRO-WOC1830",
                  "ASM-BRO-WOC1836",
                  "ASM-BRO-WOC1842",
                  "ASM-BRO-WOC2115",
                  "ASM-BRO-WOC2415",
                  "ASM-BRO-WOC2715",
                  "ASM-BRO-WOC3015",
                  "ASM-BRO-WOC3030",
                  "ASM-BRO-WOC3036",
                  "ASM-BRO-WOC3042",
                  "ASM-BRO-WOC3315",
                  "ASM-BRO-WOC3615",
                  "ASM-BRO-WOC3630",
                  "ASM-BRO-WOC3636",
                  "ASM-BRO-WOC3642",
                  "ASM-BRO-WOCD2430",
                  "ASM-BRO-WOCD2436",
                  "ASM-BRO-WOCD2442",
                  "ASM-BRO-WOCOR2415",
                  "ASM-BRO-WSC1818",
                  "ASM-CH-MC3018",
                  "ASM-CH-WOC1215",
                  "ASM-CH-WOC1515",
                  "ASM-CH-WOC1530",
                  "ASM-CH-WOC1536",
                  "ASM-CH-WOC1542",
                  "ASM-CH-WOC1815",
                  "ASM-CH-WOC1830",
                  "ASM-CH-WOC1836",
                  "ASM-CH-WOC1842",
                  "ASM-CH-WOC2115",
                  "ASM-CH-WOC2415",
                  "ASM-CH-WOC2715",
                  "ASM-CH-WOC3015",
                  "ASM-CH-WOC3030",
                  "ASM-CH-WOC3036",
                  "ASM-CH-WOC3042",
                  "ASM-CH-WOC3315",
                  "ASM-CH-WOC3615",
                  "ASM-CH-WOC3630",
                  "ASM-CH-WOC3636",
                  "ASM-CH-WOC3642",
                  "ASM-CH-WOCD2430",
                  "ASM-CH-WOCD2436",
                  "ASM-CH-WOCD2442",
                  "ASM-CH-WOCOR2415",
                  "ASM-CH-WSC1818",
                  "ASM-NRO-MC3018",
                  "ASM-NRO-WOC1215",
                  "ASM-NRO-WOC1515",
                  "ASM-NRO-WOC1530",
                  "ASM-NRO-WOC1536",
                  "ASM-NRO-WOC1542",
                  "ASM-NRO-WOC1815",
                  "ASM-NRO-WOC1830",
                  "ASM-NRO-WOC1836",
                  "ASM-NRO-WOC1842",
                  "ASM-NRO-WOC2115",
                  "ASM-NRO-WOC2415",
                  "ASM-NRO-WOC2715",
                  "ASM-NRO-WOC3015",
                  "ASM-NRO-WOC3030",
                  "ASM-NRO-WOC3036",
                  "ASM-NRO-WOC3042",
                  "ASM-NRO-WOC3315",
                  "ASM-NRO-WOC3615",
                  "ASM-NRO-WOC3630",
                  "ASM-NRO-WOC3636",
                  "ASM-NRO-WOC3642",
                  "ASM-NRO-WOCD2430",
                  "ASM-NRO-WOCD2436",
                  "ASM-NRO-WOCD2442",
                  "ASM-NRO-WOCOR2415",
                  "ASM-NRO-WSC1818",
                  "ASM-OB-MC3018",
                  "ASM-OB-WOC1530",
                  "ASM-OB-WOC1536",
                  "ASM-OB-WOC1542",
                  "ASM-OB-WOC1830",
                  "ASM-OB-WOC1836",
                  "ASM-OB-WOC1842",
                  "ASM-OB-WOC3030",
                  "ASM-OB-WOC3036",
                  "ASM-OB-WOC3042",
                  "ASM-OB-WOC3630",
                  "ASM-OB-WOC3636",
                  "ASM-OB-WOC3642",
                  "ASM-OB-WOCD2430",
                  "ASM-OB-WOCD2436",
                  "ASM-OB-WOCD2442",
                  "ASM-OB-WSC1818",
                  "ASM-PW-MC3018",
                  "ASM-PW-WOC1215",
                  "ASM-PW-WOC1515",
                  "ASM-PW-WOC1530",
                  "ASM-PW-WOC1536",
                  "ASM-PW-WOC1542",
                  "ASM-PW-WOC1815",
                  "ASM-PW-WOC1830",
                  "ASM-PW-WOC1836",
                  "ASM-PW-WOC1842",
                  "ASM-PW-WOC2115",
                  "ASM-PW-WOC2415",
                  "ASM-PW-WOC2715",
                  "ASM-PW-WOC3015",
                  "ASM-PW-WOC3030",
                  "ASM-PW-WOC3036",
                  "ASM-PW-WOC3042",
                  "ASM-PW-WOC3315",
                  "ASM-PW-WOC3615",
                  "ASM-PW-WOC3630",
                  "ASM-PW-WOC3636",
                  "ASM-PW-WOC3642",
                  "ASM-PW-WOCD2430",
                  "ASM-PW-WOCD2436",
                  "ASM-PW-WOCD2442",
                  "ASM-PW-WOCOR2415",
                  "ASM-PW-WSC1818",
                  "ASM-SG-MC3018",
                  "ASM-SG-WOC1530",
                  "ASM-SG-WOC1536",
                  "ASM-SG-WOC1542",
                  "ASM-SG-WOC1830",
                  "ASM-SG-WOC1836",
                  "ASM-SG-WOC1842",
                  "ASM-SG-WOC3030",
                  "ASM-SG-WOC3036",
                  "ASM-SG-WOC3042",
                  "ASM-SG-WOC3630",
                  "ASM-SG-WOC3636",
                  "ASM-SG-WOC3642",
                  "ASM-SG-WOCD2430",
                  "ASM-SG-WOCD2436",
                  "ASM-SG-WOCD2442",
                  "ASM-SG-WSC1818",
                  "ASM-SW-MC3018",
                  "ASM-SW-WOC1215",
                  "ASM-SW-WOC1515",
                  "ASM-SW-WOC1530",
                  "ASM-SW-WOC1536",
                  "ASM-SW-WOC1542",
                  "ASM-SW-WOC1815",
                  "ASM-SW-WOC1830",
                  "ASM-SW-WOC1836",
                  "ASM-SW-WOC1842",
                  "ASM-SW-WOC2115",
                  "ASM-SW-WOC2415",
                  "ASM-SW-WOC2715",
                  "ASM-SW-WOC3015",
                  "ASM-SW-WOC3030",
                  "ASM-SW-WOC3036",
                  "ASM-SW-WOC3042",
                  "ASM-SW-WOC3315",
                  "ASM-SW-WOC3615",
                  "ASM-SW-WOC3630",
                  "ASM-SW-WOC3636",
                  "ASM-SW-WOC3642",
                  "ASM-SW-WOCD2430",
                  "ASM-SW-WOCD2436",
                  "ASM-SW-WOCD2442",
                  "ASM-SW-WOCOR2415",
                  "ASM-SW-WSC1818",
                  "ASW-B12",
                  "ASW-B15",
                  "ASW-B18",
                  "ASW-B21",
                  "ASW-B24",
                  "ASW-B27",
                  "ASW-B30",
                  "ASW-B33",
                  "ASW-B36",
                  "ASW-B39",
                  "ASW-BBC36/39L/R",
                  "ASW-BBC39/42L/R",
                  "ASW-BBC45/48FHL/R",
                  "ASW-BBC45/48FHL/R-MC",
                  "ASW-BBC45/48L/R",
                  "ASW-BCOR33L/R",
                  "ASW-BCOR36L/R",
                  "ASW-BEC1224L",
                  "ASW-BEC1224R",
                  "ASW-BF3",
                  "ASW-BF6",
                  "ASW-BH09",
                  "ASW-BH12",
                  "ASW-BH15",
                  "ASW-BH18",
                  "ASW-BH21",
                  "ASW-BH24",
                  "ASW-BH27",
                  "ASW-BH30",
                  "ASW-BH33",
                  "ASW-BH36",
                  "ASW-BH39",
                  "ASW-BM8",
                  "ASW-BMC24",
                  "ASW-BMC30",
                  "ASW-BPP09",
                  "ASW-BWB18",
                  "ASW-CSB36",
                  "ASW-CSB36-FP",
                  "ASW-CVM8"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ANRO-W3615",
                "ANRO-W3618",
                "ANRO-W361824",
                "ANRO-W3624",
                "ANRO-W362424",
                "ANRO-W3630",
                "ANRO-W3636",
                "ANRO-W3642",
                "ANRO-W3930",
                "ANRO-WBC2730",
                "ANRO-WBC2736",
                "ANRO-WBC2742",
                "ANRO-WCOR2430",
                "ANRO-WCOR2436",
                "ANRO-WCOR2442",
                "ANRO-WDC2430",
                "ANRO-WDC2436",
                "ANRO-WDC2442",
                "ANRO-WECA30",
                "ANRO-WECA36",
                "ANRO-WECA42",
                "ANRO-WHB3624",
                "ANRO-WHB3630",
                "ANRO-WOC1215",
                "ANRO-WOC1515",
                "ANRO-WOC1530",
                "ANRO-WOC1536",
                "ANRO-WOC1542",
                "ANRO-WOC1815",
                "ANRO-WOC1830",
                "ANRO-WOC1836",
                "ANRO-WOC1842",
                "ANRO-WOC2115",
                "ANRO-WOC2415",
                "ANRO-WOC2715",
                "ANRO-WOC3015",
                "ANRO-WOC3030",
                "ANRO-WOC3036",
                "ANRO-WOC3042",
                "ANRO-WOC3315",
                "ANRO-WOC3615",
                "ANRO-WOC3630",
                "ANRO-WOC3636",
                "ANRO-WOC3642",
                "ANRO-WOCD2430",
                "ANRO-WOCD2436",
                "ANRO-WOCD2442",
                "ANRO-WOCOR2415",
                "ANRO-WSC1818",
                "ASG-B12",
                "ASG-B15",
                "ASG-B18",
                "ASG-B21",
                "ASG-B24",
                "ASG-B27",
                "ASG-B30",
                "ASG-B33",
                "ASG-B36",
                "ASG-B39",
                "ASG-BBC36/39L/R",
                "ASG-BBC39/42L/R",
                "ASG-BBC45/48FHL/R",
                "ASG-BBC45/48FHL/R-MC",
                "ASG-BBC45/48L/R",
                "ASG-BCOR33L/R",
                "ASG-BCOR36L/R",
                "ASG-BEC1224L",
                "ASG-BEC1224R",
                "ASG-BF3",
                "ASG-BF6",
                "ASG-BH09",
                "ASG-BH12",
                "ASG-BH15",
                "ASG-BH18",
                "ASG-BH21",
                "ASG-BH24",
                "ASG-BH27",
                "ASG-BH30",
                "ASG-BH33",
                "ASG-BH36",
                "ASG-BH39",
                "ASG-BM8",
                "ASG-BMC24",
                "ASG-BMC30",
                "ASG-BPP09",
                "ASG-BWB18",
                "ASG-CSB36",
                "ASG-CSB36-FP",
                "ASG-CVM8",
                "ASG-DB12-3",
                "ASG-DB15-3",
                "ASG-DB18-3",
                "ASG-DB21-3",
                "ASG-DB24-3",
                "ASG-DB27-3",
                "ASG-DB30-2",
                "ASG-DB30-3",
                "ASG-DB33-3",
                "ASG-DB36-3",
                "ASG-DWR3L/R",
                "ASG-EZR33",
                "ASG-EZR36",
                "ASG-F330",
                "ASG-F336",
                "ASG-F342",
                "ASG-F396",
                "ASG-F630",
                "ASG-F642",
                "ASG-F696",
                "ASG-FPP9648 1/4",
                "ASG-FPP9648 3/4",
                "ASG-FPPB9648 1/2",
                "ASG-FS24",
                "ASG-FS30",
                "ASG-FS36",
                "ASG-FS60",
                "ASG-GALLON OF PAINT",
                "ASG-GD-W1530",
                "ASG-GD-W1536",
                "ASG-GD-W1542",
                "ASG-GD-W1830",
                "ASG-GD-W1836",
                "ASG-GD-W1842",
                "ASG-GD-W3030",
                "ASG-GD-W3036",
                "ASG-GD-W3042",
                "ASG-GD-W3630",
                "ASG-GD-W3636",
                "ASG-GD-W3642",
                "ASG-GD-WDC2430",
                "ASG-GD-WDC2436",
                "ASG-GD-WDC2442",
                "ASG-GDW1530",
                "ASG-GDW1536",
                "ASG-GDW1542",
                "ASG-GDW1830",
                "ASG-GDW1836",
                "ASG-GDW1842",
                "ASG-GDW3030",
                "ASG-GDW3036",
                "ASG-GDW3042",
                "ASG-GDW3630",
                "ASG-GDW3636",
                "ASG-GDW3642",
                "ASG-GDWDC2430",
                "ASG-GDWDC2436",
                "ASG-GDWDC2442",
                "ASG-LC1884",
                "ASG-LCVM8",
                "ASG-LM8",
                "ASG-LRM8",
                "ASG-M2436",
                "ASG-MBEP",
                "ASG-MC3018",
                "ASG-MPBEP",
                "ASG-MWEP30",
                "ASG-MWEP36",
                "ASG-MWEP42",
                "ASG-OC3384",
                "ASG-OC3390",
                "ASG-OC3396",
                "ASG-OCM8-1",
                "ASG-PC1884",
                "ASG-PC1890",
                "ASG-PC1896",
                "ASG-PC2484",
                "ASG-PC2490",
                "ASG-PC2496",
                "ASG-PC3084",
                "ASG-PC3090",
                "ASG-PC3096",
                "ASG-PINT OF PAINT",
                "ASG-QUART OF PAINT",
                "ASG-REP120",
                "ASG-REP96",
                "ASG-SB24",
                "ASG-SB27",
                "ASG-SB30",
                "ASG-SB33",
                "ASG-SB36",
                "ASG-SBF30",
                "ASG-SBF36",
                "ASG-SBM8",
                "ASG-SC10",
                "ASG-SD",
                "ASG-SDP34 4X4",
                "ASG-SHM8",
                "ASG-SM8",
                "ASG-SPRAY CAN",
                "ASG-SSPA34 4X4",
                "ASG-TK8",
                "ASG-TKBM8",
                "ASG-TLM8",
                "ASG-TOUCH UP KIT",
                "ASG-V54",
                "ASG-VA2421",
                "ASG-VA3021",
                "ASG-VA3621",
                "ASG-VDB12-3",
                "ASG-VDB15-3",
                "ASG-VDB18-3",
                "ASG-VKD3021",
                "ASG-VSD3021DL",
                "ASG-VSD3021DR",
                "ASG-VSD3621DL",
                "ASG-VSD3621DR",
                "ASG-VSD4821DLR",
                "ASG-VSD6021DLR",
                "ASG-W0930",
                "ASG-W0936",
                "ASG-W0942",
                "ASG-W1230",
                "ASG-W1236",
                "ASG-W1242",
                "ASG-W1530",
                "ASG-W1536",
                "ASG-W1542",
                "ASG-W1830",
                "ASG-W1836",
                "ASG-W1842",
                "ASG-W2130",
                "ASG-W2136",
                "ASG-W2142",
                "ASG-W2412",
                "ASG-W2415",
                "ASG-W2418",
                "ASG-W2424",
                "ASG-W2430",
                "ASG-W2436",
                "ASG-W2442",
                "ASG-W2730",
                "ASG-W2736",
                "ASG-W2742",
                "ASG-W3012",
                "ASG-W301224",
                "ASG-W3015",
                "ASG-W3018",
                "ASG-W301824",
                "ASG-W3024",
                "ASG-W302424",
                "ASG-W3030",
                "ASG-W3036",
                "ASG-W3042",
                "ASG-W331224",
                "ASG-W3315",
                "ASG-W3318",
                "ASG-W3324",
                "ASG-W3330",
                "ASG-W3336",
                "ASG-W3342",
                "ASG-W3612",
                "ASG-W361224",
                "ASG-W3615",
                "ASG-W3618",
                "ASG-W361824",
                "ASG-W3624",
                "ASG-W362424",
                "ASG-W3630",
                "ASG-W3636",
                "ASG-W3642",
                "ASG-W3930",
                "ASG-WBC2730",
                "ASG-WBC2736",
                "ASG-WBC2742",
                "ASG-WCOR2430",
                "ASG-WCOR2436",
                "ASG-WCOR2442",
                "ASG-WDC2430",
                "ASG-WDC2436",
                "ASG-WDC2442",
                "ASG-WECA30",
                "ASG-WECA36",
                "ASG-WECA42",
                "ASG-WHB3624",
                "ASG-WHB3630",
                "ASG-WOC1530",
                "ASG-WOC1536",
                "ASG-WOC1542",
                "ASG-WOC1830",
                "ASG-WOC1836",
                "ASG-WOC1842",
                "ASG-WOC3030",
                "ASG-WOC3036",
                "ASG-WOC3042",
                "ASG-WOC3630",
                "ASG-WOC3636",
                "ASG-WOC3642",
                "ASG-WOCD2430",
                "ASG-WOCD2436",
                "ASG-WOCD2442",
                "ASG-WSC1818",
                "ASM-BRO-MC3018",
                "ASM-BRO-WOC1215",
                "ASM-BRO-WOC1515",
                "ASM-BRO-WOC1530",
                "ASM-BRO-WOC1536",
                "ASM-BRO-WOC1542",
                "ASM-BRO-WOC1815",
                "ASM-BRO-WOC1830",
                "ASM-BRO-WOC1836",
                "ASM-BRO-WOC1842",
                "ASM-BRO-WOC2115",
                "ASM-BRO-WOC2415",
                "ASM-BRO-WOC2715",
                "ASM-BRO-WOC3015",
                "ASM-BRO-WOC3030",
                "ASM-BRO-WOC3036",
                "ASM-BRO-WOC3042",
                "ASM-BRO-WOC3315",
                "ASM-BRO-WOC3615",
                "ASM-BRO-WOC3630",
                "ASM-BRO-WOC3636",
                "ASM-BRO-WOC3642",
                "ASM-BRO-WOCD2430",
                "ASM-BRO-WOCD2436",
                "ASM-BRO-WOCD2442",
                "ASM-BRO-WOCOR2415",
                "ASM-BRO-WSC1818",
                "ASM-CH-MC3018",
                "ASM-CH-WOC1215",
                "ASM-CH-WOC1515",
                "ASM-CH-WOC1530",
                "ASM-CH-WOC1536",
                "ASM-CH-WOC1542",
                "ASM-CH-WOC1815",
                "ASM-CH-WOC1830",
                "ASM-CH-WOC1836",
                "ASM-CH-WOC1842",
                "ASM-CH-WOC2115",
                "ASM-CH-WOC2415",
                "ASM-CH-WOC2715",
                "ASM-CH-WOC3015",
                "ASM-CH-WOC3030",
                "ASM-CH-WOC3036",
                "ASM-CH-WOC3042",
                "ASM-CH-WOC3315",
                "ASM-CH-WOC3615",
                "ASM-CH-WOC3630",
                "ASM-CH-WOC3636",
                "ASM-CH-WOC3642",
                "ASM-CH-WOCD2430",
                "ASM-CH-WOCD2436",
                "ASM-CH-WOCD2442",
                "ASM-CH-WOCOR2415",
                "ASM-CH-WSC1818",
                "ASM-NRO-MC3018",
                "ASM-NRO-WOC1215",
                "ASM-NRO-WOC1515",
                "ASM-NRO-WOC1530",
                "ASM-NRO-WOC1536",
                "ASM-NRO-WOC1542",
                "ASM-NRO-WOC1815",
                "ASM-NRO-WOC1830",
                "ASM-NRO-WOC1836",
                "ASM-NRO-WOC1842",
                "ASM-NRO-WOC2115",
                "ASM-NRO-WOC2415",
                "ASM-NRO-WOC2715",
                "ASM-NRO-WOC3015",
                "ASM-NRO-WOC3030",
                "ASM-NRO-WOC3036",
                "ASM-NRO-WOC3042",
                "ASM-NRO-WOC3315",
                "ASM-NRO-WOC3615",
                "ASM-NRO-WOC3630",
                "ASM-NRO-WOC3636",
                "ASM-NRO-WOC3642",
                "ASM-NRO-WOCD2430",
                "ASM-NRO-WOCD2436",
                "ASM-NRO-WOCD2442",
                "ASM-NRO-WOCOR2415",
                "ASM-NRO-WSC1818",
                "ASM-OB-MC3018",
                "ASM-OB-WOC1530",
                "ASM-OB-WOC1536",
                "ASM-OB-WOC1542",
                "ASM-OB-WOC1830",
                "ASM-OB-WOC1836",
                "ASM-OB-WOC1842",
                "ASM-OB-WOC3030",
                "ASM-OB-WOC3036",
                "ASM-OB-WOC3042",
                "ASM-OB-WOC3630",
                "ASM-OB-WOC3636",
                "ASM-OB-WOC3642",
                "ASM-OB-WOCD2430",
                "ASM-OB-WOCD2436",
                "ASM-OB-WOCD2442",
                "ASM-OB-WSC1818",
                "ASM-PW-MC3018",
                "ASM-PW-WOC1215",
                "ASM-PW-WOC1515",
                "ASM-PW-WOC1530",
                "ASM-PW-WOC1536",
                "ASM-PW-WOC1542",
                "ASM-PW-WOC1815",
                "ASM-PW-WOC1830",
                "ASM-PW-WOC1836",
                "ASM-PW-WOC1842",
                "ASM-PW-WOC2115",
                "ASM-PW-WOC2415",
                "ASM-PW-WOC2715",
                "ASM-PW-WOC3015",
                "ASM-PW-WOC3030",
                "ASM-PW-WOC3036",
                "ASM-PW-WOC3042",
                "ASM-PW-WOC3315",
                "ASM-PW-WOC3615",
                "ASM-PW-WOC3630",
                "ASM-PW-WOC3636",
                "ASM-PW-WOC3642",
                "ASM-PW-WOCD2430",
                "ASM-PW-WOCD2436",
                "ASM-PW-WOCD2442",
                "ASM-PW-WOCOR2415",
                "ASM-PW-WSC1818",
                "ASM-SG-MC3018",
                "ASM-SG-WOC1530",
                "ASM-SG-WOC1536",
                "ASM-SG-WOC1542",
                "ASM-SG-WOC1830",
                "ASM-SG-WOC1836",
                "ASM-SG-WOC1842",
                "ASM-SG-WOC3030",
                "ASM-SG-WOC3036",
                "ASM-SG-WOC3042",
                "ASM-SG-WOC3630",
                "ASM-SG-WOC3636",
                "ASM-SG-WOC3642",
                "ASM-SG-WOCD2430",
                "ASM-SG-WOCD2436",
                "ASM-SG-WOCD2442",
                "ASM-SG-WSC1818",
                "ASM-SW-MC3018",
                "ASM-SW-WOC1215",
                "ASM-SW-WOC1515",
                "ASM-SW-WOC1530",
                "ASM-SW-WOC1536",
                "ASM-SW-WOC1542",
                "ASM-SW-WOC1815",
                "ASM-SW-WOC1830",
                "ASM-SW-WOC1836",
                "ASM-SW-WOC1842",
                "ASM-SW-WOC2115",
                "ASM-SW-WOC2415",
                "ASM-SW-WOC2715",
                "ASM-SW-WOC3015",
                "ASM-SW-WOC3030",
                "ASM-SW-WOC3036",
                "ASM-SW-WOC3042",
                "ASM-SW-WOC3315",
                "ASM-SW-WOC3615",
                "ASM-SW-WOC3630",
                "ASM-SW-WOC3636",
                "ASM-SW-WOC3642",
                "ASM-SW-WOCD2430",
                "ASM-SW-WOCD2436",
                "ASM-SW-WOCD2442",
                "ASM-SW-WOCOR2415",
                "ASM-SW-WSC1818",
                "ASW-B12",
                "ASW-B15",
                "ASW-B18",
                "ASW-B21",
                "ASW-B24",
                "ASW-B27",
                "ASW-B30",
                "ASW-B33",
                "ASW-B36",
                "ASW-B39",
                "ASW-BBC36/39L/R",
                "ASW-BBC39/42L/R",
                "ASW-BBC45/48FHL/R",
                "ASW-BBC45/48FHL/R-MC",
                "ASW-BBC45/48L/R",
                "ASW-BCOR33L/R",
                "ASW-BCOR36L/R",
                "ASW-BEC1224L",
                "ASW-BEC1224R",
                "ASW-BF3",
                "ASW-BF6",
                "ASW-BH09",
                "ASW-BH12",
                "ASW-BH15",
                "ASW-BH18",
                "ASW-BH21",
                "ASW-BH24",
                "ASW-BH27",
                "ASW-BH30",
                "ASW-BH33",
                "ASW-BH36",
                "ASW-BH39",
                "ASW-BM8",
                "ASW-BMC24",
                "ASW-BMC30",
                "ASW-BPP09",
                "ASW-BWB18",
                "ASW-CSB36",
                "ASW-CSB36-FP",
                "ASW-CVM8"
              ],
              "status": "done",
              "job_id": 1226,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 2789.9
            }
          ],
          "dry_run": false
        },
        {
          "batch": 3,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1704,
              "label": "push-channel-sample-magento-products-20260806-001325",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ASW-DB12-3",
                  "ASW-DB15-3",
                  "ASW-DB18-3",
                  "ASW-DB21-3",
                  "ASW-DB24-3",
                  "ASW-DB27-3",
                  "ASW-DB30-2",
                  "ASW-DB30-3",
                  "ASW-DB33-3",
                  "ASW-DB36-3",
                  "ASW-DWR3L/R",
                  "ASW-EZR33",
                  "ASW-EZR36",
                  "ASW-F330",
                  "ASW-F336",
                  "ASW-F342",
                  "ASW-F396",
                  "ASW-F630",
                  "ASW-F642",
                  "ASW-F696",
                  "ASW-FPP9648 1/4",
                  "ASW-FPP9648 3/4",
                  "ASW-FPPB9648 1/2",
                  "ASW-FS24",
                  "ASW-FS30",
                  "ASW-FS36",
                  "ASW-FS60",
                  "ASW-GALLON OF PAINT",
                  "ASW-GD-W1215",
                  "ASW-GD-W1515",
                  "ASW-GD-W1530",
                  "ASW-GD-W1536",
                  "ASW-GD-W1542",
                  "ASW-GD-W1815",
                  "ASW-GD-W1830",
                  "ASW-GD-W1836",
                  "ASW-GD-W1842",
                  "ASW-GD-W2115",
                  "ASW-GD-W2415",
                  "ASW-GD-W2715",
                  "ASW-GD-W3015",
                  "ASW-GD-W3030",
                  "ASW-GD-W3036",
                  "ASW-GD-W3042",
                  "ASW-GD-W3315",
                  "ASW-GD-W3615",
                  "ASW-GD-W3630",
                  "ASW-GD-W3636",
                  "ASW-GD-W3642",
                  "ASW-GD-WCOR2415",
                  "ASW-GD-WDC2430",
                  "ASW-GD-WDC2436",
                  "ASW-GD-WDC2442",
                  "ASW-GDW1215",
                  "ASW-GDW1515",
                  "ASW-GDW1530",
                  "ASW-GDW1536",
                  "ASW-GDW1542",
                  "ASW-GDW1815",
                  "ASW-GDW1830",
                  "ASW-GDW1836",
                  "ASW-GDW1842",
                  "ASW-GDW2115",
                  "ASW-GDW2415",
                  "ASW-GDW2715",
                  "ASW-GDW3015",
                  "ASW-GDW3030",
                  "ASW-GDW3036",
                  "ASW-GDW3042",
                  "ASW-GDW3315",
                  "ASW-GDW3615",
                  "ASW-GDW3630",
                  "ASW-GDW3636",
                  "ASW-GDW3642",
                  "ASW-GDWCOR2415",
                  "ASW-GDWDC2430",
                  "ASW-GDWDC2436",
                  "ASW-GDWDC2442",
                  "ASW-LC1884",
                  "ASW-LCVM8",
                  "ASW-LM8",
                  "ASW-LRM8",
                  "ASW-M2436",
                  "ASW-MBEP",
                  "ASW-MC3018",
                  "ASW-MPBEP",
                  "ASW-MWEP15",
                  "ASW-MWEP30",
                  "ASW-MWEP36",
                  "ASW-MWEP42",
                  "ASW-OC3384",
                  "ASW-OC3390",
                  "ASW-OC3396",
                  "ASW-OCM8-1",
                  "ASW-PC1884",
                  "ASW-PC1890",
                  "ASW-PC1896",
                  "ASW-PC2484",
                  "ASW-PC2490",
                  "ASW-PC2496",
                  "ASW-PC3084",
                  "ASW-PC3090",
                  "ASW-PC3096",
                  "ASW-PINT OF PAINT",
                  "ASW-QUART OF PAINT",
                  "ASW-REP120",
                  "ASW-REP96",
                  "ASW-SB24",
                  "ASW-SB27",
                  "ASW-SB30",
                  "ASW-SB33",
                  "ASW-SB36",
                  "ASW-SBF30",
                  "ASW-SBF36",
                  "ASW-SBM8",
                  "ASW-SC10",
                  "ASW-SD",
                  "ASW-SDP34 4X4",
                  "ASW-SHM8",
                  "ASW-SM8",
                  "ASW-SPRAY CAN",
                  "ASW-SSPA34 4X4",
                  "ASW-TK8",
                  "ASW-TKBM8",
                  "ASW-TLM8",
                  "ASW-TOUCH UP KIT",
                  "ASW-V54",
                  "ASW-VA2421",
                  "ASW-VA3021",
                  "ASW-VA3621",
                  "ASW-VDB12-3",
                  "ASW-VDB15-3",
                  "ASW-VDB18-3",
                  "ASW-VKD3021",
                  "ASW-VSD3021DL",
                  "ASW-VSD3021DR",
                  "ASW-VSD3621DL",
                  "ASW-VSD3621DR",
                  "ASW-VSD4821DLR",
                  "ASW-VSD6021DLR",
                  "ASW-W0930",
                  "ASW-W0936",
                  "ASW-W0942",
                  "ASW-W1230",
                  "ASW-W1236",
                  "ASW-W1242",
                  "ASW-W1530",
                  "ASW-W1536",
                  "ASW-W1542",
                  "ASW-W1830",
                  "ASW-W1836",
                  "ASW-W1842",
                  "ASW-W2130",
                  "ASW-W2136",
                  "ASW-W2142",
                  "ASW-W2412",
                  "ASW-W2415",
                  "ASW-W2418",
                  "ASW-W2424",
                  "ASW-W2430",
                  "ASW-W2436",
                  "ASW-W2442",
                  "ASW-W2730",
                  "ASW-W2736",
                  "ASW-W2742",
                  "ASW-W3012",
                  "ASW-W301224",
                  "ASW-W3015",
                  "ASW-W3018",
                  "ASW-W301824",
                  "ASW-W3024",
                  "ASW-W302424",
                  "ASW-W3030",
                  "ASW-W3036",
                  "ASW-W3042",
                  "ASW-W331224",
                  "ASW-W3315",
                  "ASW-W3318",
                  "ASW-W3324",
                  "ASW-W3330",
                  "ASW-W3336",
                  "ASW-W3342",
                  "ASW-W3612",
                  "ASW-W361224",
                  "ASW-W3615",
                  "ASW-W3618",
                  "ASW-W361824",
                  "ASW-W3624",
                  "ASW-W362424",
                  "ASW-W3630",
                  "ASW-W3636",
                  "ASW-W3642",
                  "ASW-W3930",
                  "ASW-WBC2730",
                  "ASW-WBC2736",
                  "ASW-WBC2742",
                  "ASW-WCOR2430",
                  "ASW-WCOR2436",
                  "ASW-WCOR2442",
                  "ASW-WDC2430",
                  "ASW-WDC2436",
                  "ASW-WDC2442",
                  "ASW-WECA30",
                  "ASW-WECA36",
                  "ASW-WECA42",
                  "ASW-WHB3624",
                  "ASW-WHB3630",
                  "ASW-WOC1215",
                  "ASW-WOC1515",
                  "ASW-WOC1530",
                  "ASW-WOC1536",
                  "ASW-WOC1542",
                  "ASW-WOC1815",
                  "ASW-WOC1830",
                  "ASW-WOC1836",
                  "ASW-WOC1842",
                  "ASW-WOC2115",
                  "ASW-WOC2415",
                  "ASW-WOC2715",
                  "ASW-WOC3015",
                  "ASW-WOC3030",
                  "ASW-WOC3036",
                  "ASW-WOC3042",
                  "ASW-WOC3315",
                  "ASW-WOC3615",
                  "ASW-WOC3630",
                  "ASW-WOC3636",
                  "ASW-WOC3642",
                  "ASW-WOCD2430",
                  "ASW-WOCD2436",
                  "ASW-WOCD2442",
                  "ASW-WOCOR2415",
                  "ASW-WSC1818",
                  "BDW-12B",
                  "BDW-12W",
                  "BDW-12WT",
                  "BDW-12WXT",
                  "BDW-15B",
                  "BDW-15D",
                  "BDW-15W",
                  "BDW-15WT",
                  "BDW-15WXT",
                  "BDW-18B",
                  "BDW-18BRB",
                  "BDW-18BRBT",
                  "BDW-18BRBXT",
                  "BDW-18D",
                  "BDW-18SF",
                  "BDW-18W",
                  "BDW-18WT",
                  "BDW-18WXT",
                  "BDW-21B",
                  "BDW-21W",
                  "BDW-21WT",
                  "BDW-21WXT",
                  "BDW-24A",
                  "BDW-24AT",
                  "BDW-24AXT",
                  "BDW-24B",
                  "BDW-24BRB",
                  "BDW-24BRBT",
                  "BDW-24BRBXT",
                  "BDW-24D",
                  "BDW-24R",
                  "BDW-24W",
                  "BDW-24WC",
                  "BDW-24WCT",
                  "BDW-24WT",
                  "BDW-24WXT",
                  "BDW-24Y",
                  "BDW-24Z",
                  "BDW-27B",
                  "BDW-27W",
                  "BDW-27WT",
                  "BDW-27WXT",
                  "BDW-30B",
                  "BDW-30OU",
                  "BDW-30OUT",
                  "BDW-30OUXT",
                  "BDW-30R",
                  "BDW-30RBS",
                  "BDW-30W",
                  "BDW-30WT",
                  "BDW-30WXT",
                  "BDW-30X",
                  "BDW-30X12",
                  "BDW-30Y",
                  "BDW-30Z",
                  "BDW-33B",
                  "BDW-33RBS",
                  "BDW-33W",
                  "BDW-33WT",
                  "BDW-33WXT",
                  "BDW-33X",
                  "BDW-34X48",
                  "BDW-36B",
                  "BDW-36LS",
                  "BDW-36R",
                  "BDW-36RBS",
                  "BDW-36W",
                  "BDW-36WC",
                  "BDW-36WCT",
                  "BDW-36WT",
                  "BDW-36WXT",
                  "BDW-36X",
                  "BDW-36X12",
                  "BDW-36Y",
                  "BDW-36Z",
                  "BDW-39BC",
                  "BDW-3F",
                  "BDW-42B",
                  "BDW-42BC",
                  "BDW-42RBS",
                  "BDW-42W",
                  "BDW-42WC",
                  "BDW-48B",
                  "BDW-48W",
                  "BDW-60SB",
                  "BDW-6F",
                  "BDW-72VAL",
                  "BDW-96X3F",
                  "BDW-9T",
                  "BDW-9W",
                  "BDW-9WT",
                  "BDW-9WXT",
                  "BDW-EPF3",
                  "BDW-LGCROWN",
                  "BDW-QTRRND",
                  "BDW-REF-EPF",
                  "BDW-SCRIBE",
                  "BDW-SMCROWN",
                  "BDW-TKFIN",
                  "BDW-TOUCH UP KIT",
                  "BDW-V15DT",
                  "BDW-V24ST",
                  "BDW-V30ST",
                  "BDW-V36SDT",
                  "BDW-V36ST",
                  "BTP-12B",
                  "BTP-12W",
                  "BTP-12WT",
                  "BTP-12WXT",
                  "BTP-15B",
                  "BTP-15BT",
                  "BTP-15D",
                  "BTP-15W",
                  "BTP-15WT",
                  "BTP-15WXT",
                  "BTP-18B",
                  "BTP-18BRB",
                  "BTP-18BRBSK",
                  "BTP-18BRBT",
                  "BTP-18BRBXT",
                  "BTP-18BT",
                  "BTP-18D",
                  "BTP-18SF",
                  "BTP-18W",
                  "BTP-18WT",
                  "BTP-18WXT",
                  "BTP-21B",
                  "BTP-21W",
                  "BTP-21WT",
                  "BTP-21WXT",
                  "BTP-24A",
                  "BTP-24AT",
                  "BTP-24AXT",
                  "BTP-24B",
                  "BTP-24BRB",
                  "BTP-24BRBSK",
                  "BTP-24BRBT",
                  "BTP-24BRBXT",
                  "BTP-24BT",
                  "BTP-24D",
                  "BTP-24R",
                  "BTP-24W",
                  "BTP-24WC",
                  "BTP-24WCT",
                  "BTP-24WT",
                  "BTP-24WXT",
                  "BTP-24Y",
                  "BTP-24Z",
                  "BTP-27B",
                  "BTP-27W",
                  "BTP-27WT",
                  "BTP-27WXT",
                  "BTP-30B",
                  "BTP-30OU",
                  "BTP-30OUT",
                  "BTP-30OUXT",
                  "BTP-30R",
                  "BTP-30RBS",
                  "BTP-30W",
                  "BTP-30WT",
                  "BTP-30WXT",
                  "BTP-30X",
                  "BTP-30X12",
                  "BTP-30Y",
                  "BTP-30Z",
                  "BTP-33B",
                  "BTP-33RBS",
                  "BTP-33W",
                  "BTP-33WT",
                  "BTP-33WXT",
                  "BTP-33X",
                  "BTP-34X48",
                  "BTP-36B",
                  "BTP-36LS",
                  "BTP-36R",
                  "BTP-36RBS",
                  "BTP-36W",
                  "BTP-36WT",
                  "BTP-36WXT",
                  "BTP-36X",
                  "BTP-36X12",
                  "BTP-36Y",
                  "BTP-36Z",
                  "BTP-39BC",
                  "BTP-3F",
                  "BTP-42B",
                  "BTP-42BC",
                  "BTP-42RBS",
                  "BTP-42W",
                  "BTP-42WC",
                  "BTP-48B",
                  "BTP-48W",
                  "BTP-60SB",
                  "BTP-6F",
                  "BTP-72VAL",
                  "BTP-96X3F",
                  "BTP-9T",
                  "BTP-9W",
                  "BTP-9WT",
                  "BTP-9WXT",
                  "BTP-EPF3",
                  "BTP-LGCROWN",
                  "BTP-QTRRND",
                  "BTP-REF-EPF",
                  "BTP-SCRIBE",
                  "BTP-SMCROWN",
                  "BTP-TKFIN",
                  "BTP-TOUCH UP PEN",
                  "BTP-V24S",
                  "BTP-V30S",
                  "BTP-V36SD",
                  "BTP-WBC3630",
                  "BTP-WBC3636",
                  "CGO-12B",
                  "CGO-12W",
                  "CGO-12WT",
                  "CGO-15B",
                  "CGO-15BT",
                  "CGO-15D",
                  "CGO-15W",
                  "CGO-15WT",
                  "CGO-18B",
                  "CGO-18BRB",
                  "CGO-18BRBSK",
                  "CGO-18BRBT",
                  "CGO-18BT",
                  "CGO-18D",
                  "CGO-18SF",
                  "CGO-18W",
                  "CGO-18WT",
                  "CGO-21B",
                  "CGO-21W",
                  "CGO-21WT",
                  "CGO-24A",
                  "CGO-24AT",
                  "CGO-24B",
                  "CGO-24BRB",
                  "CGO-24BRBSK",
                  "CGO-24BRBT",
                  "CGO-24BT",
                  "CGO-24D",
                  "CGO-24R",
                  "CGO-24W",
                  "CGO-24WC",
                  "CGO-24WCT",
                  "CGO-24WT",
                  "CGO-24Y",
                  "CGO-27B",
                  "CGO-27W",
                  "CGO-27WT",
                  "CGO-30B",
                  "CGO-30OU",
                  "CGO-30OUT",
                  "CGO-30R",
                  "CGO-30RBS",
                  "CGO-30W",
                  "CGO-30WT",
                  "CGO-30X",
                  "CGO-30X12",
                  "CGO-30Y",
                  "CGO-33B",
                  "CGO-33RBS",
                  "CGO-33W",
                  "CGO-33WT",
                  "CGO-33X",
                  "CGO-34X48",
                  "CGO-36B"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ASW-DB12-3",
                "ASW-DB15-3",
                "ASW-DB18-3",
                "ASW-DB21-3",
                "ASW-DB24-3",
                "ASW-DB27-3",
                "ASW-DB30-2",
                "ASW-DB30-3",
                "ASW-DB33-3",
                "ASW-DB36-3",
                "ASW-DWR3L/R",
                "ASW-EZR33",
                "ASW-EZR36",
                "ASW-F330",
                "ASW-F336",
                "ASW-F342",
                "ASW-F396",
                "ASW-F630",
                "ASW-F642",
                "ASW-F696",
                "ASW-FPP9648 1/4",
                "ASW-FPP9648 3/4",
                "ASW-FPPB9648 1/2",
                "ASW-FS24",
                "ASW-FS30",
                "ASW-FS36",
                "ASW-FS60",
                "ASW-GALLON OF PAINT",
                "ASW-GD-W1215",
                "ASW-GD-W1515",
                "ASW-GD-W1530",
                "ASW-GD-W1536",
                "ASW-GD-W1542",
                "ASW-GD-W1815",
                "ASW-GD-W1830",
                "ASW-GD-W1836",
                "ASW-GD-W1842",
                "ASW-GD-W2115",
                "ASW-GD-W2415",
                "ASW-GD-W2715",
                "ASW-GD-W3015",
                "ASW-GD-W3030",
                "ASW-GD-W3036",
                "ASW-GD-W3042",
                "ASW-GD-W3315",
                "ASW-GD-W3615",
                "ASW-GD-W3630",
                "ASW-GD-W3636",
                "ASW-GD-W3642",
                "ASW-GD-WCOR2415",
                "ASW-GD-WDC2430",
                "ASW-GD-WDC2436",
                "ASW-GD-WDC2442",
                "ASW-GDW1215",
                "ASW-GDW1515",
                "ASW-GDW1530",
                "ASW-GDW1536",
                "ASW-GDW1542",
                "ASW-GDW1815",
                "ASW-GDW1830",
                "ASW-GDW1836",
                "ASW-GDW1842",
                "ASW-GDW2115",
                "ASW-GDW2415",
                "ASW-GDW2715",
                "ASW-GDW3015",
                "ASW-GDW3030",
                "ASW-GDW3036",
                "ASW-GDW3042",
                "ASW-GDW3315",
                "ASW-GDW3615",
                "ASW-GDW3630",
                "ASW-GDW3636",
                "ASW-GDW3642",
                "ASW-GDWCOR2415",
                "ASW-GDWDC2430",
                "ASW-GDWDC2436",
                "ASW-GDWDC2442",
                "ASW-LC1884",
                "ASW-LCVM8",
                "ASW-LM8",
                "ASW-LRM8",
                "ASW-M2436",
                "ASW-MBEP",
                "ASW-MC3018",
                "ASW-MPBEP",
                "ASW-MWEP15",
                "ASW-MWEP30",
                "ASW-MWEP36",
                "ASW-MWEP42",
                "ASW-OC3384",
                "ASW-OC3390",
                "ASW-OC3396",
                "ASW-OCM8-1",
                "ASW-PC1884",
                "ASW-PC1890",
                "ASW-PC1896",
                "ASW-PC2484",
                "ASW-PC2490",
                "ASW-PC2496",
                "ASW-PC3084",
                "ASW-PC3090",
                "ASW-PC3096",
                "ASW-PINT OF PAINT",
                "ASW-QUART OF PAINT",
                "ASW-REP120",
                "ASW-REP96",
                "ASW-SB24",
                "ASW-SB27",
                "ASW-SB30",
                "ASW-SB33",
                "ASW-SB36",
                "ASW-SBF30",
                "ASW-SBF36",
                "ASW-SBM8",
                "ASW-SC10",
                "ASW-SD",
                "ASW-SDP34 4X4",
                "ASW-SHM8",
                "ASW-SM8",
                "ASW-SPRAY CAN",
                "ASW-SSPA34 4X4",
                "ASW-TK8",
                "ASW-TKBM8",
                "ASW-TLM8",
                "ASW-TOUCH UP KIT",
                "ASW-V54",
                "ASW-VA2421",
                "ASW-VA3021",
                "ASW-VA3621",
                "ASW-VDB12-3",
                "ASW-VDB15-3",
                "ASW-VDB18-3",
                "ASW-VKD3021",
                "ASW-VSD3021DL",
                "ASW-VSD3021DR",
                "ASW-VSD3621DL",
                "ASW-VSD3621DR",
                "ASW-VSD4821DLR",
                "ASW-VSD6021DLR",
                "ASW-W0930",
                "ASW-W0936",
                "ASW-W0942",
                "ASW-W1230",
                "ASW-W1236",
                "ASW-W1242",
                "ASW-W1530",
                "ASW-W1536",
                "ASW-W1542",
                "ASW-W1830",
                "ASW-W1836",
                "ASW-W1842",
                "ASW-W2130",
                "ASW-W2136",
                "ASW-W2142",
                "ASW-W2412",
                "ASW-W2415",
                "ASW-W2418",
                "ASW-W2424",
                "ASW-W2430",
                "ASW-W2436",
                "ASW-W2442",
                "ASW-W2730",
                "ASW-W2736",
                "ASW-W2742",
                "ASW-W3012",
                "ASW-W301224",
                "ASW-W3015",
                "ASW-W3018",
                "ASW-W301824",
                "ASW-W3024",
                "ASW-W302424",
                "ASW-W3030",
                "ASW-W3036",
                "ASW-W3042",
                "ASW-W331224",
                "ASW-W3315",
                "ASW-W3318",
                "ASW-W3324",
                "ASW-W3330",
                "ASW-W3336",
                "ASW-W3342",
                "ASW-W3612",
                "ASW-W361224",
                "ASW-W3615",
                "ASW-W3618",
                "ASW-W361824",
                "ASW-W3624",
                "ASW-W362424",
                "ASW-W3630",
                "ASW-W3636",
                "ASW-W3642",
                "ASW-W3930",
                "ASW-WBC2730",
                "ASW-WBC2736",
                "ASW-WBC2742",
                "ASW-WCOR2430",
                "ASW-WCOR2436",
                "ASW-WCOR2442",
                "ASW-WDC2430",
                "ASW-WDC2436",
                "ASW-WDC2442",
                "ASW-WECA30",
                "ASW-WECA36",
                "ASW-WECA42",
                "ASW-WHB3624",
                "ASW-WHB3630",
                "ASW-WOC1215",
                "ASW-WOC1515",
                "ASW-WOC1530",
                "ASW-WOC1536",
                "ASW-WOC1542",
                "ASW-WOC1815",
                "ASW-WOC1830",
                "ASW-WOC1836",
                "ASW-WOC1842",
                "ASW-WOC2115",
                "ASW-WOC2415",
                "ASW-WOC2715",
                "ASW-WOC3015",
                "ASW-WOC3030",
                "ASW-WOC3036",
                "ASW-WOC3042",
                "ASW-WOC3315",
                "ASW-WOC3615",
                "ASW-WOC3630",
                "ASW-WOC3636",
                "ASW-WOC3642",
                "ASW-WOCD2430",
                "ASW-WOCD2436",
                "ASW-WOCD2442",
                "ASW-WOCOR2415",
                "ASW-WSC1818",
                "BDW-12B",
                "BDW-12W",
                "BDW-12WT",
                "BDW-12WXT",
                "BDW-15B",
                "BDW-15D",
                "BDW-15W",
                "BDW-15WT",
                "BDW-15WXT",
                "BDW-18B",
                "BDW-18BRB",
                "BDW-18BRBT",
                "BDW-18BRBXT",
                "BDW-18D",
                "BDW-18SF",
                "BDW-18W",
                "BDW-18WT",
                "BDW-18WXT",
                "BDW-21B",
                "BDW-21W",
                "BDW-21WT",
                "BDW-21WXT",
                "BDW-24A",
                "BDW-24AT",
                "BDW-24AXT",
                "BDW-24B",
                "BDW-24BRB",
                "BDW-24BRBT",
                "BDW-24BRBXT",
                "BDW-24D",
                "BDW-24R",
                "BDW-24W",
                "BDW-24WC",
                "BDW-24WCT",
                "BDW-24WT",
                "BDW-24WXT",
                "BDW-24Y",
                "BDW-24Z",
                "BDW-27B",
                "BDW-27W",
                "BDW-27WT",
                "BDW-27WXT",
                "BDW-30B",
                "BDW-30OU",
                "BDW-30OUT",
                "BDW-30OUXT",
                "BDW-30R",
                "BDW-30RBS",
                "BDW-30W",
                "BDW-30WT",
                "BDW-30WXT",
                "BDW-30X",
                "BDW-30X12",
                "BDW-30Y",
                "BDW-30Z",
                "BDW-33B",
                "BDW-33RBS",
                "BDW-33W",
                "BDW-33WT",
                "BDW-33WXT",
                "BDW-33X",
                "BDW-34X48",
                "BDW-36B",
                "BDW-36LS",
                "BDW-36R",
                "BDW-36RBS",
                "BDW-36W",
                "BDW-36WC",
                "BDW-36WCT",
                "BDW-36WT",
                "BDW-36WXT",
                "BDW-36X",
                "BDW-36X12",
                "BDW-36Y",
                "BDW-36Z",
                "BDW-39BC",
                "BDW-3F",
                "BDW-42B",
                "BDW-42BC",
                "BDW-42RBS",
                "BDW-42W",
                "BDW-42WC",
                "BDW-48B",
                "BDW-48W",
                "BDW-60SB",
                "BDW-6F",
                "BDW-72VAL",
                "BDW-96X3F",
                "BDW-9T",
                "BDW-9W",
                "BDW-9WT",
                "BDW-9WXT",
                "BDW-EPF3",
                "BDW-LGCROWN",
                "BDW-QTRRND",
                "BDW-REF-EPF",
                "BDW-SCRIBE",
                "BDW-SMCROWN",
                "BDW-TKFIN",
                "BDW-TOUCH UP KIT",
                "BDW-V15DT",
                "BDW-V24ST",
                "BDW-V30ST",
                "BDW-V36SDT",
                "BDW-V36ST",
                "BTP-12B",
                "BTP-12W",
                "BTP-12WT",
                "BTP-12WXT",
                "BTP-15B",
                "BTP-15BT",
                "BTP-15D",
                "BTP-15W",
                "BTP-15WT",
                "BTP-15WXT",
                "BTP-18B",
                "BTP-18BRB",
                "BTP-18BRBSK",
                "BTP-18BRBT",
                "BTP-18BRBXT",
                "BTP-18BT",
                "BTP-18D",
                "BTP-18SF",
                "BTP-18W",
                "BTP-18WT",
                "BTP-18WXT",
                "BTP-21B",
                "BTP-21W",
                "BTP-21WT",
                "BTP-21WXT",
                "BTP-24A",
                "BTP-24AT",
                "BTP-24AXT",
                "BTP-24B",
                "BTP-24BRB",
                "BTP-24BRBSK",
                "BTP-24BRBT",
                "BTP-24BRBXT",
                "BTP-24BT",
                "BTP-24D",
                "BTP-24R",
                "BTP-24W",
                "BTP-24WC",
                "BTP-24WCT",
                "BTP-24WT",
                "BTP-24WXT",
                "BTP-24Y",
                "BTP-24Z",
                "BTP-27B",
                "BTP-27W",
                "BTP-27WT",
                "BTP-27WXT",
                "BTP-30B",
                "BTP-30OU",
                "BTP-30OUT",
                "BTP-30OUXT",
                "BTP-30R",
                "BTP-30RBS",
                "BTP-30W",
                "BTP-30WT",
                "BTP-30WXT",
                "BTP-30X",
                "BTP-30X12",
                "BTP-30Y",
                "BTP-30Z",
                "BTP-33B",
                "BTP-33RBS",
                "BTP-33W",
                "BTP-33WT",
                "BTP-33WXT",
                "BTP-33X",
                "BTP-34X48",
                "BTP-36B",
                "BTP-36LS",
                "BTP-36R",
                "BTP-36RBS",
                "BTP-36W",
                "BTP-36WT",
                "BTP-36WXT",
                "BTP-36X",
                "BTP-36X12",
                "BTP-36Y",
                "BTP-36Z",
                "BTP-39BC",
                "BTP-3F",
                "BTP-42B",
                "BTP-42BC",
                "BTP-42RBS",
                "BTP-42W",
                "BTP-42WC",
                "BTP-48B",
                "BTP-48W",
                "BTP-60SB",
                "BTP-6F",
                "BTP-72VAL",
                "BTP-96X3F",
                "BTP-9T",
                "BTP-9W",
                "BTP-9WT",
                "BTP-9WXT",
                "BTP-EPF3",
                "BTP-LGCROWN",
                "BTP-QTRRND",
                "BTP-REF-EPF",
                "BTP-SCRIBE",
                "BTP-SMCROWN",
                "BTP-TKFIN",
                "BTP-TOUCH UP PEN",
                "BTP-V24S",
                "BTP-V30S",
                "BTP-V36SD",
                "BTP-WBC3630",
                "BTP-WBC3636",
                "CGO-12B",
                "CGO-12W",
                "CGO-12WT",
                "CGO-15B",
                "CGO-15BT",
                "CGO-15D",
                "CGO-15W",
                "CGO-15WT",
                "CGO-18B",
                "CGO-18BRB",
                "CGO-18BRBSK",
                "CGO-18BRBT",
                "CGO-18BT",
                "CGO-18D",
                "CGO-18SF",
                "CGO-18W",
                "CGO-18WT",
                "CGO-21B",
                "CGO-21W",
                "CGO-21WT",
                "CGO-24A",
                "CGO-24AT",
                "CGO-24B",
                "CGO-24BRB",
                "CGO-24BRBSK",
                "CGO-24BRBT",
                "CGO-24BT",
                "CGO-24D",
                "CGO-24R",
                "CGO-24W",
                "CGO-24WC",
                "CGO-24WCT",
                "CGO-24WT",
                "CGO-24Y",
                "CGO-27B",
                "CGO-27W",
                "CGO-27WT",
                "CGO-30B",
                "CGO-30OU",
                "CGO-30OUT",
                "CGO-30R",
                "CGO-30RBS",
                "CGO-30W",
                "CGO-30WT",
                "CGO-30X",
                "CGO-30X12",
                "CGO-30Y",
                "CGO-33B",
                "CGO-33RBS",
                "CGO-33W",
                "CGO-33WT",
                "CGO-33X",
                "CGO-34X48",
                "CGO-36B"
              ],
              "status": "done",
              "job_id": 1227,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 310.5
            },
            {
              "phase": "images",
              "queue_id": 1705,
              "label": "push-channel-sample-magento-images-20260806-001836",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "ASW-DB12-3",
                  "ASW-DB15-3",
                  "ASW-DB18-3",
                  "ASW-DB21-3",
                  "ASW-DB24-3",
                  "ASW-DB27-3",
                  "ASW-DB30-2",
                  "ASW-DB30-3",
                  "ASW-DB33-3",
                  "ASW-DB36-3",
                  "ASW-DWR3L/R",
                  "ASW-EZR33",
                  "ASW-EZR36",
                  "ASW-F330",
                  "ASW-F336",
                  "ASW-F342",
                  "ASW-F396",
                  "ASW-F630",
                  "ASW-F642",
                  "ASW-F696",
                  "ASW-FPP9648 1/4",
                  "ASW-FPP9648 3/4",
                  "ASW-FPPB9648 1/2",
                  "ASW-FS24",
                  "ASW-FS30",
                  "ASW-FS36",
                  "ASW-FS60",
                  "ASW-GALLON OF PAINT",
                  "ASW-GD-W1215",
                  "ASW-GD-W1515",
                  "ASW-GD-W1530",
                  "ASW-GD-W1536",
                  "ASW-GD-W1542",
                  "ASW-GD-W1815",
                  "ASW-GD-W1830",
                  "ASW-GD-W1836",
                  "ASW-GD-W1842",
                  "ASW-GD-W2115",
                  "ASW-GD-W2415",
                  "ASW-GD-W2715",
                  "ASW-GD-W3015",
                  "ASW-GD-W3030",
                  "ASW-GD-W3036",
                  "ASW-GD-W3042",
                  "ASW-GD-W3315",
                  "ASW-GD-W3615",
                  "ASW-GD-W3630",
                  "ASW-GD-W3636",
                  "ASW-GD-W3642",
                  "ASW-GD-WCOR2415",
                  "ASW-GD-WDC2430",
                  "ASW-GD-WDC2436",
                  "ASW-GD-WDC2442",
                  "ASW-GDW1215",
                  "ASW-GDW1515",
                  "ASW-GDW1530",
                  "ASW-GDW1536",
                  "ASW-GDW1542",
                  "ASW-GDW1815",
                  "ASW-GDW1830",
                  "ASW-GDW1836",
                  "ASW-GDW1842",
                  "ASW-GDW2115",
                  "ASW-GDW2415",
                  "ASW-GDW2715",
                  "ASW-GDW3015",
                  "ASW-GDW3030",
                  "ASW-GDW3036",
                  "ASW-GDW3042",
                  "ASW-GDW3315",
                  "ASW-GDW3615",
                  "ASW-GDW3630",
                  "ASW-GDW3636",
                  "ASW-GDW3642",
                  "ASW-GDWCOR2415",
                  "ASW-GDWDC2430",
                  "ASW-GDWDC2436",
                  "ASW-GDWDC2442",
                  "ASW-LC1884",
                  "ASW-LCVM8",
                  "ASW-LM8",
                  "ASW-LRM8",
                  "ASW-M2436",
                  "ASW-MBEP",
                  "ASW-MC3018",
                  "ASW-MPBEP",
                  "ASW-MWEP15",
                  "ASW-MWEP30",
                  "ASW-MWEP36",
                  "ASW-MWEP42",
                  "ASW-OC3384",
                  "ASW-OC3390",
                  "ASW-OC3396",
                  "ASW-OCM8-1",
                  "ASW-PC1884",
                  "ASW-PC1890",
                  "ASW-PC1896",
                  "ASW-PC2484",
                  "ASW-PC2490",
                  "ASW-PC2496",
                  "ASW-PC3084",
                  "ASW-PC3090",
                  "ASW-PC3096",
                  "ASW-PINT OF PAINT",
                  "ASW-QUART OF PAINT",
                  "ASW-REP120",
                  "ASW-REP96",
                  "ASW-SB24",
                  "ASW-SB27",
                  "ASW-SB30",
                  "ASW-SB33",
                  "ASW-SB36",
                  "ASW-SBF30",
                  "ASW-SBF36",
                  "ASW-SBM8",
                  "ASW-SC10",
                  "ASW-SD",
                  "ASW-SDP34 4X4",
                  "ASW-SHM8",
                  "ASW-SM8",
                  "ASW-SPRAY CAN",
                  "ASW-SSPA34 4X4",
                  "ASW-TK8",
                  "ASW-TKBM8",
                  "ASW-TLM8",
                  "ASW-TOUCH UP KIT",
                  "ASW-V54",
                  "ASW-VA2421",
                  "ASW-VA3021",
                  "ASW-VA3621",
                  "ASW-VDB12-3",
                  "ASW-VDB15-3",
                  "ASW-VDB18-3",
                  "ASW-VKD3021",
                  "ASW-VSD3021DL",
                  "ASW-VSD3021DR",
                  "ASW-VSD3621DL",
                  "ASW-VSD3621DR",
                  "ASW-VSD4821DLR",
                  "ASW-VSD6021DLR",
                  "ASW-W0930",
                  "ASW-W0936",
                  "ASW-W0942",
                  "ASW-W1230",
                  "ASW-W1236",
                  "ASW-W1242",
                  "ASW-W1530",
                  "ASW-W1536",
                  "ASW-W1542",
                  "ASW-W1830",
                  "ASW-W1836",
                  "ASW-W1842",
                  "ASW-W2130",
                  "ASW-W2136",
                  "ASW-W2142",
                  "ASW-W2412",
                  "ASW-W2415",
                  "ASW-W2418",
                  "ASW-W2424",
                  "ASW-W2430",
                  "ASW-W2436",
                  "ASW-W2442",
                  "ASW-W2730",
                  "ASW-W2736",
                  "ASW-W2742",
                  "ASW-W3012",
                  "ASW-W301224",
                  "ASW-W3015",
                  "ASW-W3018",
                  "ASW-W301824",
                  "ASW-W3024",
                  "ASW-W302424",
                  "ASW-W3030",
                  "ASW-W3036",
                  "ASW-W3042",
                  "ASW-W331224",
                  "ASW-W3315",
                  "ASW-W3318",
                  "ASW-W3324",
                  "ASW-W3330",
                  "ASW-W3336",
                  "ASW-W3342",
                  "ASW-W3612",
                  "ASW-W361224",
                  "ASW-W3615",
                  "ASW-W3618",
                  "ASW-W361824",
                  "ASW-W3624",
                  "ASW-W362424",
                  "ASW-W3630",
                  "ASW-W3636",
                  "ASW-W3642",
                  "ASW-W3930",
                  "ASW-WBC2730",
                  "ASW-WBC2736",
                  "ASW-WBC2742",
                  "ASW-WCOR2430",
                  "ASW-WCOR2436",
                  "ASW-WCOR2442",
                  "ASW-WDC2430",
                  "ASW-WDC2436",
                  "ASW-WDC2442",
                  "ASW-WECA30",
                  "ASW-WECA36",
                  "ASW-WECA42",
                  "ASW-WHB3624",
                  "ASW-WHB3630",
                  "ASW-WOC1215",
                  "ASW-WOC1515",
                  "ASW-WOC1530",
                  "ASW-WOC1536",
                  "ASW-WOC1542",
                  "ASW-WOC1815",
                  "ASW-WOC1830",
                  "ASW-WOC1836",
                  "ASW-WOC1842",
                  "ASW-WOC2115",
                  "ASW-WOC2415",
                  "ASW-WOC2715",
                  "ASW-WOC3015",
                  "ASW-WOC3030",
                  "ASW-WOC3036",
                  "ASW-WOC3042",
                  "ASW-WOC3315",
                  "ASW-WOC3615",
                  "ASW-WOC3630",
                  "ASW-WOC3636",
                  "ASW-WOC3642",
                  "ASW-WOCD2430",
                  "ASW-WOCD2436",
                  "ASW-WOCD2442",
                  "ASW-WOCOR2415",
                  "ASW-WSC1818",
                  "BDW-12B",
                  "BDW-12W",
                  "BDW-12WT",
                  "BDW-12WXT",
                  "BDW-15B",
                  "BDW-15D",
                  "BDW-15W",
                  "BDW-15WT",
                  "BDW-15WXT",
                  "BDW-18B",
                  "BDW-18BRB",
                  "BDW-18BRBT",
                  "BDW-18BRBXT",
                  "BDW-18D",
                  "BDW-18SF",
                  "BDW-18W",
                  "BDW-18WT",
                  "BDW-18WXT",
                  "BDW-21B",
                  "BDW-21W",
                  "BDW-21WT",
                  "BDW-21WXT",
                  "BDW-24A",
                  "BDW-24AT",
                  "BDW-24AXT",
                  "BDW-24B",
                  "BDW-24BRB",
                  "BDW-24BRBT",
                  "BDW-24BRBXT",
                  "BDW-24D",
                  "BDW-24R",
                  "BDW-24W",
                  "BDW-24WC",
                  "BDW-24WCT",
                  "BDW-24WT",
                  "BDW-24WXT",
                  "BDW-24Y",
                  "BDW-24Z",
                  "BDW-27B",
                  "BDW-27W",
                  "BDW-27WT",
                  "BDW-27WXT",
                  "BDW-30B",
                  "BDW-30OU",
                  "BDW-30OUT",
                  "BDW-30OUXT",
                  "BDW-30R",
                  "BDW-30RBS",
                  "BDW-30W",
                  "BDW-30WT",
                  "BDW-30WXT",
                  "BDW-30X",
                  "BDW-30X12",
                  "BDW-30Y",
                  "BDW-30Z",
                  "BDW-33B",
                  "BDW-33RBS",
                  "BDW-33W",
                  "BDW-33WT",
                  "BDW-33WXT",
                  "BDW-33X",
                  "BDW-34X48",
                  "BDW-36B",
                  "BDW-36LS",
                  "BDW-36R",
                  "BDW-36RBS",
                  "BDW-36W",
                  "BDW-36WC",
                  "BDW-36WCT",
                  "BDW-36WT",
                  "BDW-36WXT",
                  "BDW-36X",
                  "BDW-36X12",
                  "BDW-36Y",
                  "BDW-36Z",
                  "BDW-39BC",
                  "BDW-3F",
                  "BDW-42B",
                  "BDW-42BC",
                  "BDW-42RBS",
                  "BDW-42W",
                  "BDW-42WC",
                  "BDW-48B",
                  "BDW-48W",
                  "BDW-60SB",
                  "BDW-6F",
                  "BDW-72VAL",
                  "BDW-96X3F",
                  "BDW-9T",
                  "BDW-9W",
                  "BDW-9WT",
                  "BDW-9WXT",
                  "BDW-EPF3",
                  "BDW-LGCROWN",
                  "BDW-QTRRND",
                  "BDW-REF-EPF",
                  "BDW-SCRIBE",
                  "BDW-SMCROWN",
                  "BDW-TKFIN",
                  "BDW-TOUCH UP KIT",
                  "BDW-V15DT",
                  "BDW-V24ST",
                  "BDW-V30ST",
                  "BDW-V36SDT",
                  "BDW-V36ST",
                  "BTP-12B",
                  "BTP-12W",
                  "BTP-12WT",
                  "BTP-12WXT",
                  "BTP-15B",
                  "BTP-15BT",
                  "BTP-15D",
                  "BTP-15W",
                  "BTP-15WT",
                  "BTP-15WXT",
                  "BTP-18B",
                  "BTP-18BRB",
                  "BTP-18BRBSK",
                  "BTP-18BRBT",
                  "BTP-18BRBXT",
                  "BTP-18BT",
                  "BTP-18D",
                  "BTP-18SF",
                  "BTP-18W",
                  "BTP-18WT",
                  "BTP-18WXT",
                  "BTP-21B",
                  "BTP-21W",
                  "BTP-21WT",
                  "BTP-21WXT",
                  "BTP-24A",
                  "BTP-24AT",
                  "BTP-24AXT",
                  "BTP-24B",
                  "BTP-24BRB",
                  "BTP-24BRBSK",
                  "BTP-24BRBT",
                  "BTP-24BRBXT",
                  "BTP-24BT",
                  "BTP-24D",
                  "BTP-24R",
                  "BTP-24W",
                  "BTP-24WC",
                  "BTP-24WCT",
                  "BTP-24WT",
                  "BTP-24WXT",
                  "BTP-24Y",
                  "BTP-24Z",
                  "BTP-27B",
                  "BTP-27W",
                  "BTP-27WT",
                  "BTP-27WXT",
                  "BTP-30B",
                  "BTP-30OU",
                  "BTP-30OUT",
                  "BTP-30OUXT",
                  "BTP-30R",
                  "BTP-30RBS",
                  "BTP-30W",
                  "BTP-30WT",
                  "BTP-30WXT",
                  "BTP-30X",
                  "BTP-30X12",
                  "BTP-30Y",
                  "BTP-30Z",
                  "BTP-33B",
                  "BTP-33RBS",
                  "BTP-33W",
                  "BTP-33WT",
                  "BTP-33WXT",
                  "BTP-33X",
                  "BTP-34X48",
                  "BTP-36B",
                  "BTP-36LS",
                  "BTP-36R",
                  "BTP-36RBS",
                  "BTP-36W",
                  "BTP-36WT",
                  "BTP-36WXT",
                  "BTP-36X",
                  "BTP-36X12",
                  "BTP-36Y",
                  "BTP-36Z",
                  "BTP-39BC",
                  "BTP-3F",
                  "BTP-42B",
                  "BTP-42BC",
                  "BTP-42RBS",
                  "BTP-42W",
                  "BTP-42WC",
                  "BTP-48B",
                  "BTP-48W",
                  "BTP-60SB",
                  "BTP-6F",
                  "BTP-72VAL",
                  "BTP-96X3F",
                  "BTP-9T",
                  "BTP-9W",
                  "BTP-9WT",
                  "BTP-9WXT",
                  "BTP-EPF3",
                  "BTP-LGCROWN",
                  "BTP-QTRRND",
                  "BTP-REF-EPF",
                  "BTP-SCRIBE",
                  "BTP-SMCROWN",
                  "BTP-TKFIN",
                  "BTP-TOUCH UP PEN",
                  "BTP-V24S",
                  "BTP-V30S",
                  "BTP-V36SD",
                  "BTP-WBC3630",
                  "BTP-WBC3636",
                  "CGO-12B",
                  "CGO-12W",
                  "CGO-12WT",
                  "CGO-15B",
                  "CGO-15BT",
                  "CGO-15D",
                  "CGO-15W",
                  "CGO-15WT",
                  "CGO-18B",
                  "CGO-18BRB",
                  "CGO-18BRBSK",
                  "CGO-18BRBT",
                  "CGO-18BT",
                  "CGO-18D",
                  "CGO-18SF",
                  "CGO-18W",
                  "CGO-18WT",
                  "CGO-21B",
                  "CGO-21W",
                  "CGO-21WT",
                  "CGO-24A",
                  "CGO-24AT",
                  "CGO-24B",
                  "CGO-24BRB",
                  "CGO-24BRBSK",
                  "CGO-24BRBT",
                  "CGO-24BT",
                  "CGO-24D",
                  "CGO-24R",
                  "CGO-24W",
                  "CGO-24WC",
                  "CGO-24WCT",
                  "CGO-24WT",
                  "CGO-24Y",
                  "CGO-27B",
                  "CGO-27W",
                  "CGO-27WT",
                  "CGO-30B",
                  "CGO-30OU",
                  "CGO-30OUT",
                  "CGO-30R",
                  "CGO-30RBS",
                  "CGO-30W",
                  "CGO-30WT",
                  "CGO-30X",
                  "CGO-30X12",
                  "CGO-30Y",
                  "CGO-33B",
                  "CGO-33RBS",
                  "CGO-33W",
                  "CGO-33WT",
                  "CGO-33X",
                  "CGO-34X48",
                  "CGO-36B"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "ASW-DB12-3",
                "ASW-DB15-3",
                "ASW-DB18-3",
                "ASW-DB21-3",
                "ASW-DB24-3",
                "ASW-DB27-3",
                "ASW-DB30-2",
                "ASW-DB30-3",
                "ASW-DB33-3",
                "ASW-DB36-3",
                "ASW-DWR3L/R",
                "ASW-EZR33",
                "ASW-EZR36",
                "ASW-F330",
                "ASW-F336",
                "ASW-F342",
                "ASW-F396",
                "ASW-F630",
                "ASW-F642",
                "ASW-F696",
                "ASW-FPP9648 1/4",
                "ASW-FPP9648 3/4",
                "ASW-FPPB9648 1/2",
                "ASW-FS24",
                "ASW-FS30",
                "ASW-FS36",
                "ASW-FS60",
                "ASW-GALLON OF PAINT",
                "ASW-GD-W1215",
                "ASW-GD-W1515",
                "ASW-GD-W1530",
                "ASW-GD-W1536",
                "ASW-GD-W1542",
                "ASW-GD-W1815",
                "ASW-GD-W1830",
                "ASW-GD-W1836",
                "ASW-GD-W1842",
                "ASW-GD-W2115",
                "ASW-GD-W2415",
                "ASW-GD-W2715",
                "ASW-GD-W3015",
                "ASW-GD-W3030",
                "ASW-GD-W3036",
                "ASW-GD-W3042",
                "ASW-GD-W3315",
                "ASW-GD-W3615",
                "ASW-GD-W3630",
                "ASW-GD-W3636",
                "ASW-GD-W3642",
                "ASW-GD-WCOR2415",
                "ASW-GD-WDC2430",
                "ASW-GD-WDC2436",
                "ASW-GD-WDC2442",
                "ASW-GDW1215",
                "ASW-GDW1515",
                "ASW-GDW1530",
                "ASW-GDW1536",
                "ASW-GDW1542",
                "ASW-GDW1815",
                "ASW-GDW1830",
                "ASW-GDW1836",
                "ASW-GDW1842",
                "ASW-GDW2115",
                "ASW-GDW2415",
                "ASW-GDW2715",
                "ASW-GDW3015",
                "ASW-GDW3030",
                "ASW-GDW3036",
                "ASW-GDW3042",
                "ASW-GDW3315",
                "ASW-GDW3615",
                "ASW-GDW3630",
                "ASW-GDW3636",
                "ASW-GDW3642",
                "ASW-GDWCOR2415",
                "ASW-GDWDC2430",
                "ASW-GDWDC2436",
                "ASW-GDWDC2442",
                "ASW-LC1884",
                "ASW-LCVM8",
                "ASW-LM8",
                "ASW-LRM8",
                "ASW-M2436",
                "ASW-MBEP",
                "ASW-MC3018",
                "ASW-MPBEP",
                "ASW-MWEP15",
                "ASW-MWEP30",
                "ASW-MWEP36",
                "ASW-MWEP42",
                "ASW-OC3384",
                "ASW-OC3390",
                "ASW-OC3396",
                "ASW-OCM8-1",
                "ASW-PC1884",
                "ASW-PC1890",
                "ASW-PC1896",
                "ASW-PC2484",
                "ASW-PC2490",
                "ASW-PC2496",
                "ASW-PC3084",
                "ASW-PC3090",
                "ASW-PC3096",
                "ASW-PINT OF PAINT",
                "ASW-QUART OF PAINT",
                "ASW-REP120",
                "ASW-REP96",
                "ASW-SB24",
                "ASW-SB27",
                "ASW-SB30",
                "ASW-SB33",
                "ASW-SB36",
                "ASW-SBF30",
                "ASW-SBF36",
                "ASW-SBM8",
                "ASW-SC10",
                "ASW-SD",
                "ASW-SDP34 4X4",
                "ASW-SHM8",
                "ASW-SM8",
                "ASW-SPRAY CAN",
                "ASW-SSPA34 4X4",
                "ASW-TK8",
                "ASW-TKBM8",
                "ASW-TLM8",
                "ASW-TOUCH UP KIT",
                "ASW-V54",
                "ASW-VA2421",
                "ASW-VA3021",
                "ASW-VA3621",
                "ASW-VDB12-3",
                "ASW-VDB15-3",
                "ASW-VDB18-3",
                "ASW-VKD3021",
                "ASW-VSD3021DL",
                "ASW-VSD3021DR",
                "ASW-VSD3621DL",
                "ASW-VSD3621DR",
                "ASW-VSD4821DLR",
                "ASW-VSD6021DLR",
                "ASW-W0930",
                "ASW-W0936",
                "ASW-W0942",
                "ASW-W1230",
                "ASW-W1236",
                "ASW-W1242",
                "ASW-W1530",
                "ASW-W1536",
                "ASW-W1542",
                "ASW-W1830",
                "ASW-W1836",
                "ASW-W1842",
                "ASW-W2130",
                "ASW-W2136",
                "ASW-W2142",
                "ASW-W2412",
                "ASW-W2415",
                "ASW-W2418",
                "ASW-W2424",
                "ASW-W2430",
                "ASW-W2436",
                "ASW-W2442",
                "ASW-W2730",
                "ASW-W2736",
                "ASW-W2742",
                "ASW-W3012",
                "ASW-W301224",
                "ASW-W3015",
                "ASW-W3018",
                "ASW-W301824",
                "ASW-W3024",
                "ASW-W302424",
                "ASW-W3030",
                "ASW-W3036",
                "ASW-W3042",
                "ASW-W331224",
                "ASW-W3315",
                "ASW-W3318",
                "ASW-W3324",
                "ASW-W3330",
                "ASW-W3336",
                "ASW-W3342",
                "ASW-W3612",
                "ASW-W361224",
                "ASW-W3615",
                "ASW-W3618",
                "ASW-W361824",
                "ASW-W3624",
                "ASW-W362424",
                "ASW-W3630",
                "ASW-W3636",
                "ASW-W3642",
                "ASW-W3930",
                "ASW-WBC2730",
                "ASW-WBC2736",
                "ASW-WBC2742",
                "ASW-WCOR2430",
                "ASW-WCOR2436",
                "ASW-WCOR2442",
                "ASW-WDC2430",
                "ASW-WDC2436",
                "ASW-WDC2442",
                "ASW-WECA30",
                "ASW-WECA36",
                "ASW-WECA42",
                "ASW-WHB3624",
                "ASW-WHB3630",
                "ASW-WOC1215",
                "ASW-WOC1515",
                "ASW-WOC1530",
                "ASW-WOC1536",
                "ASW-WOC1542",
                "ASW-WOC1815",
                "ASW-WOC1830",
                "ASW-WOC1836",
                "ASW-WOC1842",
                "ASW-WOC2115",
                "ASW-WOC2415",
                "ASW-WOC2715",
                "ASW-WOC3015",
                "ASW-WOC3030",
                "ASW-WOC3036",
                "ASW-WOC3042",
                "ASW-WOC3315",
                "ASW-WOC3615",
                "ASW-WOC3630",
                "ASW-WOC3636",
                "ASW-WOC3642",
                "ASW-WOCD2430",
                "ASW-WOCD2436",
                "ASW-WOCD2442",
                "ASW-WOCOR2415",
                "ASW-WSC1818",
                "BDW-12B",
                "BDW-12W",
                "BDW-12WT",
                "BDW-12WXT",
                "BDW-15B",
                "BDW-15D",
                "BDW-15W",
                "BDW-15WT",
                "BDW-15WXT",
                "BDW-18B",
                "BDW-18BRB",
                "BDW-18BRBT",
                "BDW-18BRBXT",
                "BDW-18D",
                "BDW-18SF",
                "BDW-18W",
                "BDW-18WT",
                "BDW-18WXT",
                "BDW-21B",
                "BDW-21W",
                "BDW-21WT",
                "BDW-21WXT",
                "BDW-24A",
                "BDW-24AT",
                "BDW-24AXT",
                "BDW-24B",
                "BDW-24BRB",
                "BDW-24BRBT",
                "BDW-24BRBXT",
                "BDW-24D",
                "BDW-24R",
                "BDW-24W",
                "BDW-24WC",
                "BDW-24WCT",
                "BDW-24WT",
                "BDW-24WXT",
                "BDW-24Y",
                "BDW-24Z",
                "BDW-27B",
                "BDW-27W",
                "BDW-27WT",
                "BDW-27WXT",
                "BDW-30B",
                "BDW-30OU",
                "BDW-30OUT",
                "BDW-30OUXT",
                "BDW-30R",
                "BDW-30RBS",
                "BDW-30W",
                "BDW-30WT",
                "BDW-30WXT",
                "BDW-30X",
                "BDW-30X12",
                "BDW-30Y",
                "BDW-30Z",
                "BDW-33B",
                "BDW-33RBS",
                "BDW-33W",
                "BDW-33WT",
                "BDW-33WXT",
                "BDW-33X",
                "BDW-34X48",
                "BDW-36B",
                "BDW-36LS",
                "BDW-36R",
                "BDW-36RBS",
                "BDW-36W",
                "BDW-36WC",
                "BDW-36WCT",
                "BDW-36WT",
                "BDW-36WXT",
                "BDW-36X",
                "BDW-36X12",
                "BDW-36Y",
                "BDW-36Z",
                "BDW-39BC",
                "BDW-3F",
                "BDW-42B",
                "BDW-42BC",
                "BDW-42RBS",
                "BDW-42W",
                "BDW-42WC",
                "BDW-48B",
                "BDW-48W",
                "BDW-60SB",
                "BDW-6F",
                "BDW-72VAL",
                "BDW-96X3F",
                "BDW-9T",
                "BDW-9W",
                "BDW-9WT",
                "BDW-9WXT",
                "BDW-EPF3",
                "BDW-LGCROWN",
                "BDW-QTRRND",
                "BDW-REF-EPF",
                "BDW-SCRIBE",
                "BDW-SMCROWN",
                "BDW-TKFIN",
                "BDW-TOUCH UP KIT",
                "BDW-V15DT",
                "BDW-V24ST",
                "BDW-V30ST",
                "BDW-V36SDT",
                "BDW-V36ST",
                "BTP-12B",
                "BTP-12W",
                "BTP-12WT",
                "BTP-12WXT",
                "BTP-15B",
                "BTP-15BT",
                "BTP-15D",
                "BTP-15W",
                "BTP-15WT",
                "BTP-15WXT",
                "BTP-18B",
                "BTP-18BRB",
                "BTP-18BRBSK",
                "BTP-18BRBT",
                "BTP-18BRBXT",
                "BTP-18BT",
                "BTP-18D",
                "BTP-18SF",
                "BTP-18W",
                "BTP-18WT",
                "BTP-18WXT",
                "BTP-21B",
                "BTP-21W",
                "BTP-21WT",
                "BTP-21WXT",
                "BTP-24A",
                "BTP-24AT",
                "BTP-24AXT",
                "BTP-24B",
                "BTP-24BRB",
                "BTP-24BRBSK",
                "BTP-24BRBT",
                "BTP-24BRBXT",
                "BTP-24BT",
                "BTP-24D",
                "BTP-24R",
                "BTP-24W",
                "BTP-24WC",
                "BTP-24WCT",
                "BTP-24WT",
                "BTP-24WXT",
                "BTP-24Y",
                "BTP-24Z",
                "BTP-27B",
                "BTP-27W",
                "BTP-27WT",
                "BTP-27WXT",
                "BTP-30B",
                "BTP-30OU",
                "BTP-30OUT",
                "BTP-30OUXT",
                "BTP-30R",
                "BTP-30RBS",
                "BTP-30W",
                "BTP-30WT",
                "BTP-30WXT",
                "BTP-30X",
                "BTP-30X12",
                "BTP-30Y",
                "BTP-30Z",
                "BTP-33B",
                "BTP-33RBS",
                "BTP-33W",
                "BTP-33WT",
                "BTP-33WXT",
                "BTP-33X",
                "BTP-34X48",
                "BTP-36B",
                "BTP-36LS",
                "BTP-36R",
                "BTP-36RBS",
                "BTP-36W",
                "BTP-36WT",
                "BTP-36WXT",
                "BTP-36X",
                "BTP-36X12",
                "BTP-36Y",
                "BTP-36Z",
                "BTP-39BC",
                "BTP-3F",
                "BTP-42B",
                "BTP-42BC",
                "BTP-42RBS",
                "BTP-42W",
                "BTP-42WC",
                "BTP-48B",
                "BTP-48W",
                "BTP-60SB",
                "BTP-6F",
                "BTP-72VAL",
                "BTP-96X3F",
                "BTP-9T",
                "BTP-9W",
                "BTP-9WT",
                "BTP-9WXT",
                "BTP-EPF3",
                "BTP-LGCROWN",
                "BTP-QTRRND",
                "BTP-REF-EPF",
                "BTP-SCRIBE",
                "BTP-SMCROWN",
                "BTP-TKFIN",
                "BTP-TOUCH UP PEN",
                "BTP-V24S",
                "BTP-V30S",
                "BTP-V36SD",
                "BTP-WBC3630",
                "BTP-WBC3636",
                "CGO-12B",
                "CGO-12W",
                "CGO-12WT",
                "CGO-15B",
                "CGO-15BT",
                "CGO-15D",
                "CGO-15W",
                "CGO-15WT",
                "CGO-18B",
                "CGO-18BRB",
                "CGO-18BRBSK",
                "CGO-18BRBT",
                "CGO-18BT",
                "CGO-18D",
                "CGO-18SF",
                "CGO-18W",
                "CGO-18WT",
                "CGO-21B",
                "CGO-21W",
                "CGO-21WT",
                "CGO-24A",
                "CGO-24AT",
                "CGO-24B",
                "CGO-24BRB",
                "CGO-24BRBSK",
                "CGO-24BRBT",
                "CGO-24BT",
                "CGO-24D",
                "CGO-24R",
                "CGO-24W",
                "CGO-24WC",
                "CGO-24WCT",
                "CGO-24WT",
                "CGO-24Y",
                "CGO-27B",
                "CGO-27W",
                "CGO-27WT",
                "CGO-30B",
                "CGO-30OU",
                "CGO-30OUT",
                "CGO-30R",
                "CGO-30RBS",
                "CGO-30W",
                "CGO-30WT",
                "CGO-30X",
                "CGO-30X12",
                "CGO-30Y",
                "CGO-33B",
                "CGO-33RBS",
                "CGO-33W",
                "CGO-33WT",
                "CGO-33X",
                "CGO-34X48",
                "CGO-36B"
              ],
              "status": "done",
              "job_id": 1228,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 4056.0
            }
          ],
          "dry_run": false
        },
        {
          "batch": 4,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1706,
              "label": "push-channel-sample-magento-products-20260806-012612",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "CGO-36LS",
                  "CGO-36R",
                  "CGO-36RBS",
                  "CGO-36W",
                  "CGO-36WC",
                  "CGO-36WCT",
                  "CGO-36WT",
                  "CGO-36X",
                  "CGO-36X12",
                  "CGO-36Y",
                  "CGO-39BC",
                  "CGO-3F",
                  "CGO-42B",
                  "CGO-42BC",
                  "CGO-42RBS",
                  "CGO-42W",
                  "CGO-42WC",
                  "CGO-48B",
                  "CGO-48W",
                  "CGO-60SB",
                  "CGO-6F",
                  "CGO-72VAL",
                  "CGO-96X3F",
                  "CGO-9T",
                  "CGO-9W",
                  "CGO-9WT",
                  "CGO-EPF3",
                  "CGO-LGCROWN",
                  "CGO-QTRRND",
                  "CGO-REF-EPF",
                  "CGO-SCRIBE",
                  "CGO-SMCROWN",
                  "CGO-TKFIN",
                  "CGO-TOUCH UP PEN",
                  "CGO-V15D",
                  "CGO-V24S",
                  "CGO-V30S",
                  "CGO-V36S",
                  "CGO-V36SD",
                  "CRY-DH-2375x3725",
                  "CRY-DH-2375x5325",
                  "CRY-DH-2425x3725",
                  "CRY-DH-2425x4125",
                  "CRY-DH-2425x4525",
                  "CRY-DH-2425x5325",
                  "CRY-DH-2425x6125",
                  "CRY-DH-2425x6525",
                  "CRY-DH-2425x6925",
                  "CRY-DH-2775x3725",
                  "CRY-DH-2775x4525",
                  "CRY-DH-2775x5325",
                  "CRY-DH-2825x3725",
                  "CRY-DH-2825x4125",
                  "CRY-DH-2825x4525",
                  "CRY-DH-2825x5325",
                  "CRY-DH-2825x5725",
                  "CRY-DH-2825x6125",
                  "CRY-DH-2825x6525",
                  "CRY-DH-2825x6925",
                  "CRY-DH-3125x3725",
                  "CRY-DH-3125x4125",
                  "CRY-DH-3125x4525",
                  "CRY-DH-3125x5325",
                  "CRY-DH-3125x5725",
                  "CRY-DH-3125x6125",
                  "CRY-DH-3125x6525",
                  "CRY-DH-3125x6925",
                  "CRY-DH-3175x3725",
                  "CRY-DH-3175x4525",
                  "CRY-DH-3175x4925",
                  "CRY-DH-3175x5325",
                  "CRY-DH-3175x6125",
                  "CRY-DH-3425x3725",
                  "CRY-DH-3425x4125",
                  "CRY-DH-3425x4525",
                  "CRY-DH-3425x5325",
                  "CRY-DH-3425x5725",
                  "CRY-DH-3425x6125",
                  "CRY-DH-3425x6525",
                  "CRY-DH-3425x6925",
                  "CRY-DH-3575x3725",
                  "CRY-DH-3575x4525",
                  "CRY-DH-3575x4925",
                  "CRY-DH-3575x5325",
                  "CRY-DH-3575x6125",
                  "CRY-DH-3975x5325",
                  "CRY-DH-4025x4125",
                  "CRY-DH-4025x4525",
                  "CRY-DH-4025x5325",
                  "CRY-DH-4025x6125",
                  "CRY-DH-4025x6525",
                  "CRY-DH-4025x6925",
                  "CSG-B12",
                  "CSG-B15",
                  "CSG-B18",
                  "CSG-B21",
                  "CSG-B24",
                  "CSG-B27",
                  "CSG-B30",
                  "CSG-B33",
                  "CSG-B36",
                  "CSG-B39",
                  "CSG-B42",
                  "CSG-BBC39-42U",
                  "CSG-BBC42-45U",
                  "CSG-BBC45-48U",
                  "CSG-BC33U",
                  "CSG-BC36U",
                  "CSG-BDEP24",
                  "CSG-BEP24",
                  "CSG-BF",
                  "CSG-BF3",
                  "CSG-BF6",
                  "CSG-BFH09",
                  "CSG-BFH12",
                  "CSG-BFH15",
                  "CSG-BFH18",
                  "CSG-BM8",
                  "CSG-CM8",
                  "CSG-CMA8",
                  "CSG-CMC8",
                  "CSG-CMV8",
                  "CSG-CORBEL-B",
                  "CSG-CORBEL-LS",
                  "CSG-CORBEL-S",
                  "CSG-DB12",
                  "CSG-DB15",
                  "CSG-DB18",
                  "CSG-DB21",
                  "CSG-DB24",
                  "CSG-DB30",
                  "CSG-DB30-2",
                  "CSG-DB36",
                  "CSG-DB36-2",
                  "CSG-DECOLEG",
                  "CSG-DM8",
                  "CSG-DWEP1.5",
                  "CSG-DWEP3",
                  "CSG-DWEP6",
                  "CSG-F396",
                  "CSG-F696",
                  "CSG-FB8",
                  "CSG-FF396",
                  "CSG-FO396",
                  "CSG-HBUNFOOT",
                  "CSG-HTFOOT",
                  "CSG-HTP3",
                  "CSG-ICM8",
                  "CSG-KD30",
                  "CSG-LRB8",
                  "CSG-LRD8",
                  "CSG-LRS8",
                  "CSG-MWB30",
                  "CSG-MWC3018",
                  "CSG-MWC3036",
                  "CSG-OCM8",
                  "CSG-OCM8-135",
                  "CSG-ORG36",
                  "CSG-OVD3384",
                  "CSG-OVD3390",
                  "CSG-OVD3396",
                  "CSG-PBBH4896",
                  "CSG-PH3696",
                  "CSG-PR3015",
                  "CSG-PV3648",
                  "CSG-PV4896",
                  "CSG-QR8",
                  "CSG-REP2496-.75",
                  "CSG-REP2496-1.5",
                  "CSG-REP3096-.75",
                  "CSG-REP3096-1.5",
                  "CSG-RHAR36",
                  "CSG-RHCL36",
                  "CSG-RM8",
                  "CSG-SAMD",
                  "CSG-SB30",
                  "CSG-SB33",
                  "CSG-SB36",
                  "CSG-SB39",
                  "CSG-SBF36",
                  "CSG-SBF39",
                  "CSG-SCM8",
                  "CSG-SFCD42",
                  "CSG-SHM8",
                  "CSG-TEP96",
                  "CSG-TFOOT",
                  "CSG-TKC8",
                  "CSG-TUKITS",
                  "CSG-UP1884",
                  "CSG-UP1890",
                  "CSG-UP1896",
                  "CSG-UP2484",
                  "CSG-UP2490",
                  "CSG-UP2496",
                  "CSG-UP3084",
                  "CSG-UP3090",
                  "CSG-UP3096",
                  "CSG-VAR36",
                  "CSG-VAR48",
                  "CSG-VB12",
                  "CSG-VB15",
                  "CSG-VB18",
                  "CSG-VBTD36",
                  "CSG-VBTD42",
                  "CSG-VBTD48",
                  "CSG-VCDB60-3",
                  "CSG-VCDB60-6",
                  "CSG-VDB12-3",
                  "CSG-VDB15-3",
                  "CSG-VDB18-3",
                  "CSG-VDB21-3",
                  "CSG-VFH12",
                  "CSG-VL1584",
                  "CSG-VL1884",
                  "CSG-VL2484",
                  "CSG-VSB24",
                  "CSG-VSB27",
                  "CSG-VSB30",
                  "CSG-VSB33",
                  "CSG-VSB36",
                  "CSG-VSB42",
                  "CSG-VSB48",
                  "CSG-VSC48",
                  "CSG-W0930",
                  "CSG-W0936",
                  "CSG-W0942",
                  "CSG-W1230",
                  "CSG-W1236",
                  "CSG-W1242",
                  "CSG-W1530",
                  "CSG-W1530MI",
                  "CSG-W1536",
                  "CSG-W1536MI",
                  "CSG-W1542",
                  "CSG-W1542MI",
                  "CSG-W1830",
                  "CSG-W1830MI",
                  "CSG-W1836",
                  "CSG-W1836MI",
                  "CSG-W1842",
                  "CSG-W1842MI",
                  "CSG-W2118",
                  "CSG-W2130",
                  "CSG-W2136",
                  "CSG-W2142",
                  "CSG-W2418",
                  "CSG-W2430",
                  "CSG-W2436",
                  "CSG-W2442",
                  "CSG-W2730",
                  "CSG-W2736",
                  "CSG-W2742",
                  "CSG-W3012",
                  "CSG-W3015",
                  "CSG-W3018",
                  "CSG-W3024",
                  "CSG-W3030",
                  "CSG-W3030MI",
                  "CSG-W3036",
                  "CSG-W3036MI",
                  "CSG-W3042",
                  "CSG-W3042MI",
                  "CSG-W3312",
                  "CSG-W3315",
                  "CSG-W3318",
                  "CSG-W3324",
                  "CSG-W3330",
                  "CSG-W3336",
                  "CSG-W3342",
                  "CSG-W3612",
                  "CSG-W3615",
                  "CSG-W3618",
                  "CSG-W361824",
                  "CSG-W3624",
                  "CSG-W362424",
                  "CSG-W3630",
                  "CSG-W3630MI",
                  "CSG-W3636",
                  "CSG-W3636MI",
                  "CSG-W3642",
                  "CSG-W3642MI",
                  "CSG-W3912",
                  "CSG-W3915",
                  "CSG-W3918",
                  "CSG-W391824",
                  "CSG-W3924",
                  "CSG-W392424",
                  "CSG-W3930",
                  "CSG-W3936",
                  "CSG-W3942",
                  "CSG-W4230",
                  "CSG-W4236",
                  "CSG-W4242",
                  "CSG-WBC30-3330U",
                  "CSG-WBC30-3336U",
                  "CSG-WBC30-3342U",
                  "CSG-WDC2430",
                  "CSG-WDC2430MI",
                  "CSG-WDC2436",
                  "CSG-WDC2436MI",
                  "CSG-WDC2442",
                  "CSG-WDC2442MI",
                  "CSG-WDC273615",
                  "CSG-WDC273615MI",
                  "CSG-WDC274215",
                  "CSG-WDC274215MI",
                  "CSG-WDEP1230",
                  "CSG-WDEP1236",
                  "CSG-WDEP1242",
                  "CSG-WEC1230",
                  "CSG-WEC1236",
                  "CSG-WEC1242",
                  "CSG-WEP1242",
                  "CSG-WEP1542",
                  "CSG-WF330",
                  "CSG-WF342",
                  "CSG-WF630",
                  "CSG-WF642",
                  "CSG-WFF330",
                  "CSG-WFF336",
                  "CSG-WFF342",
                  "CSG-WFO330",
                  "CSG-WFO336",
                  "CSG-WFO342",
                  "CSG-WFO630",
                  "CSG-WFO636",
                  "CSG-WFO642",
                  "CSG-WR3015",
                  "DFPR24",
                  "DFPR28",
                  "DFPR30",
                  "DFPR32",
                  "DFPR36",
                  "DNU-ASG-GD-W1530",
                  "DNU-ASG-GD-W1536",
                  "DNU-ASG-GD-W1542",
                  "DNU-ASG-GD-W1830",
                  "DNU-ASG-GD-W1836",
                  "DNU-ASG-GD-W1842",
                  "DNU-ASG-GD-W3030",
                  "DNU-ASG-GD-W3036",
                  "DNU-ASG-GD-W3042",
                  "DNU-ASG-GD-W3630",
                  "DNU-ASG-GD-W3636",
                  "DNU-ASG-GD-W3642",
                  "DNU-ASG-GD-WDC2430",
                  "DNU-ASG-GD-WDC2436",
                  "DNU-ASG-GD-WDC2442",
                  "DNU-ASG-MBEP",
                  "DNU-ASG-MPBEP",
                  "DNU-ASG-MWEP30",
                  "DNU-ASG-MWEP36",
                  "DNU-ASG-MWEP42",
                  "DNU-PB-SG-DWR3L/R",
                  "DNU-PB-SG-F330",
                  "DNU-PB-SG-F336",
                  "DNU-PB-SG-F342",
                  "DNU-PB-SG-F396",
                  "DNU-PB-SG-F630",
                  "DNU-PB-SG-F642",
                  "DNU-PB-SG-F696",
                  "DNU-PB-SG-FPP9648 1/4",
                  "DNU-PB-SG-FPP9648 3/4",
                  "DNU-PB-SG-OCM8-1",
                  "DNU-PB-SG-SDP34 4X4",
                  "DNU-PB-SG-SSPA34 4X4",
                  "DSP1P18",
                  "DSP1P20",
                  "DSP1P22",
                  "DSP1P24",
                  "DSP1P26",
                  "DSP1P28",
                  "DSP1P30",
                  "DSP1P32",
                  "DSP1P34",
                  "DSP1P36",
                  "DSP2P18",
                  "DSP2P20",
                  "DSP2P22",
                  "DSP2P24",
                  "DSP2P26",
                  "DSP2P28",
                  "DSP2P30",
                  "DSP2P32",
                  "DSP2P34",
                  "DSP2P36",
                  "EOB-B12",
                  "EOB-B15",
                  "EOB-B18",
                  "EOB-B21",
                  "EOB-B24",
                  "EOB-B27",
                  "EOB-B30",
                  "EOB-B33",
                  "EOB-B36",
                  "EOB-B39",
                  "EOB-BBC36/39L/R",
                  "EOB-BBC39/42L/R",
                  "EOB-BBC45/48FHL/R",
                  "EOB-BBC45/48FHL/R-MC",
                  "EOB-BBC45/48L/R",
                  "EOB-BCOR33L/R",
                  "EOB-BCOR36L/R",
                  "EOB-BEC1224L",
                  "EOB-BEC1224R",
                  "EOB-BF3",
                  "EOB-BF6",
                  "EOB-BH09",
                  "EOB-BH12",
                  "EOB-BH15",
                  "EOB-BH18",
                  "EOB-BH21",
                  "EOB-BH24",
                  "EOB-BH27",
                  "EOB-BH30",
                  "EOB-BH33",
                  "EOB-BH36",
                  "EOB-BH39",
                  "EOB-BM8",
                  "EOB-BMC24",
                  "EOB-BMC30",
                  "EOB-BPP09",
                  "EOB-BWB18",
                  "EOB-CSB36",
                  "EOB-CSB36-FP",
                  "EOB-CVM8",
                  "EOB-DB12-3",
                  "EOB-DB15-3",
                  "EOB-DB18-3",
                  "EOB-DB21-3",
                  "EOB-DB24-3",
                  "EOB-DB27-3",
                  "EOB-DB30-2",
                  "EOB-DB30-3",
                  "EOB-DB33-3",
                  "EOB-DB36-3",
                  "EOB-DWR3L/R",
                  "EOB-EZR33",
                  "EOB-EZR36",
                  "EOB-F330",
                  "EOB-F336",
                  "EOB-F342",
                  "EOB-F396",
                  "EOB-F630",
                  "EOB-F642",
                  "EOB-F696",
                  "EOB-FPP9648 1/4",
                  "EOB-FPP9648 3/4",
                  "EOB-FPPB9648 1/2",
                  "EOB-FS24",
                  "EOB-FS30",
                  "EOB-FS36",
                  "EOB-FS60",
                  "EOB-GALLON OF PAINT",
                  "EOB-GD-W1530",
                  "EOB-GD-W1536",
                  "EOB-GD-W1542",
                  "EOB-GD-W1830",
                  "EOB-GD-W1836",
                  "EOB-GD-W1842",
                  "EOB-GD-W3030",
                  "EOB-GD-W3036",
                  "EOB-GD-W3042",
                  "EOB-GD-W3630",
                  "EOB-GD-W3636",
                  "EOB-GD-W3642",
                  "EOB-GD-WDC2430",
                  "EOB-GD-WDC2436",
                  "EOB-GD-WDC2442",
                  "EOB-GDW1530",
                  "EOB-GDW1536",
                  "EOB-GDW1542",
                  "EOB-GDW1830",
                  "EOB-GDW1836",
                  "EOB-GDW1842",
                  "EOB-GDW3030",
                  "EOB-GDW3036",
                  "EOB-GDW3042",
                  "EOB-GDW3630",
                  "EOB-GDW3636",
                  "EOB-GDW3642",
                  "EOB-GDWDC2430",
                  "EOB-GDWDC2436",
                  "EOB-GDWDC2442",
                  "EOB-LC1884",
                  "EOB-LCVM8",
                  "EOB-LM8",
                  "EOB-LRM8",
                  "EOB-M2436",
                  "EOB-MBEP",
                  "EOB-MC3018",
                  "EOB-MPBEP",
                  "EOB-MWEP30",
                  "EOB-MWEP36",
                  "EOB-MWEP42",
                  "EOB-OC3384",
                  "EOB-OC3390",
                  "EOB-OC3396",
                  "EOB-OCM8-1",
                  "EOB-PC1884"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "CGO-36LS",
                "CGO-36R",
                "CGO-36RBS",
                "CGO-36W",
                "CGO-36WC",
                "CGO-36WCT",
                "CGO-36WT",
                "CGO-36X",
                "CGO-36X12",
                "CGO-36Y",
                "CGO-39BC",
                "CGO-3F",
                "CGO-42B",
                "CGO-42BC",
                "CGO-42RBS",
                "CGO-42W",
                "CGO-42WC",
                "CGO-48B",
                "CGO-48W",
                "CGO-60SB",
                "CGO-6F",
                "CGO-72VAL",
                "CGO-96X3F",
                "CGO-9T",
                "CGO-9W",
                "CGO-9WT",
                "CGO-EPF3",
                "CGO-LGCROWN",
                "CGO-QTRRND",
                "CGO-REF-EPF",
                "CGO-SCRIBE",
                "CGO-SMCROWN",
                "CGO-TKFIN",
                "CGO-TOUCH UP PEN",
                "CGO-V15D",
                "CGO-V24S",
                "CGO-V30S",
                "CGO-V36S",
                "CGO-V36SD",
                "CRY-DH-2375x3725",
                "CRY-DH-2375x5325",
                "CRY-DH-2425x3725",
                "CRY-DH-2425x4125",
                "CRY-DH-2425x4525",
                "CRY-DH-2425x5325",
                "CRY-DH-2425x6125",
                "CRY-DH-2425x6525",
                "CRY-DH-2425x6925",
                "CRY-DH-2775x3725",
                "CRY-DH-2775x4525",
                "CRY-DH-2775x5325",
                "CRY-DH-2825x3725",
                "CRY-DH-2825x4125",
                "CRY-DH-2825x4525",
                "CRY-DH-2825x5325",
                "CRY-DH-2825x5725",
                "CRY-DH-2825x6125",
                "CRY-DH-2825x6525",
                "CRY-DH-2825x6925",
                "CRY-DH-3125x3725",
                "CRY-DH-3125x4125",
                "CRY-DH-3125x4525",
                "CRY-DH-3125x5325",
                "CRY-DH-3125x5725",
                "CRY-DH-3125x6125",
                "CRY-DH-3125x6525",
                "CRY-DH-3125x6925",
                "CRY-DH-3175x3725",
                "CRY-DH-3175x4525",
                "CRY-DH-3175x4925",
                "CRY-DH-3175x5325",
                "CRY-DH-3175x6125",
                "CRY-DH-3425x3725",
                "CRY-DH-3425x4125",
                "CRY-DH-3425x4525",
                "CRY-DH-3425x5325",
                "CRY-DH-3425x5725",
                "CRY-DH-3425x6125",
                "CRY-DH-3425x6525",
                "CRY-DH-3425x6925",
                "CRY-DH-3575x3725",
                "CRY-DH-3575x4525",
                "CRY-DH-3575x4925",
                "CRY-DH-3575x5325",
                "CRY-DH-3575x6125",
                "CRY-DH-3975x5325",
                "CRY-DH-4025x4125",
                "CRY-DH-4025x4525",
                "CRY-DH-4025x5325",
                "CRY-DH-4025x6125",
                "CRY-DH-4025x6525",
                "CRY-DH-4025x6925",
                "CSG-B12",
                "CSG-B15",
                "CSG-B18",
                "CSG-B21",
                "CSG-B24",
                "CSG-B27",
                "CSG-B30",
                "CSG-B33",
                "CSG-B36",
                "CSG-B39",
                "CSG-B42",
                "CSG-BBC39-42U",
                "CSG-BBC42-45U",
                "CSG-BBC45-48U",
                "CSG-BC33U",
                "CSG-BC36U",
                "CSG-BDEP24",
                "CSG-BEP24",
                "CSG-BF",
                "CSG-BF3",
                "CSG-BF6",
                "CSG-BFH09",
                "CSG-BFH12",
                "CSG-BFH15",
                "CSG-BFH18",
                "CSG-BM8",
                "CSG-CM8",
                "CSG-CMA8",
                "CSG-CMC8",
                "CSG-CMV8",
                "CSG-CORBEL-B",
                "CSG-CORBEL-LS",
                "CSG-CORBEL-S",
                "CSG-DB12",
                "CSG-DB15",
                "CSG-DB18",
                "CSG-DB21",
                "CSG-DB24",
                "CSG-DB30",
                "CSG-DB30-2",
                "CSG-DB36",
                "CSG-DB36-2",
                "CSG-DECOLEG",
                "CSG-DM8",
                "CSG-DWEP1.5",
                "CSG-DWEP3",
                "CSG-DWEP6",
                "CSG-F396",
                "CSG-F696",
                "CSG-FB8",
                "CSG-FF396",
                "CSG-FO396",
                "CSG-HBUNFOOT",
                "CSG-HTFOOT",
                "CSG-HTP3",
                "CSG-ICM8",
                "CSG-KD30",
                "CSG-LRB8",
                "CSG-LRD8",
                "CSG-LRS8",
                "CSG-MWB30",
                "CSG-MWC3018",
                "CSG-MWC3036",
                "CSG-OCM8",
                "CSG-OCM8-135",
                "CSG-ORG36",
                "CSG-OVD3384",
                "CSG-OVD3390",
                "CSG-OVD3396",
                "CSG-PBBH4896",
                "CSG-PH3696",
                "CSG-PR3015",
                "CSG-PV3648",
                "CSG-PV4896",
                "CSG-QR8",
                "CSG-REP2496-.75",
                "CSG-REP2496-1.5",
                "CSG-REP3096-.75",
                "CSG-REP3096-1.5",
                "CSG-RHAR36",
                "CSG-RHCL36",
                "CSG-RM8",
                "CSG-SAMD",
                "CSG-SB30",
                "CSG-SB33",
                "CSG-SB36",
                "CSG-SB39",
                "CSG-SBF36",
                "CSG-SBF39",
                "CSG-SCM8",
                "CSG-SFCD42",
                "CSG-SHM8",
                "CSG-TEP96",
                "CSG-TFOOT",
                "CSG-TKC8",
                "CSG-TUKITS",
                "CSG-UP1884",
                "CSG-UP1890",
                "CSG-UP1896",
                "CSG-UP2484",
                "CSG-UP2490",
                "CSG-UP2496",
                "CSG-UP3084",
                "CSG-UP3090",
                "CSG-UP3096",
                "CSG-VAR36",
                "CSG-VAR48",
                "CSG-VB12",
                "CSG-VB15",
                "CSG-VB18",
                "CSG-VBTD36",
                "CSG-VBTD42",
                "CSG-VBTD48",
                "CSG-VCDB60-3",
                "CSG-VCDB60-6",
                "CSG-VDB12-3",
                "CSG-VDB15-3",
                "CSG-VDB18-3",
                "CSG-VDB21-3",
                "CSG-VFH12",
                "CSG-VL1584",
                "CSG-VL1884",
                "CSG-VL2484",
                "CSG-VSB24",
                "CSG-VSB27",
                "CSG-VSB30",
                "CSG-VSB33",
                "CSG-VSB36",
                "CSG-VSB42",
                "CSG-VSB48",
                "CSG-VSC48",
                "CSG-W0930",
                "CSG-W0936",
                "CSG-W0942",
                "CSG-W1230",
                "CSG-W1236",
                "CSG-W1242",
                "CSG-W1530",
                "CSG-W1530MI",
                "CSG-W1536",
                "CSG-W1536MI",
                "CSG-W1542",
                "CSG-W1542MI",
                "CSG-W1830",
                "CSG-W1830MI",
                "CSG-W1836",
                "CSG-W1836MI",
                "CSG-W1842",
                "CSG-W1842MI",
                "CSG-W2118",
                "CSG-W2130",
                "CSG-W2136",
                "CSG-W2142",
                "CSG-W2418",
                "CSG-W2430",
                "CSG-W2436",
                "CSG-W2442",
                "CSG-W2730",
                "CSG-W2736",
                "CSG-W2742",
                "CSG-W3012",
                "CSG-W3015",
                "CSG-W3018",
                "CSG-W3024",
                "CSG-W3030",
                "CSG-W3030MI",
                "CSG-W3036",
                "CSG-W3036MI",
                "CSG-W3042",
                "CSG-W3042MI",
                "CSG-W3312",
                "CSG-W3315",
                "CSG-W3318",
                "CSG-W3324",
                "CSG-W3330",
                "CSG-W3336",
                "CSG-W3342",
                "CSG-W3612",
                "CSG-W3615",
                "CSG-W3618",
                "CSG-W361824",
                "CSG-W3624",
                "CSG-W362424",
                "CSG-W3630",
                "CSG-W3630MI",
                "CSG-W3636",
                "CSG-W3636MI",
                "CSG-W3642",
                "CSG-W3642MI",
                "CSG-W3912",
                "CSG-W3915",
                "CSG-W3918",
                "CSG-W391824",
                "CSG-W3924",
                "CSG-W392424",
                "CSG-W3930",
                "CSG-W3936",
                "CSG-W3942",
                "CSG-W4230",
                "CSG-W4236",
                "CSG-W4242",
                "CSG-WBC30-3330U",
                "CSG-WBC30-3336U",
                "CSG-WBC30-3342U",
                "CSG-WDC2430",
                "CSG-WDC2430MI",
                "CSG-WDC2436",
                "CSG-WDC2436MI",
                "CSG-WDC2442",
                "CSG-WDC2442MI",
                "CSG-WDC273615",
                "CSG-WDC273615MI",
                "CSG-WDC274215",
                "CSG-WDC274215MI",
                "CSG-WDEP1230",
                "CSG-WDEP1236",
                "CSG-WDEP1242",
                "CSG-WEC1230",
                "CSG-WEC1236",
                "CSG-WEC1242",
                "CSG-WEP1242",
                "CSG-WEP1542",
                "CSG-WF330",
                "CSG-WF342",
                "CSG-WF630",
                "CSG-WF642",
                "CSG-WFF330",
                "CSG-WFF336",
                "CSG-WFF342",
                "CSG-WFO330",
                "CSG-WFO336",
                "CSG-WFO342",
                "CSG-WFO630",
                "CSG-WFO636",
                "CSG-WFO642",
                "CSG-WR3015",
                "DFPR24",
                "DFPR28",
                "DFPR30",
                "DFPR32",
                "DFPR36",
                "DNU-ASG-GD-W1530",
                "DNU-ASG-GD-W1536",
                "DNU-ASG-GD-W1542",
                "DNU-ASG-GD-W1830",
                "DNU-ASG-GD-W1836",
                "DNU-ASG-GD-W1842",
                "DNU-ASG-GD-W3030",
                "DNU-ASG-GD-W3036",
                "DNU-ASG-GD-W3042",
                "DNU-ASG-GD-W3630",
                "DNU-ASG-GD-W3636",
                "DNU-ASG-GD-W3642",
                "DNU-ASG-GD-WDC2430",
                "DNU-ASG-GD-WDC2436",
                "DNU-ASG-GD-WDC2442",
                "DNU-ASG-MBEP",
                "DNU-ASG-MPBEP",
                "DNU-ASG-MWEP30",
                "DNU-ASG-MWEP36",
                "DNU-ASG-MWEP42",
                "DNU-PB-SG-DWR3L/R",
                "DNU-PB-SG-F330",
                "DNU-PB-SG-F336",
                "DNU-PB-SG-F342",
                "DNU-PB-SG-F396",
                "DNU-PB-SG-F630",
                "DNU-PB-SG-F642",
                "DNU-PB-SG-F696",
                "DNU-PB-SG-FPP9648 1/4",
                "DNU-PB-SG-FPP9648 3/4",
                "DNU-PB-SG-OCM8-1",
                "DNU-PB-SG-SDP34 4X4",
                "DNU-PB-SG-SSPA34 4X4",
                "DSP1P18",
                "DSP1P20",
                "DSP1P22",
                "DSP1P24",
                "DSP1P26",
                "DSP1P28",
                "DSP1P30",
                "DSP1P32",
                "DSP1P34",
                "DSP1P36",
                "DSP2P18",
                "DSP2P20",
                "DSP2P22",
                "DSP2P24",
                "DSP2P26",
                "DSP2P28",
                "DSP2P30",
                "DSP2P32",
                "DSP2P34",
                "DSP2P36",
                "EOB-B12",
                "EOB-B15",
                "EOB-B18",
                "EOB-B21",
                "EOB-B24",
                "EOB-B27",
                "EOB-B30",
                "EOB-B33",
                "EOB-B36",
                "EOB-B39",
                "EOB-BBC36/39L/R",
                "EOB-BBC39/42L/R",
                "EOB-BBC45/48FHL/R",
                "EOB-BBC45/48FHL/R-MC",
                "EOB-BBC45/48L/R",
                "EOB-BCOR33L/R",
                "EOB-BCOR36L/R",
                "EOB-BEC1224L",
                "EOB-BEC1224R",
                "EOB-BF3",
                "EOB-BF6",
                "EOB-BH09",
                "EOB-BH12",
                "EOB-BH15",
                "EOB-BH18",
                "EOB-BH21",
                "EOB-BH24",
                "EOB-BH27",
                "EOB-BH30",
                "EOB-BH33",
                "EOB-BH36",
                "EOB-BH39",
                "EOB-BM8",
                "EOB-BMC24",
                "EOB-BMC30",
                "EOB-BPP09",
                "EOB-BWB18",
                "EOB-CSB36",
                "EOB-CSB36-FP",
                "EOB-CVM8",
                "EOB-DB12-3",
                "EOB-DB15-3",
                "EOB-DB18-3",
                "EOB-DB21-3",
                "EOB-DB24-3",
                "EOB-DB27-3",
                "EOB-DB30-2",
                "EOB-DB30-3",
                "EOB-DB33-3",
                "EOB-DB36-3",
                "EOB-DWR3L/R",
                "EOB-EZR33",
                "EOB-EZR36",
                "EOB-F330",
                "EOB-F336",
                "EOB-F342",
                "EOB-F396",
                "EOB-F630",
                "EOB-F642",
                "EOB-F696",
                "EOB-FPP9648 1/4",
                "EOB-FPP9648 3/4",
                "EOB-FPPB9648 1/2",
                "EOB-FS24",
                "EOB-FS30",
                "EOB-FS36",
                "EOB-FS60",
                "EOB-GALLON OF PAINT",
                "EOB-GD-W1530",
                "EOB-GD-W1536",
                "EOB-GD-W1542",
                "EOB-GD-W1830",
                "EOB-GD-W1836",
                "EOB-GD-W1842",
                "EOB-GD-W3030",
                "EOB-GD-W3036",
                "EOB-GD-W3042",
                "EOB-GD-W3630",
                "EOB-GD-W3636",
                "EOB-GD-W3642",
                "EOB-GD-WDC2430",
                "EOB-GD-WDC2436",
                "EOB-GD-WDC2442",
                "EOB-GDW1530",
                "EOB-GDW1536",
                "EOB-GDW1542",
                "EOB-GDW1830",
                "EOB-GDW1836",
                "EOB-GDW1842",
                "EOB-GDW3030",
                "EOB-GDW3036",
                "EOB-GDW3042",
                "EOB-GDW3630",
                "EOB-GDW3636",
                "EOB-GDW3642",
                "EOB-GDWDC2430",
                "EOB-GDWDC2436",
                "EOB-GDWDC2442",
                "EOB-LC1884",
                "EOB-LCVM8",
                "EOB-LM8",
                "EOB-LRM8",
                "EOB-M2436",
                "EOB-MBEP",
                "EOB-MC3018",
                "EOB-MPBEP",
                "EOB-MWEP30",
                "EOB-MWEP36",
                "EOB-MWEP42",
                "EOB-OC3384",
                "EOB-OC3390",
                "EOB-OC3396",
                "EOB-OCM8-1",
                "EOB-PC1884"
              ],
              "status": "done",
              "job_id": 1229,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 458.5
            },
            {
              "phase": "images",
              "queue_id": 1707,
              "label": "push-channel-sample-magento-images-20260806-013350",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "CGO-36LS",
                  "CGO-36R",
                  "CGO-36RBS",
                  "CGO-36W",
                  "CGO-36WC",
                  "CGO-36WCT",
                  "CGO-36WT",
                  "CGO-36X",
                  "CGO-36X12",
                  "CGO-36Y",
                  "CGO-39BC",
                  "CGO-3F",
                  "CGO-42B",
                  "CGO-42BC",
                  "CGO-42RBS",
                  "CGO-42W",
                  "CGO-42WC",
                  "CGO-48B",
                  "CGO-48W",
                  "CGO-60SB",
                  "CGO-6F",
                  "CGO-72VAL",
                  "CGO-96X3F",
                  "CGO-9T",
                  "CGO-9W",
                  "CGO-9WT",
                  "CGO-EPF3",
                  "CGO-LGCROWN",
                  "CGO-QTRRND",
                  "CGO-REF-EPF",
                  "CGO-SCRIBE",
                  "CGO-SMCROWN",
                  "CGO-TKFIN",
                  "CGO-TOUCH UP PEN",
                  "CGO-V15D",
                  "CGO-V24S",
                  "CGO-V30S",
                  "CGO-V36S",
                  "CGO-V36SD",
                  "CRY-DH-2375x3725",
                  "CRY-DH-2375x5325",
                  "CRY-DH-2425x3725",
                  "CRY-DH-2425x4125",
                  "CRY-DH-2425x4525",
                  "CRY-DH-2425x5325",
                  "CRY-DH-2425x6125",
                  "CRY-DH-2425x6525",
                  "CRY-DH-2425x6925",
                  "CRY-DH-2775x3725",
                  "CRY-DH-2775x4525",
                  "CRY-DH-2775x5325",
                  "CRY-DH-2825x3725",
                  "CRY-DH-2825x4125",
                  "CRY-DH-2825x4525",
                  "CRY-DH-2825x5325",
                  "CRY-DH-2825x5725",
                  "CRY-DH-2825x6125",
                  "CRY-DH-2825x6525",
                  "CRY-DH-2825x6925",
                  "CRY-DH-3125x3725",
                  "CRY-DH-3125x4125",
                  "CRY-DH-3125x4525",
                  "CRY-DH-3125x5325",
                  "CRY-DH-3125x5725",
                  "CRY-DH-3125x6125",
                  "CRY-DH-3125x6525",
                  "CRY-DH-3125x6925",
                  "CRY-DH-3175x3725",
                  "CRY-DH-3175x4525",
                  "CRY-DH-3175x4925",
                  "CRY-DH-3175x5325",
                  "CRY-DH-3175x6125",
                  "CRY-DH-3425x3725",
                  "CRY-DH-3425x4125",
                  "CRY-DH-3425x4525",
                  "CRY-DH-3425x5325",
                  "CRY-DH-3425x5725",
                  "CRY-DH-3425x6125",
                  "CRY-DH-3425x6525",
                  "CRY-DH-3425x6925",
                  "CRY-DH-3575x3725",
                  "CRY-DH-3575x4525",
                  "CRY-DH-3575x4925",
                  "CRY-DH-3575x5325",
                  "CRY-DH-3575x6125",
                  "CRY-DH-3975x5325",
                  "CRY-DH-4025x4125",
                  "CRY-DH-4025x4525",
                  "CRY-DH-4025x5325",
                  "CRY-DH-4025x6125",
                  "CRY-DH-4025x6525",
                  "CRY-DH-4025x6925",
                  "CSG-B12",
                  "CSG-B15",
                  "CSG-B18",
                  "CSG-B21",
                  "CSG-B24",
                  "CSG-B27",
                  "CSG-B30",
                  "CSG-B33",
                  "CSG-B36",
                  "CSG-B39",
                  "CSG-B42",
                  "CSG-BBC39-42U",
                  "CSG-BBC42-45U",
                  "CSG-BBC45-48U",
                  "CSG-BC33U",
                  "CSG-BC36U",
                  "CSG-BDEP24",
                  "CSG-BEP24",
                  "CSG-BF",
                  "CSG-BF3",
                  "CSG-BF6",
                  "CSG-BFH09",
                  "CSG-BFH12",
                  "CSG-BFH15",
                  "CSG-BFH18",
                  "CSG-BM8",
                  "CSG-CM8",
                  "CSG-CMA8",
                  "CSG-CMC8",
                  "CSG-CMV8",
                  "CSG-CORBEL-B",
                  "CSG-CORBEL-LS",
                  "CSG-CORBEL-S",
                  "CSG-DB12",
                  "CSG-DB15",
                  "CSG-DB18",
                  "CSG-DB21",
                  "CSG-DB24",
                  "CSG-DB30",
                  "CSG-DB30-2",
                  "CSG-DB36",
                  "CSG-DB36-2",
                  "CSG-DECOLEG",
                  "CSG-DM8",
                  "CSG-DWEP1.5",
                  "CSG-DWEP3",
                  "CSG-DWEP6",
                  "CSG-F396",
                  "CSG-F696",
                  "CSG-FB8",
                  "CSG-FF396",
                  "CSG-FO396",
                  "CSG-HBUNFOOT",
                  "CSG-HTFOOT",
                  "CSG-HTP3",
                  "CSG-ICM8",
                  "CSG-KD30",
                  "CSG-LRB8",
                  "CSG-LRD8",
                  "CSG-LRS8",
                  "CSG-MWB30",
                  "CSG-MWC3018",
                  "CSG-MWC3036",
                  "CSG-OCM8",
                  "CSG-OCM8-135",
                  "CSG-ORG36",
                  "CSG-OVD3384",
                  "CSG-OVD3390",
                  "CSG-OVD3396",
                  "CSG-PBBH4896",
                  "CSG-PH3696",
                  "CSG-PR3015",
                  "CSG-PV3648",
                  "CSG-PV4896",
                  "CSG-QR8",
                  "CSG-REP2496-.75",
                  "CSG-REP2496-1.5",
                  "CSG-REP3096-.75",
                  "CSG-REP3096-1.5",
                  "CSG-RHAR36",
                  "CSG-RHCL36",
                  "CSG-RM8",
                  "CSG-SAMD",
                  "CSG-SB30",
                  "CSG-SB33",
                  "CSG-SB36",
                  "CSG-SB39",
                  "CSG-SBF36",
                  "CSG-SBF39",
                  "CSG-SCM8",
                  "CSG-SFCD42",
                  "CSG-SHM8",
                  "CSG-TEP96",
                  "CSG-TFOOT",
                  "CSG-TKC8",
                  "CSG-TUKITS",
                  "CSG-UP1884",
                  "CSG-UP1890",
                  "CSG-UP1896",
                  "CSG-UP2484",
                  "CSG-UP2490",
                  "CSG-UP2496",
                  "CSG-UP3084",
                  "CSG-UP3090",
                  "CSG-UP3096",
                  "CSG-VAR36",
                  "CSG-VAR48",
                  "CSG-VB12",
                  "CSG-VB15",
                  "CSG-VB18",
                  "CSG-VBTD36",
                  "CSG-VBTD42",
                  "CSG-VBTD48",
                  "CSG-VCDB60-3",
                  "CSG-VCDB60-6",
                  "CSG-VDB12-3",
                  "CSG-VDB15-3",
                  "CSG-VDB18-3",
                  "CSG-VDB21-3",
                  "CSG-VFH12",
                  "CSG-VL1584",
                  "CSG-VL1884",
                  "CSG-VL2484",
                  "CSG-VSB24",
                  "CSG-VSB27",
                  "CSG-VSB30",
                  "CSG-VSB33",
                  "CSG-VSB36",
                  "CSG-VSB42",
                  "CSG-VSB48",
                  "CSG-VSC48",
                  "CSG-W0930",
                  "CSG-W0936",
                  "CSG-W0942",
                  "CSG-W1230",
                  "CSG-W1236",
                  "CSG-W1242",
                  "CSG-W1530",
                  "CSG-W1530MI",
                  "CSG-W1536",
                  "CSG-W1536MI",
                  "CSG-W1542",
                  "CSG-W1542MI",
                  "CSG-W1830",
                  "CSG-W1830MI",
                  "CSG-W1836",
                  "CSG-W1836MI",
                  "CSG-W1842",
                  "CSG-W1842MI",
                  "CSG-W2118",
                  "CSG-W2130",
                  "CSG-W2136",
                  "CSG-W2142",
                  "CSG-W2418",
                  "CSG-W2430",
                  "CSG-W2436",
                  "CSG-W2442",
                  "CSG-W2730",
                  "CSG-W2736",
                  "CSG-W2742",
                  "CSG-W3012",
                  "CSG-W3015",
                  "CSG-W3018",
                  "CSG-W3024",
                  "CSG-W3030",
                  "CSG-W3030MI",
                  "CSG-W3036",
                  "CSG-W3036MI",
                  "CSG-W3042",
                  "CSG-W3042MI",
                  "CSG-W3312",
                  "CSG-W3315",
                  "CSG-W3318",
                  "CSG-W3324",
                  "CSG-W3330",
                  "CSG-W3336",
                  "CSG-W3342",
                  "CSG-W3612",
                  "CSG-W3615",
                  "CSG-W3618",
                  "CSG-W361824",
                  "CSG-W3624",
                  "CSG-W362424",
                  "CSG-W3630",
                  "CSG-W3630MI",
                  "CSG-W3636",
                  "CSG-W3636MI",
                  "CSG-W3642",
                  "CSG-W3642MI",
                  "CSG-W3912",
                  "CSG-W3915",
                  "CSG-W3918",
                  "CSG-W391824",
                  "CSG-W3924",
                  "CSG-W392424",
                  "CSG-W3930",
                  "CSG-W3936",
                  "CSG-W3942",
                  "CSG-W4230",
                  "CSG-W4236",
                  "CSG-W4242",
                  "CSG-WBC30-3330U",
                  "CSG-WBC30-3336U",
                  "CSG-WBC30-3342U",
                  "CSG-WDC2430",
                  "CSG-WDC2430MI",
                  "CSG-WDC2436",
                  "CSG-WDC2436MI",
                  "CSG-WDC2442",
                  "CSG-WDC2442MI",
                  "CSG-WDC273615",
                  "CSG-WDC273615MI",
                  "CSG-WDC274215",
                  "CSG-WDC274215MI",
                  "CSG-WDEP1230",
                  "CSG-WDEP1236",
                  "CSG-WDEP1242",
                  "CSG-WEC1230",
                  "CSG-WEC1236",
                  "CSG-WEC1242",
                  "CSG-WEP1242",
                  "CSG-WEP1542",
                  "CSG-WF330",
                  "CSG-WF342",
                  "CSG-WF630",
                  "CSG-WF642",
                  "CSG-WFF330",
                  "CSG-WFF336",
                  "CSG-WFF342",
                  "CSG-WFO330",
                  "CSG-WFO336",
                  "CSG-WFO342",
                  "CSG-WFO630",
                  "CSG-WFO636",
                  "CSG-WFO642",
                  "CSG-WR3015",
                  "DFPR24",
                  "DFPR28",
                  "DFPR30",
                  "DFPR32",
                  "DFPR36",
                  "DNU-ASG-GD-W1530",
                  "DNU-ASG-GD-W1536",
                  "DNU-ASG-GD-W1542",
                  "DNU-ASG-GD-W1830",
                  "DNU-ASG-GD-W1836",
                  "DNU-ASG-GD-W1842",
                  "DNU-ASG-GD-W3030",
                  "DNU-ASG-GD-W3036",
                  "DNU-ASG-GD-W3042",
                  "DNU-ASG-GD-W3630",
                  "DNU-ASG-GD-W3636",
                  "DNU-ASG-GD-W3642",
                  "DNU-ASG-GD-WDC2430",
                  "DNU-ASG-GD-WDC2436",
                  "DNU-ASG-GD-WDC2442",
                  "DNU-ASG-MBEP",
                  "DNU-ASG-MPBEP",
                  "DNU-ASG-MWEP30",
                  "DNU-ASG-MWEP36",
                  "DNU-ASG-MWEP42",
                  "DNU-PB-SG-DWR3L/R",
                  "DNU-PB-SG-F330",
                  "DNU-PB-SG-F336",
                  "DNU-PB-SG-F342",
                  "DNU-PB-SG-F396",
                  "DNU-PB-SG-F630",
                  "DNU-PB-SG-F642",
                  "DNU-PB-SG-F696",
                  "DNU-PB-SG-FPP9648 1/4",
                  "DNU-PB-SG-FPP9648 3/4",
                  "DNU-PB-SG-OCM8-1",
                  "DNU-PB-SG-SDP34 4X4",
                  "DNU-PB-SG-SSPA34 4X4",
                  "DSP1P18",
                  "DSP1P20",
                  "DSP1P22",
                  "DSP1P24",
                  "DSP1P26",
                  "DSP1P28",
                  "DSP1P30",
                  "DSP1P32",
                  "DSP1P34",
                  "DSP1P36",
                  "DSP2P18",
                  "DSP2P20",
                  "DSP2P22",
                  "DSP2P24",
                  "DSP2P26",
                  "DSP2P28",
                  "DSP2P30",
                  "DSP2P32",
                  "DSP2P34",
                  "DSP2P36",
                  "EOB-B12",
                  "EOB-B15",
                  "EOB-B18",
                  "EOB-B21",
                  "EOB-B24",
                  "EOB-B27",
                  "EOB-B30",
                  "EOB-B33",
                  "EOB-B36",
                  "EOB-B39",
                  "EOB-BBC36/39L/R",
                  "EOB-BBC39/42L/R",
                  "EOB-BBC45/48FHL/R",
                  "EOB-BBC45/48FHL/R-MC",
                  "EOB-BBC45/48L/R",
                  "EOB-BCOR33L/R",
                  "EOB-BCOR36L/R",
                  "EOB-BEC1224L",
                  "EOB-BEC1224R",
                  "EOB-BF3",
                  "EOB-BF6",
                  "EOB-BH09",
                  "EOB-BH12",
                  "EOB-BH15",
                  "EOB-BH18",
                  "EOB-BH21",
                  "EOB-BH24",
                  "EOB-BH27",
                  "EOB-BH30",
                  "EOB-BH33",
                  "EOB-BH36",
                  "EOB-BH39",
                  "EOB-BM8",
                  "EOB-BMC24",
                  "EOB-BMC30",
                  "EOB-BPP09",
                  "EOB-BWB18",
                  "EOB-CSB36",
                  "EOB-CSB36-FP",
                  "EOB-CVM8",
                  "EOB-DB12-3",
                  "EOB-DB15-3",
                  "EOB-DB18-3",
                  "EOB-DB21-3",
                  "EOB-DB24-3",
                  "EOB-DB27-3",
                  "EOB-DB30-2",
                  "EOB-DB30-3",
                  "EOB-DB33-3",
                  "EOB-DB36-3",
                  "EOB-DWR3L/R",
                  "EOB-EZR33",
                  "EOB-EZR36",
                  "EOB-F330",
                  "EOB-F336",
                  "EOB-F342",
                  "EOB-F396",
                  "EOB-F630",
                  "EOB-F642",
                  "EOB-F696",
                  "EOB-FPP9648 1/4",
                  "EOB-FPP9648 3/4",
                  "EOB-FPPB9648 1/2",
                  "EOB-FS24",
                  "EOB-FS30",
                  "EOB-FS36",
                  "EOB-FS60",
                  "EOB-GALLON OF PAINT",
                  "EOB-GD-W1530",
                  "EOB-GD-W1536",
                  "EOB-GD-W1542",
                  "EOB-GD-W1830",
                  "EOB-GD-W1836",
                  "EOB-GD-W1842",
                  "EOB-GD-W3030",
                  "EOB-GD-W3036",
                  "EOB-GD-W3042",
                  "EOB-GD-W3630",
                  "EOB-GD-W3636",
                  "EOB-GD-W3642",
                  "EOB-GD-WDC2430",
                  "EOB-GD-WDC2436",
                  "EOB-GD-WDC2442",
                  "EOB-GDW1530",
                  "EOB-GDW1536",
                  "EOB-GDW1542",
                  "EOB-GDW1830",
                  "EOB-GDW1836",
                  "EOB-GDW1842",
                  "EOB-GDW3030",
                  "EOB-GDW3036",
                  "EOB-GDW3042",
                  "EOB-GDW3630",
                  "EOB-GDW3636",
                  "EOB-GDW3642",
                  "EOB-GDWDC2430",
                  "EOB-GDWDC2436",
                  "EOB-GDWDC2442",
                  "EOB-LC1884",
                  "EOB-LCVM8",
                  "EOB-LM8",
                  "EOB-LRM8",
                  "EOB-M2436",
                  "EOB-MBEP",
                  "EOB-MC3018",
                  "EOB-MPBEP",
                  "EOB-MWEP30",
                  "EOB-MWEP36",
                  "EOB-MWEP42",
                  "EOB-OC3384",
                  "EOB-OC3390",
                  "EOB-OC3396",
                  "EOB-OCM8-1",
                  "EOB-PC1884"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "CGO-36LS",
                "CGO-36R",
                "CGO-36RBS",
                "CGO-36W",
                "CGO-36WC",
                "CGO-36WCT",
                "CGO-36WT",
                "CGO-36X",
                "CGO-36X12",
                "CGO-36Y",
                "CGO-39BC",
                "CGO-3F",
                "CGO-42B",
                "CGO-42BC",
                "CGO-42RBS",
                "CGO-42W",
                "CGO-42WC",
                "CGO-48B",
                "CGO-48W",
                "CGO-60SB",
                "CGO-6F",
                "CGO-72VAL",
                "CGO-96X3F",
                "CGO-9T",
                "CGO-9W",
                "CGO-9WT",
                "CGO-EPF3",
                "CGO-LGCROWN",
                "CGO-QTRRND",
                "CGO-REF-EPF",
                "CGO-SCRIBE",
                "CGO-SMCROWN",
                "CGO-TKFIN",
                "CGO-TOUCH UP PEN",
                "CGO-V15D",
                "CGO-V24S",
                "CGO-V30S",
                "CGO-V36S",
                "CGO-V36SD",
                "CRY-DH-2375x3725",
                "CRY-DH-2375x5325",
                "CRY-DH-2425x3725",
                "CRY-DH-2425x4125",
                "CRY-DH-2425x4525",
                "CRY-DH-2425x5325",
                "CRY-DH-2425x6125",
                "CRY-DH-2425x6525",
                "CRY-DH-2425x6925",
                "CRY-DH-2775x3725",
                "CRY-DH-2775x4525",
                "CRY-DH-2775x5325",
                "CRY-DH-2825x3725",
                "CRY-DH-2825x4125",
                "CRY-DH-2825x4525",
                "CRY-DH-2825x5325",
                "CRY-DH-2825x5725",
                "CRY-DH-2825x6125",
                "CRY-DH-2825x6525",
                "CRY-DH-2825x6925",
                "CRY-DH-3125x3725",
                "CRY-DH-3125x4125",
                "CRY-DH-3125x4525",
                "CRY-DH-3125x5325",
                "CRY-DH-3125x5725",
                "CRY-DH-3125x6125",
                "CRY-DH-3125x6525",
                "CRY-DH-3125x6925",
                "CRY-DH-3175x3725",
                "CRY-DH-3175x4525",
                "CRY-DH-3175x4925",
                "CRY-DH-3175x5325",
                "CRY-DH-3175x6125",
                "CRY-DH-3425x3725",
                "CRY-DH-3425x4125",
                "CRY-DH-3425x4525",
                "CRY-DH-3425x5325",
                "CRY-DH-3425x5725",
                "CRY-DH-3425x6125",
                "CRY-DH-3425x6525",
                "CRY-DH-3425x6925",
                "CRY-DH-3575x3725",
                "CRY-DH-3575x4525",
                "CRY-DH-3575x4925",
                "CRY-DH-3575x5325",
                "CRY-DH-3575x6125",
                "CRY-DH-3975x5325",
                "CRY-DH-4025x4125",
                "CRY-DH-4025x4525",
                "CRY-DH-4025x5325",
                "CRY-DH-4025x6125",
                "CRY-DH-4025x6525",
                "CRY-DH-4025x6925",
                "CSG-B12",
                "CSG-B15",
                "CSG-B18",
                "CSG-B21",
                "CSG-B24",
                "CSG-B27",
                "CSG-B30",
                "CSG-B33",
                "CSG-B36",
                "CSG-B39",
                "CSG-B42",
                "CSG-BBC39-42U",
                "CSG-BBC42-45U",
                "CSG-BBC45-48U",
                "CSG-BC33U",
                "CSG-BC36U",
                "CSG-BDEP24",
                "CSG-BEP24",
                "CSG-BF",
                "CSG-BF3",
                "CSG-BF6",
                "CSG-BFH09",
                "CSG-BFH12",
                "CSG-BFH15",
                "CSG-BFH18",
                "CSG-BM8",
                "CSG-CM8",
                "CSG-CMA8",
                "CSG-CMC8",
                "CSG-CMV8",
                "CSG-CORBEL-B",
                "CSG-CORBEL-LS",
                "CSG-CORBEL-S",
                "CSG-DB12",
                "CSG-DB15",
                "CSG-DB18",
                "CSG-DB21",
                "CSG-DB24",
                "CSG-DB30",
                "CSG-DB30-2",
                "CSG-DB36",
                "CSG-DB36-2",
                "CSG-DECOLEG",
                "CSG-DM8",
                "CSG-DWEP1.5",
                "CSG-DWEP3",
                "CSG-DWEP6",
                "CSG-F396",
                "CSG-F696",
                "CSG-FB8",
                "CSG-FF396",
                "CSG-FO396",
                "CSG-HBUNFOOT",
                "CSG-HTFOOT",
                "CSG-HTP3",
                "CSG-ICM8",
                "CSG-KD30",
                "CSG-LRB8",
                "CSG-LRD8",
                "CSG-LRS8",
                "CSG-MWB30",
                "CSG-MWC3018",
                "CSG-MWC3036",
                "CSG-OCM8",
                "CSG-OCM8-135",
                "CSG-ORG36",
                "CSG-OVD3384",
                "CSG-OVD3390",
                "CSG-OVD3396",
                "CSG-PBBH4896",
                "CSG-PH3696",
                "CSG-PR3015",
                "CSG-PV3648",
                "CSG-PV4896",
                "CSG-QR8",
                "CSG-REP2496-.75",
                "CSG-REP2496-1.5",
                "CSG-REP3096-.75",
                "CSG-REP3096-1.5",
                "CSG-RHAR36",
                "CSG-RHCL36",
                "CSG-RM8",
                "CSG-SAMD",
                "CSG-SB30",
                "CSG-SB33",
                "CSG-SB36",
                "CSG-SB39",
                "CSG-SBF36",
                "CSG-SBF39",
                "CSG-SCM8",
                "CSG-SFCD42",
                "CSG-SHM8",
                "CSG-TEP96",
                "CSG-TFOOT",
                "CSG-TKC8",
                "CSG-TUKITS",
                "CSG-UP1884",
                "CSG-UP1890",
                "CSG-UP1896",
                "CSG-UP2484",
                "CSG-UP2490",
                "CSG-UP2496",
                "CSG-UP3084",
                "CSG-UP3090",
                "CSG-UP3096",
                "CSG-VAR36",
                "CSG-VAR48",
                "CSG-VB12",
                "CSG-VB15",
                "CSG-VB18",
                "CSG-VBTD36",
                "CSG-VBTD42",
                "CSG-VBTD48",
                "CSG-VCDB60-3",
                "CSG-VCDB60-6",
                "CSG-VDB12-3",
                "CSG-VDB15-3",
                "CSG-VDB18-3",
                "CSG-VDB21-3",
                "CSG-VFH12",
                "CSG-VL1584",
                "CSG-VL1884",
                "CSG-VL2484",
                "CSG-VSB24",
                "CSG-VSB27",
                "CSG-VSB30",
                "CSG-VSB33",
                "CSG-VSB36",
                "CSG-VSB42",
                "CSG-VSB48",
                "CSG-VSC48",
                "CSG-W0930",
                "CSG-W0936",
                "CSG-W0942",
                "CSG-W1230",
                "CSG-W1236",
                "CSG-W1242",
                "CSG-W1530",
                "CSG-W1530MI",
                "CSG-W1536",
                "CSG-W1536MI",
                "CSG-W1542",
                "CSG-W1542MI",
                "CSG-W1830",
                "CSG-W1830MI",
                "CSG-W1836",
                "CSG-W1836MI",
                "CSG-W1842",
                "CSG-W1842MI",
                "CSG-W2118",
                "CSG-W2130",
                "CSG-W2136",
                "CSG-W2142",
                "CSG-W2418",
                "CSG-W2430",
                "CSG-W2436",
                "CSG-W2442",
                "CSG-W2730",
                "CSG-W2736",
                "CSG-W2742",
                "CSG-W3012",
                "CSG-W3015",
                "CSG-W3018",
                "CSG-W3024",
                "CSG-W3030",
                "CSG-W3030MI",
                "CSG-W3036",
                "CSG-W3036MI",
                "CSG-W3042",
                "CSG-W3042MI",
                "CSG-W3312",
                "CSG-W3315",
                "CSG-W3318",
                "CSG-W3324",
                "CSG-W3330",
                "CSG-W3336",
                "CSG-W3342",
                "CSG-W3612",
                "CSG-W3615",
                "CSG-W3618",
                "CSG-W361824",
                "CSG-W3624",
                "CSG-W362424",
                "CSG-W3630",
                "CSG-W3630MI",
                "CSG-W3636",
                "CSG-W3636MI",
                "CSG-W3642",
                "CSG-W3642MI",
                "CSG-W3912",
                "CSG-W3915",
                "CSG-W3918",
                "CSG-W391824",
                "CSG-W3924",
                "CSG-W392424",
                "CSG-W3930",
                "CSG-W3936",
                "CSG-W3942",
                "CSG-W4230",
                "CSG-W4236",
                "CSG-W4242",
                "CSG-WBC30-3330U",
                "CSG-WBC30-3336U",
                "CSG-WBC30-3342U",
                "CSG-WDC2430",
                "CSG-WDC2430MI",
                "CSG-WDC2436",
                "CSG-WDC2436MI",
                "CSG-WDC2442",
                "CSG-WDC2442MI",
                "CSG-WDC273615",
                "CSG-WDC273615MI",
                "CSG-WDC274215",
                "CSG-WDC274215MI",
                "CSG-WDEP1230",
                "CSG-WDEP1236",
                "CSG-WDEP1242",
                "CSG-WEC1230",
                "CSG-WEC1236",
                "CSG-WEC1242",
                "CSG-WEP1242",
                "CSG-WEP1542",
                "CSG-WF330",
                "CSG-WF342",
                "CSG-WF630",
                "CSG-WF642",
                "CSG-WFF330",
                "CSG-WFF336",
                "CSG-WFF342",
                "CSG-WFO330",
                "CSG-WFO336",
                "CSG-WFO342",
                "CSG-WFO630",
                "CSG-WFO636",
                "CSG-WFO642",
                "CSG-WR3015",
                "DFPR24",
                "DFPR28",
                "DFPR30",
                "DFPR32",
                "DFPR36",
                "DNU-ASG-GD-W1530",
                "DNU-ASG-GD-W1536",
                "DNU-ASG-GD-W1542",
                "DNU-ASG-GD-W1830",
                "DNU-ASG-GD-W1836",
                "DNU-ASG-GD-W1842",
                "DNU-ASG-GD-W3030",
                "DNU-ASG-GD-W3036",
                "DNU-ASG-GD-W3042",
                "DNU-ASG-GD-W3630",
                "DNU-ASG-GD-W3636",
                "DNU-ASG-GD-W3642",
                "DNU-ASG-GD-WDC2430",
                "DNU-ASG-GD-WDC2436",
                "DNU-ASG-GD-WDC2442",
                "DNU-ASG-MBEP",
                "DNU-ASG-MPBEP",
                "DNU-ASG-MWEP30",
                "DNU-ASG-MWEP36",
                "DNU-ASG-MWEP42",
                "DNU-PB-SG-DWR3L/R",
                "DNU-PB-SG-F330",
                "DNU-PB-SG-F336",
                "DNU-PB-SG-F342",
                "DNU-PB-SG-F396",
                "DNU-PB-SG-F630",
                "DNU-PB-SG-F642",
                "DNU-PB-SG-F696",
                "DNU-PB-SG-FPP9648 1/4",
                "DNU-PB-SG-FPP9648 3/4",
                "DNU-PB-SG-OCM8-1",
                "DNU-PB-SG-SDP34 4X4",
                "DNU-PB-SG-SSPA34 4X4",
                "DSP1P18",
                "DSP1P20",
                "DSP1P22",
                "DSP1P24",
                "DSP1P26",
                "DSP1P28",
                "DSP1P30",
                "DSP1P32",
                "DSP1P34",
                "DSP1P36",
                "DSP2P18",
                "DSP2P20",
                "DSP2P22",
                "DSP2P24",
                "DSP2P26",
                "DSP2P28",
                "DSP2P30",
                "DSP2P32",
                "DSP2P34",
                "DSP2P36",
                "EOB-B12",
                "EOB-B15",
                "EOB-B18",
                "EOB-B21",
                "EOB-B24",
                "EOB-B27",
                "EOB-B30",
                "EOB-B33",
                "EOB-B36",
                "EOB-B39",
                "EOB-BBC36/39L/R",
                "EOB-BBC39/42L/R",
                "EOB-BBC45/48FHL/R",
                "EOB-BBC45/48FHL/R-MC",
                "EOB-BBC45/48L/R",
                "EOB-BCOR33L/R",
                "EOB-BCOR36L/R",
                "EOB-BEC1224L",
                "EOB-BEC1224R",
                "EOB-BF3",
                "EOB-BF6",
                "EOB-BH09",
                "EOB-BH12",
                "EOB-BH15",
                "EOB-BH18",
                "EOB-BH21",
                "EOB-BH24",
                "EOB-BH27",
                "EOB-BH30",
                "EOB-BH33",
                "EOB-BH36",
                "EOB-BH39",
                "EOB-BM8",
                "EOB-BMC24",
                "EOB-BMC30",
                "EOB-BPP09",
                "EOB-BWB18",
                "EOB-CSB36",
                "EOB-CSB36-FP",
                "EOB-CVM8",
                "EOB-DB12-3",
                "EOB-DB15-3",
                "EOB-DB18-3",
                "EOB-DB21-3",
                "EOB-DB24-3",
                "EOB-DB27-3",
                "EOB-DB30-2",
                "EOB-DB30-3",
                "EOB-DB33-3",
                "EOB-DB36-3",
                "EOB-DWR3L/R",
                "EOB-EZR33",
                "EOB-EZR36",
                "EOB-F330",
                "EOB-F336",
                "EOB-F342",
                "EOB-F396",
                "EOB-F630",
                "EOB-F642",
                "EOB-F696",
                "EOB-FPP9648 1/4",
                "EOB-FPP9648 3/4",
                "EOB-FPPB9648 1/2",
                "EOB-FS24",
                "EOB-FS30",
                "EOB-FS36",
                "EOB-FS60",
                "EOB-GALLON OF PAINT",
                "EOB-GD-W1530",
                "EOB-GD-W1536",
                "EOB-GD-W1542",
                "EOB-GD-W1830",
                "EOB-GD-W1836",
                "EOB-GD-W1842",
                "EOB-GD-W3030",
                "EOB-GD-W3036",
                "EOB-GD-W3042",
                "EOB-GD-W3630",
                "EOB-GD-W3636",
                "EOB-GD-W3642",
                "EOB-GD-WDC2430",
                "EOB-GD-WDC2436",
                "EOB-GD-WDC2442",
                "EOB-GDW1530",
                "EOB-GDW1536",
                "EOB-GDW1542",
                "EOB-GDW1830",
                "EOB-GDW1836",
                "EOB-GDW1842",
                "EOB-GDW3030",
                "EOB-GDW3036",
                "EOB-GDW3042",
                "EOB-GDW3630",
                "EOB-GDW3636",
                "EOB-GDW3642",
                "EOB-GDWDC2430",
                "EOB-GDWDC2436",
                "EOB-GDWDC2442",
                "EOB-LC1884",
                "EOB-LCVM8",
                "EOB-LM8",
                "EOB-LRM8",
                "EOB-M2436",
                "EOB-MBEP",
                "EOB-MC3018",
                "EOB-MPBEP",
                "EOB-MWEP30",
                "EOB-MWEP36",
                "EOB-MWEP42",
                "EOB-OC3384",
                "EOB-OC3390",
                "EOB-OC3396",
                "EOB-OCM8-1",
                "EOB-PC1884"
              ],
              "status": "done",
              "job_id": 1230,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 2400.1
            }
          ],
          "dry_run": false
        },
        {
          "batch": 5,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1708,
              "label": "push-channel-sample-magento-products-20260806-021351",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "EOB-PC1890",
                  "EOB-PC1896",
                  "EOB-PC2484",
                  "EOB-PC2490",
                  "EOB-PC2496",
                  "EOB-PC3084",
                  "EOB-PC3090",
                  "EOB-PC3096",
                  "EOB-PINT OF PAINT",
                  "EOB-QUART OF PAINT",
                  "EOB-REP120",
                  "EOB-REP96",
                  "EOB-SB24",
                  "EOB-SB27",
                  "EOB-SB30",
                  "EOB-SB33",
                  "EOB-SB36",
                  "EOB-SBF30",
                  "EOB-SBF36",
                  "EOB-SBM8",
                  "EOB-SC10",
                  "EOB-SD",
                  "EOB-SDP34 4X4",
                  "EOB-SHM8",
                  "EOB-SM8",
                  "EOB-SPRAY CAN",
                  "EOB-SSPA34 4X4",
                  "EOB-TK8",
                  "EOB-TKBM8",
                  "EOB-TLM8",
                  "EOB-TOUCH UP KIT",
                  "EOB-V54",
                  "EOB-VA2421",
                  "EOB-VA3021",
                  "EOB-VA3621",
                  "EOB-VDB12-3",
                  "EOB-VDB15-3",
                  "EOB-VDB18-3",
                  "EOB-VKD3021",
                  "EOB-VSD3021DL",
                  "EOB-VSD3021DR",
                  "EOB-VSD3621DL",
                  "EOB-VSD3621DR",
                  "EOB-VSD4821DLR",
                  "EOB-VSD6021DLR",
                  "EOB-W0930",
                  "EOB-W0936",
                  "EOB-W0942",
                  "EOB-W1230",
                  "EOB-W1236",
                  "EOB-W1242",
                  "EOB-W1530",
                  "EOB-W1536",
                  "EOB-W1542",
                  "EOB-W1830",
                  "EOB-W1836",
                  "EOB-W1842",
                  "EOB-W2130",
                  "EOB-W2136",
                  "EOB-W2142",
                  "EOB-W2412",
                  "EOB-W2415",
                  "EOB-W2418",
                  "EOB-W2424",
                  "EOB-W2430",
                  "EOB-W2436",
                  "EOB-W2442",
                  "EOB-W2730",
                  "EOB-W2736",
                  "EOB-W2742",
                  "EOB-W3012",
                  "EOB-W301224",
                  "EOB-W3015",
                  "EOB-W3018",
                  "EOB-W301824",
                  "EOB-W3024",
                  "EOB-W302424",
                  "EOB-W3030",
                  "EOB-W3036",
                  "EOB-W3042",
                  "EOB-W331224",
                  "EOB-W3315",
                  "EOB-W3318",
                  "EOB-W3324",
                  "EOB-W3330",
                  "EOB-W3336",
                  "EOB-W3342",
                  "EOB-W3612",
                  "EOB-W361224",
                  "EOB-W3615",
                  "EOB-W3618",
                  "EOB-W361824",
                  "EOB-W3624",
                  "EOB-W362424",
                  "EOB-W3630",
                  "EOB-W3636",
                  "EOB-W3642",
                  "EOB-W3930",
                  "EOB-WBC2730",
                  "EOB-WBC2736",
                  "EOB-WBC2742",
                  "EOB-WCOR2430",
                  "EOB-WCOR2436",
                  "EOB-WCOR2442",
                  "EOB-WDC2430",
                  "EOB-WDC2436",
                  "EOB-WDC2442",
                  "EOB-WECA30",
                  "EOB-WECA36",
                  "EOB-WECA42",
                  "EOB-WHB3624",
                  "EOB-WHB3630",
                  "EOB-WOC1530",
                  "EOB-WOC1536",
                  "EOB-WOC1542",
                  "EOB-WOC1830",
                  "EOB-WOC1836",
                  "EOB-WOC1842",
                  "EOB-WOC3030",
                  "EOB-WOC3036",
                  "EOB-WOC3042",
                  "EOB-WOC3630",
                  "EOB-WOC3636",
                  "EOB-WOC3642",
                  "EOB-WOCD2430",
                  "EOB-WOCD2436",
                  "EOB-WOCD2442",
                  "EOB-WSC1818",
                  "ESW-B12",
                  "ESW-B15",
                  "ESW-B18",
                  "ESW-B21",
                  "ESW-B24",
                  "ESW-B27",
                  "ESW-B30",
                  "ESW-B33",
                  "ESW-B36",
                  "ESW-B39",
                  "ESW-BBC36/39L/R",
                  "ESW-BBC39/42L/R",
                  "ESW-BBC45/48FHL/R",
                  "ESW-BBC45/48FHL/R-MC",
                  "ESW-BBC45/48L/R",
                  "ESW-BCOR33L/R",
                  "ESW-BCOR36L/R",
                  "ESW-BEC1224L",
                  "ESW-BEC1224R",
                  "ESW-BF3",
                  "ESW-BF6",
                  "ESW-BH09",
                  "ESW-BH12",
                  "ESW-BH15",
                  "ESW-BH18",
                  "ESW-BH21",
                  "ESW-BH24",
                  "ESW-BH27",
                  "ESW-BH30",
                  "ESW-BH33",
                  "ESW-BH36",
                  "ESW-BH39",
                  "ESW-BM8",
                  "ESW-BMC24",
                  "ESW-BMC30",
                  "ESW-BPP09",
                  "ESW-BWB18",
                  "ESW-CSB36",
                  "ESW-CSB36-FP",
                  "ESW-CVM8",
                  "ESW-DB12-3",
                  "ESW-DB15-3",
                  "ESW-DB18-3",
                  "ESW-DB21-3",
                  "ESW-DB24-3",
                  "ESW-DB27-3",
                  "ESW-DB30-2",
                  "ESW-DB30-3",
                  "ESW-DB33-3",
                  "ESW-DB36-3",
                  "ESW-DWR3L/R",
                  "ESW-EZR33",
                  "ESW-EZR36",
                  "ESW-F330",
                  "ESW-F336",
                  "ESW-F342",
                  "ESW-F396",
                  "ESW-F630",
                  "ESW-F642",
                  "ESW-F696",
                  "ESW-FPP9648 1/4",
                  "ESW-FPP9648 3/4",
                  "ESW-FPPB9648 1/2",
                  "ESW-FS24",
                  "ESW-FS30",
                  "ESW-FS36",
                  "ESW-FS60",
                  "ESW-GALLON OF PAINT",
                  "ESW-GD-W1215",
                  "ESW-GD-W1515",
                  "ESW-GD-W1530",
                  "ESW-GD-W1536",
                  "ESW-GD-W1542",
                  "ESW-GD-W1815",
                  "ESW-GD-W1830",
                  "ESW-GD-W1836",
                  "ESW-GD-W1842",
                  "ESW-GD-W2115",
                  "ESW-GD-W2415",
                  "ESW-GD-W2715",
                  "ESW-GD-W3015",
                  "ESW-GD-W3030",
                  "ESW-GD-W3036",
                  "ESW-GD-W3042",
                  "ESW-GD-W3315",
                  "ESW-GD-W3615",
                  "ESW-GD-W3630",
                  "ESW-GD-W3636",
                  "ESW-GD-W3642",
                  "ESW-GD-WCOR2415",
                  "ESW-GD-WDC2430",
                  "ESW-GD-WDC2436",
                  "ESW-GD-WDC2442",
                  "ESW-GDW1215",
                  "ESW-GDW1515",
                  "ESW-GDW1530",
                  "ESW-GDW1536",
                  "ESW-GDW1542",
                  "ESW-GDW1815",
                  "ESW-GDW1830",
                  "ESW-GDW1836",
                  "ESW-GDW1842",
                  "ESW-GDW2115",
                  "ESW-GDW2415",
                  "ESW-GDW2715",
                  "ESW-GDW3015",
                  "ESW-GDW3030",
                  "ESW-GDW3036",
                  "ESW-GDW3042",
                  "ESW-GDW3315",
                  "ESW-GDW3615",
                  "ESW-GDW3630",
                  "ESW-GDW3636",
                  "ESW-GDW3642",
                  "ESW-GDWCOR2415",
                  "ESW-GDWDC2430",
                  "ESW-GDWDC2436",
                  "ESW-GDWDC2442",
                  "ESW-LC1884",
                  "ESW-LCVM8",
                  "ESW-LM8",
                  "ESW-LRM8",
                  "ESW-M2436",
                  "ESW-MBEP",
                  "ESW-MC3018",
                  "ESW-MPBEP",
                  "ESW-MWEP15",
                  "ESW-MWEP30",
                  "ESW-MWEP36",
                  "ESW-MWEP42",
                  "ESW-OC3384",
                  "ESW-OC3390",
                  "ESW-OC3396",
                  "ESW-OCM8-1",
                  "ESW-PC1884",
                  "ESW-PC1890",
                  "ESW-PC1896",
                  "ESW-PC2484",
                  "ESW-PC2490",
                  "ESW-PC2496",
                  "ESW-PC3084",
                  "ESW-PC3090",
                  "ESW-PC3096",
                  "ESW-PINT OF PAINT",
                  "ESW-QUART OF PAINT",
                  "ESW-REP120",
                  "ESW-REP96",
                  "ESW-SB24",
                  "ESW-SB27",
                  "ESW-SB30",
                  "ESW-SB33",
                  "ESW-SB36",
                  "ESW-SBF30",
                  "ESW-SBF36",
                  "ESW-SBM8",
                  "ESW-SC10",
                  "ESW-SD",
                  "ESW-SDP34 4X4",
                  "ESW-SHM8",
                  "ESW-SM8",
                  "ESW-SPRAY CAN",
                  "ESW-SSPA34 4X4",
                  "ESW-TK8",
                  "ESW-TKBM8",
                  "ESW-TLM8",
                  "ESW-TOUCH UP KIT",
                  "ESW-V54",
                  "ESW-VA2421",
                  "ESW-VA3021",
                  "ESW-VA3621",
                  "ESW-VDB12-3",
                  "ESW-VDB15-3",
                  "ESW-VDB18-3",
                  "ESW-VKD3021",
                  "ESW-VSD3021DL",
                  "ESW-VSD3021DR",
                  "ESW-VSD3621DL",
                  "ESW-VSD3621DR",
                  "ESW-VSD4821DLR",
                  "ESW-VSD6021DLR",
                  "ESW-W0930",
                  "ESW-W0936",
                  "ESW-W0942",
                  "ESW-W1230",
                  "ESW-W1236",
                  "ESW-W1242",
                  "ESW-W1530",
                  "ESW-W1536",
                  "ESW-W1542",
                  "ESW-W1830",
                  "ESW-W1836",
                  "ESW-W1842",
                  "ESW-W2130",
                  "ESW-W2136",
                  "ESW-W2142",
                  "ESW-W2412",
                  "ESW-W2415",
                  "ESW-W2418",
                  "ESW-W2424",
                  "ESW-W2430",
                  "ESW-W2436",
                  "ESW-W2442",
                  "ESW-W2730",
                  "ESW-W2736",
                  "ESW-W2742",
                  "ESW-W3012",
                  "ESW-W301224",
                  "ESW-W3015",
                  "ESW-W3018",
                  "ESW-W301824",
                  "ESW-W3024",
                  "ESW-W302424",
                  "ESW-W3030",
                  "ESW-W3036",
                  "ESW-W3042",
                  "ESW-W331224",
                  "ESW-W3315",
                  "ESW-W3318",
                  "ESW-W3324",
                  "ESW-W3330",
                  "ESW-W3336",
                  "ESW-W3342",
                  "ESW-W3612",
                  "ESW-W361224",
                  "ESW-W3615",
                  "ESW-W3618",
                  "ESW-W361824",
                  "ESW-W3624",
                  "ESW-W362424",
                  "ESW-W3630",
                  "ESW-W3636",
                  "ESW-W3642",
                  "ESW-W3930",
                  "ESW-WBC2730",
                  "ESW-WBC2736",
                  "ESW-WBC2742",
                  "ESW-WCOR2430",
                  "ESW-WCOR2436",
                  "ESW-WCOR2442",
                  "ESW-WDC2430",
                  "ESW-WDC2436",
                  "ESW-WDC2442",
                  "ESW-WECA30",
                  "ESW-WECA36",
                  "ESW-WECA42",
                  "ESW-WHB3624",
                  "ESW-WHB3630",
                  "ESW-WOC1215",
                  "ESW-WOC1515",
                  "ESW-WOC1530",
                  "ESW-WOC1536",
                  "ESW-WOC1542",
                  "ESW-WOC1815",
                  "ESW-WOC1830",
                  "ESW-WOC1836",
                  "ESW-WOC1842",
                  "ESW-WOC2115",
                  "ESW-WOC2415",
                  "ESW-WOC2715",
                  "ESW-WOC3015",
                  "ESW-WOC3030",
                  "ESW-WOC3036",
                  "ESW-WOC3042",
                  "ESW-WOC3315",
                  "ESW-WOC3615",
                  "ESW-WOC3630",
                  "ESW-WOC3636",
                  "ESW-WOC3642",
                  "ESW-WOCD2430",
                  "ESW-WOCD2436",
                  "ESW-WOCD2442",
                  "ESW-WOCOR2415",
                  "ESW-WSC1818",
                  "FGH-B09FD",
                  "FGH-B12",
                  "FGH-B15",
                  "FGH-B18",
                  "FGH-B21",
                  "FGH-B24",
                  "FGH-B27",
                  "FGH-B30",
                  "FGH-B33",
                  "FGH-B36",
                  "FGH-B39",
                  "FGH-BBM",
                  "FGH-BF3",
                  "FGH-BF6",
                  "FGH-BLB36/39",
                  "FGH-BLB42/45",
                  "FGH-BTL12",
                  "FGH-BTR12",
                  "FGH-CM-3",
                  "FGH-CM3",
                  "FGH-DB12",
                  "FGH-DB15",
                  "FGH-DB18",
                  "FGH-DB24",
                  "FGH-DB30",
                  "FGH-DB36",
                  "FGH-DSB36",
                  "FGH-DSF36",
                  "FGH-DWR3",
                  "FGH-ERB33",
                  "FGH-ERB36",
                  "FGH-FS30",
                  "FGH-FS33",
                  "FGH-FS36",
                  "FGH-GDW1530",
                  "FGH-GDW1536",
                  "FGH-GDW1542",
                  "FGH-GDW1830",
                  "FGH-GDW1836",
                  "FGH-GDW1842",
                  "FGH-GDW2430",
                  "FGH-GDW2436",
                  "FGH-GDW2442",
                  "FGH-GDW3030",
                  "FGH-GDW3036",
                  "FGH-GDW3042",
                  "FGH-GDW3630",
                  "FGH-GDW3636",
                  "FGH-GDW3642",
                  "FGH-GDWDC2430",
                  "FGH-GDWDC2436",
                  "FGH-GDWDC2442",
                  "FGH-ICM8",
                  "FGH-LRM",
                  "FGH-LSB33",
                  "FGH-LSB36",
                  "FGH-MC303021",
                  "FGH-MC303621",
                  "FGH-MC304221",
                  "FGH-MW3018",
                  "FGH-OC3384S",
                  "FGH-OC3390S",
                  "FGH-OC3396S",
                  "FGH-OCM8",
                  "FGH-PAN-1/4",
                  "FGH-PLY-1/2",
                  "FGH-PLY-3/4",
                  "FGH-QRM",
                  "FGH-REP2496",
                  "FGH-REP3",
                  "FGH-REP3096",
                  "FGH-SB24",
                  "FGH-SB27",
                  "FGH-SB30",
                  "FGH-SB33",
                  "FGH-SB36",
                  "FGH-SB39",
                  "FGH-SB42",
                  "FGH-SKBASE",
                  "FGH-SKTALL",
                  "FGH-SKW30",
                  "FGH-SKW36",
                  "FGH-SKW42",
                  "FGH-SM8-S",
                  "FGH-TF396",
                  "FGH-TF696",
                  "FGH-TK8",
                  "FGH-TOUCH UP KIT",
                  "FGH-TP152484",
                  "FGH-TP152490",
                  "FGH-TP152496",
                  "FGH-TP182484",
                  "FGH-TP182490",
                  "FGH-TP182496",
                  "FGH-TP242484",
                  "FGH-TP242490",
                  "FGH-TP242496",
                  "FGH-TP302484",
                  "FGH-TP302490"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "EOB-PC1890",
                "EOB-PC1896",
                "EOB-PC2484",
                "EOB-PC2490",
                "EOB-PC2496",
                "EOB-PC3084",
                "EOB-PC3090",
                "EOB-PC3096",
                "EOB-PINT OF PAINT",
                "EOB-QUART OF PAINT",
                "EOB-REP120",
                "EOB-REP96",
                "EOB-SB24",
                "EOB-SB27",
                "EOB-SB30",
                "EOB-SB33",
                "EOB-SB36",
                "EOB-SBF30",
                "EOB-SBF36",
                "EOB-SBM8",
                "EOB-SC10",
                "EOB-SD",
                "EOB-SDP34 4X4",
                "EOB-SHM8",
                "EOB-SM8",
                "EOB-SPRAY CAN",
                "EOB-SSPA34 4X4",
                "EOB-TK8",
                "EOB-TKBM8",
                "EOB-TLM8",
                "EOB-TOUCH UP KIT",
                "EOB-V54",
                "EOB-VA2421",
                "EOB-VA3021",
                "EOB-VA3621",
                "EOB-VDB12-3",
                "EOB-VDB15-3",
                "EOB-VDB18-3",
                "EOB-VKD3021",
                "EOB-VSD3021DL",
                "EOB-VSD3021DR",
                "EOB-VSD3621DL",
                "EOB-VSD3621DR",
                "EOB-VSD4821DLR",
                "EOB-VSD6021DLR",
                "EOB-W0930",
                "EOB-W0936",
                "EOB-W0942",
                "EOB-W1230",
                "EOB-W1236",
                "EOB-W1242",
                "EOB-W1530",
                "EOB-W1536",
                "EOB-W1542",
                "EOB-W1830",
                "EOB-W1836",
                "EOB-W1842",
                "EOB-W2130",
                "EOB-W2136",
                "EOB-W2142",
                "EOB-W2412",
                "EOB-W2415",
                "EOB-W2418",
                "EOB-W2424",
                "EOB-W2430",
                "EOB-W2436",
                "EOB-W2442",
                "EOB-W2730",
                "EOB-W2736",
                "EOB-W2742",
                "EOB-W3012",
                "EOB-W301224",
                "EOB-W3015",
                "EOB-W3018",
                "EOB-W301824",
                "EOB-W3024",
                "EOB-W302424",
                "EOB-W3030",
                "EOB-W3036",
                "EOB-W3042",
                "EOB-W331224",
                "EOB-W3315",
                "EOB-W3318",
                "EOB-W3324",
                "EOB-W3330",
                "EOB-W3336",
                "EOB-W3342",
                "EOB-W3612",
                "EOB-W361224",
                "EOB-W3615",
                "EOB-W3618",
                "EOB-W361824",
                "EOB-W3624",
                "EOB-W362424",
                "EOB-W3630",
                "EOB-W3636",
                "EOB-W3642",
                "EOB-W3930",
                "EOB-WBC2730",
                "EOB-WBC2736",
                "EOB-WBC2742",
                "EOB-WCOR2430",
                "EOB-WCOR2436",
                "EOB-WCOR2442",
                "EOB-WDC2430",
                "EOB-WDC2436",
                "EOB-WDC2442",
                "EOB-WECA30",
                "EOB-WECA36",
                "EOB-WECA42",
                "EOB-WHB3624",
                "EOB-WHB3630",
                "EOB-WOC1530",
                "EOB-WOC1536",
                "EOB-WOC1542",
                "EOB-WOC1830",
                "EOB-WOC1836",
                "EOB-WOC1842",
                "EOB-WOC3030",
                "EOB-WOC3036",
                "EOB-WOC3042",
                "EOB-WOC3630",
                "EOB-WOC3636",
                "EOB-WOC3642",
                "EOB-WOCD2430",
                "EOB-WOCD2436",
                "EOB-WOCD2442",
                "EOB-WSC1818",
                "ESW-B12",
                "ESW-B15",
                "ESW-B18",
                "ESW-B21",
                "ESW-B24",
                "ESW-B27",
                "ESW-B30",
                "ESW-B33",
                "ESW-B36",
                "ESW-B39",
                "ESW-BBC36/39L/R",
                "ESW-BBC39/42L/R",
                "ESW-BBC45/48FHL/R",
                "ESW-BBC45/48FHL/R-MC",
                "ESW-BBC45/48L/R",
                "ESW-BCOR33L/R",
                "ESW-BCOR36L/R",
                "ESW-BEC1224L",
                "ESW-BEC1224R",
                "ESW-BF3",
                "ESW-BF6",
                "ESW-BH09",
                "ESW-BH12",
                "ESW-BH15",
                "ESW-BH18",
                "ESW-BH21",
                "ESW-BH24",
                "ESW-BH27",
                "ESW-BH30",
                "ESW-BH33",
                "ESW-BH36",
                "ESW-BH39",
                "ESW-BM8",
                "ESW-BMC24",
                "ESW-BMC30",
                "ESW-BPP09",
                "ESW-BWB18",
                "ESW-CSB36",
                "ESW-CSB36-FP",
                "ESW-CVM8",
                "ESW-DB12-3",
                "ESW-DB15-3",
                "ESW-DB18-3",
                "ESW-DB21-3",
                "ESW-DB24-3",
                "ESW-DB27-3",
                "ESW-DB30-2",
                "ESW-DB30-3",
                "ESW-DB33-3",
                "ESW-DB36-3",
                "ESW-DWR3L/R",
                "ESW-EZR33",
                "ESW-EZR36",
                "ESW-F330",
                "ESW-F336",
                "ESW-F342",
                "ESW-F396",
                "ESW-F630",
                "ESW-F642",
                "ESW-F696",
                "ESW-FPP9648 1/4",
                "ESW-FPP9648 3/4",
                "ESW-FPPB9648 1/2",
                "ESW-FS24",
                "ESW-FS30",
                "ESW-FS36",
                "ESW-FS60",
                "ESW-GALLON OF PAINT",
                "ESW-GD-W1215",
                "ESW-GD-W1515",
                "ESW-GD-W1530",
                "ESW-GD-W1536",
                "ESW-GD-W1542",
                "ESW-GD-W1815",
                "ESW-GD-W1830",
                "ESW-GD-W1836",
                "ESW-GD-W1842",
                "ESW-GD-W2115",
                "ESW-GD-W2415",
                "ESW-GD-W2715",
                "ESW-GD-W3015",
                "ESW-GD-W3030",
                "ESW-GD-W3036",
                "ESW-GD-W3042",
                "ESW-GD-W3315",
                "ESW-GD-W3615",
                "ESW-GD-W3630",
                "ESW-GD-W3636",
                "ESW-GD-W3642",
                "ESW-GD-WCOR2415",
                "ESW-GD-WDC2430",
                "ESW-GD-WDC2436",
                "ESW-GD-WDC2442",
                "ESW-GDW1215",
                "ESW-GDW1515",
                "ESW-GDW1530",
                "ESW-GDW1536",
                "ESW-GDW1542",
                "ESW-GDW1815",
                "ESW-GDW1830",
                "ESW-GDW1836",
                "ESW-GDW1842",
                "ESW-GDW2115",
                "ESW-GDW2415",
                "ESW-GDW2715",
                "ESW-GDW3015",
                "ESW-GDW3030",
                "ESW-GDW3036",
                "ESW-GDW3042",
                "ESW-GDW3315",
                "ESW-GDW3615",
                "ESW-GDW3630",
                "ESW-GDW3636",
                "ESW-GDW3642",
                "ESW-GDWCOR2415",
                "ESW-GDWDC2430",
                "ESW-GDWDC2436",
                "ESW-GDWDC2442",
                "ESW-LC1884",
                "ESW-LCVM8",
                "ESW-LM8",
                "ESW-LRM8",
                "ESW-M2436",
                "ESW-MBEP",
                "ESW-MC3018",
                "ESW-MPBEP",
                "ESW-MWEP15",
                "ESW-MWEP30",
                "ESW-MWEP36",
                "ESW-MWEP42",
                "ESW-OC3384",
                "ESW-OC3390",
                "ESW-OC3396",
                "ESW-OCM8-1",
                "ESW-PC1884",
                "ESW-PC1890",
                "ESW-PC1896",
                "ESW-PC2484",
                "ESW-PC2490",
                "ESW-PC2496",
                "ESW-PC3084",
                "ESW-PC3090",
                "ESW-PC3096",
                "ESW-PINT OF PAINT",
                "ESW-QUART OF PAINT",
                "ESW-REP120",
                "ESW-REP96",
                "ESW-SB24",
                "ESW-SB27",
                "ESW-SB30",
                "ESW-SB33",
                "ESW-SB36",
                "ESW-SBF30",
                "ESW-SBF36",
                "ESW-SBM8",
                "ESW-SC10",
                "ESW-SD",
                "ESW-SDP34 4X4",
                "ESW-SHM8",
                "ESW-SM8",
                "ESW-SPRAY CAN",
                "ESW-SSPA34 4X4",
                "ESW-TK8",
                "ESW-TKBM8",
                "ESW-TLM8",
                "ESW-TOUCH UP KIT",
                "ESW-V54",
                "ESW-VA2421",
                "ESW-VA3021",
                "ESW-VA3621",
                "ESW-VDB12-3",
                "ESW-VDB15-3",
                "ESW-VDB18-3",
                "ESW-VKD3021",
                "ESW-VSD3021DL",
                "ESW-VSD3021DR",
                "ESW-VSD3621DL",
                "ESW-VSD3621DR",
                "ESW-VSD4821DLR",
                "ESW-VSD6021DLR",
                "ESW-W0930",
                "ESW-W0936",
                "ESW-W0942",
                "ESW-W1230",
                "ESW-W1236",
                "ESW-W1242",
                "ESW-W1530",
                "ESW-W1536",
                "ESW-W1542",
                "ESW-W1830",
                "ESW-W1836",
                "ESW-W1842",
                "ESW-W2130",
                "ESW-W2136",
                "ESW-W2142",
                "ESW-W2412",
                "ESW-W2415",
                "ESW-W2418",
                "ESW-W2424",
                "ESW-W2430",
                "ESW-W2436",
                "ESW-W2442",
                "ESW-W2730",
                "ESW-W2736",
                "ESW-W2742",
                "ESW-W3012",
                "ESW-W301224",
                "ESW-W3015",
                "ESW-W3018",
                "ESW-W301824",
                "ESW-W3024",
                "ESW-W302424",
                "ESW-W3030",
                "ESW-W3036",
                "ESW-W3042",
                "ESW-W331224",
                "ESW-W3315",
                "ESW-W3318",
                "ESW-W3324",
                "ESW-W3330",
                "ESW-W3336",
                "ESW-W3342",
                "ESW-W3612",
                "ESW-W361224",
                "ESW-W3615",
                "ESW-W3618",
                "ESW-W361824",
                "ESW-W3624",
                "ESW-W362424",
                "ESW-W3630",
                "ESW-W3636",
                "ESW-W3642",
                "ESW-W3930",
                "ESW-WBC2730",
                "ESW-WBC2736",
                "ESW-WBC2742",
                "ESW-WCOR2430",
                "ESW-WCOR2436",
                "ESW-WCOR2442",
                "ESW-WDC2430",
                "ESW-WDC2436",
                "ESW-WDC2442",
                "ESW-WECA30",
                "ESW-WECA36",
                "ESW-WECA42",
                "ESW-WHB3624",
                "ESW-WHB3630",
                "ESW-WOC1215",
                "ESW-WOC1515",
                "ESW-WOC1530",
                "ESW-WOC1536",
                "ESW-WOC1542",
                "ESW-WOC1815",
                "ESW-WOC1830",
                "ESW-WOC1836",
                "ESW-WOC1842",
                "ESW-WOC2115",
                "ESW-WOC2415",
                "ESW-WOC2715",
                "ESW-WOC3015",
                "ESW-WOC3030",
                "ESW-WOC3036",
                "ESW-WOC3042",
                "ESW-WOC3315",
                "ESW-WOC3615",
                "ESW-WOC3630",
                "ESW-WOC3636",
                "ESW-WOC3642",
                "ESW-WOCD2430",
                "ESW-WOCD2436",
                "ESW-WOCD2442",
                "ESW-WOCOR2415",
                "ESW-WSC1818",
                "FGH-B09FD",
                "FGH-B12",
                "FGH-B15",
                "FGH-B18",
                "FGH-B21",
                "FGH-B24",
                "FGH-B27",
                "FGH-B30",
                "FGH-B33",
                "FGH-B36",
                "FGH-B39",
                "FGH-BBM",
                "FGH-BF3",
                "FGH-BF6",
                "FGH-BLB36/39",
                "FGH-BLB42/45",
                "FGH-BTL12",
                "FGH-BTR12",
                "FGH-CM-3",
                "FGH-CM3",
                "FGH-DB12",
                "FGH-DB15",
                "FGH-DB18",
                "FGH-DB24",
                "FGH-DB30",
                "FGH-DB36",
                "FGH-DSB36",
                "FGH-DSF36",
                "FGH-DWR3",
                "FGH-ERB33",
                "FGH-ERB36",
                "FGH-FS30",
                "FGH-FS33",
                "FGH-FS36",
                "FGH-GDW1530",
                "FGH-GDW1536",
                "FGH-GDW1542",
                "FGH-GDW1830",
                "FGH-GDW1836",
                "FGH-GDW1842",
                "FGH-GDW2430",
                "FGH-GDW2436",
                "FGH-GDW2442",
                "FGH-GDW3030",
                "FGH-GDW3036",
                "FGH-GDW3042",
                "FGH-GDW3630",
                "FGH-GDW3636",
                "FGH-GDW3642",
                "FGH-GDWDC2430",
                "FGH-GDWDC2436",
                "FGH-GDWDC2442",
                "FGH-ICM8",
                "FGH-LRM",
                "FGH-LSB33",
                "FGH-LSB36",
                "FGH-MC303021",
                "FGH-MC303621",
                "FGH-MC304221",
                "FGH-MW3018",
                "FGH-OC3384S",
                "FGH-OC3390S",
                "FGH-OC3396S",
                "FGH-OCM8",
                "FGH-PAN-1/4",
                "FGH-PLY-1/2",
                "FGH-PLY-3/4",
                "FGH-QRM",
                "FGH-REP2496",
                "FGH-REP3",
                "FGH-REP3096",
                "FGH-SB24",
                "FGH-SB27",
                "FGH-SB30",
                "FGH-SB33",
                "FGH-SB36",
                "FGH-SB39",
                "FGH-SB42",
                "FGH-SKBASE",
                "FGH-SKTALL",
                "FGH-SKW30",
                "FGH-SKW36",
                "FGH-SKW42",
                "FGH-SM8-S",
                "FGH-TF396",
                "FGH-TF696",
                "FGH-TK8",
                "FGH-TOUCH UP KIT",
                "FGH-TP152484",
                "FGH-TP152490",
                "FGH-TP152496",
                "FGH-TP182484",
                "FGH-TP182490",
                "FGH-TP182496",
                "FGH-TP242484",
                "FGH-TP242490",
                "FGH-TP242496",
                "FGH-TP302484",
                "FGH-TP302490"
              ],
              "status": "done",
              "job_id": 1231,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 543.3
            },
            {
              "phase": "images",
              "queue_id": 1709,
              "label": "push-channel-sample-magento-images-20260806-022254",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "EOB-PC1890",
                  "EOB-PC1896",
                  "EOB-PC2484",
                  "EOB-PC2490",
                  "EOB-PC2496",
                  "EOB-PC3084",
                  "EOB-PC3090",
                  "EOB-PC3096",
                  "EOB-PINT OF PAINT",
                  "EOB-QUART OF PAINT",
                  "EOB-REP120",
                  "EOB-REP96",
                  "EOB-SB24",
                  "EOB-SB27",
                  "EOB-SB30",
                  "EOB-SB33",
                  "EOB-SB36",
                  "EOB-SBF30",
                  "EOB-SBF36",
                  "EOB-SBM8",
                  "EOB-SC10",
                  "EOB-SD",
                  "EOB-SDP34 4X4",
                  "EOB-SHM8",
                  "EOB-SM8",
                  "EOB-SPRAY CAN",
                  "EOB-SSPA34 4X4",
                  "EOB-TK8",
                  "EOB-TKBM8",
                  "EOB-TLM8",
                  "EOB-TOUCH UP KIT",
                  "EOB-V54",
                  "EOB-VA2421",
                  "EOB-VA3021",
                  "EOB-VA3621",
                  "EOB-VDB12-3",
                  "EOB-VDB15-3",
                  "EOB-VDB18-3",
                  "EOB-VKD3021",
                  "EOB-VSD3021DL",
                  "EOB-VSD3021DR",
                  "EOB-VSD3621DL",
                  "EOB-VSD3621DR",
                  "EOB-VSD4821DLR",
                  "EOB-VSD6021DLR",
                  "EOB-W0930",
                  "EOB-W0936",
                  "EOB-W0942",
                  "EOB-W1230",
                  "EOB-W1236",
                  "EOB-W1242",
                  "EOB-W1530",
                  "EOB-W1536",
                  "EOB-W1542",
                  "EOB-W1830",
                  "EOB-W1836",
                  "EOB-W1842",
                  "EOB-W2130",
                  "EOB-W2136",
                  "EOB-W2142",
                  "EOB-W2412",
                  "EOB-W2415",
                  "EOB-W2418",
                  "EOB-W2424",
                  "EOB-W2430",
                  "EOB-W2436",
                  "EOB-W2442",
                  "EOB-W2730",
                  "EOB-W2736",
                  "EOB-W2742",
                  "EOB-W3012",
                  "EOB-W301224",
                  "EOB-W3015",
                  "EOB-W3018",
                  "EOB-W301824",
                  "EOB-W3024",
                  "EOB-W302424",
                  "EOB-W3030",
                  "EOB-W3036",
                  "EOB-W3042",
                  "EOB-W331224",
                  "EOB-W3315",
                  "EOB-W3318",
                  "EOB-W3324",
                  "EOB-W3330",
                  "EOB-W3336",
                  "EOB-W3342",
                  "EOB-W3612",
                  "EOB-W361224",
                  "EOB-W3615",
                  "EOB-W3618",
                  "EOB-W361824",
                  "EOB-W3624",
                  "EOB-W362424",
                  "EOB-W3630",
                  "EOB-W3636",
                  "EOB-W3642",
                  "EOB-W3930",
                  "EOB-WBC2730",
                  "EOB-WBC2736",
                  "EOB-WBC2742",
                  "EOB-WCOR2430",
                  "EOB-WCOR2436",
                  "EOB-WCOR2442",
                  "EOB-WDC2430",
                  "EOB-WDC2436",
                  "EOB-WDC2442",
                  "EOB-WECA30",
                  "EOB-WECA36",
                  "EOB-WECA42",
                  "EOB-WHB3624",
                  "EOB-WHB3630",
                  "EOB-WOC1530",
                  "EOB-WOC1536",
                  "EOB-WOC1542",
                  "EOB-WOC1830",
                  "EOB-WOC1836",
                  "EOB-WOC1842",
                  "EOB-WOC3030",
                  "EOB-WOC3036",
                  "EOB-WOC3042",
                  "EOB-WOC3630",
                  "EOB-WOC3636",
                  "EOB-WOC3642",
                  "EOB-WOCD2430",
                  "EOB-WOCD2436",
                  "EOB-WOCD2442",
                  "EOB-WSC1818",
                  "ESW-B12",
                  "ESW-B15",
                  "ESW-B18",
                  "ESW-B21",
                  "ESW-B24",
                  "ESW-B27",
                  "ESW-B30",
                  "ESW-B33",
                  "ESW-B36",
                  "ESW-B39",
                  "ESW-BBC36/39L/R",
                  "ESW-BBC39/42L/R",
                  "ESW-BBC45/48FHL/R",
                  "ESW-BBC45/48FHL/R-MC",
                  "ESW-BBC45/48L/R",
                  "ESW-BCOR33L/R",
                  "ESW-BCOR36L/R",
                  "ESW-BEC1224L",
                  "ESW-BEC1224R",
                  "ESW-BF3",
                  "ESW-BF6",
                  "ESW-BH09",
                  "ESW-BH12",
                  "ESW-BH15",
                  "ESW-BH18",
                  "ESW-BH21",
                  "ESW-BH24",
                  "ESW-BH27",
                  "ESW-BH30",
                  "ESW-BH33",
                  "ESW-BH36",
                  "ESW-BH39",
                  "ESW-BM8",
                  "ESW-BMC24",
                  "ESW-BMC30",
                  "ESW-BPP09",
                  "ESW-BWB18",
                  "ESW-CSB36",
                  "ESW-CSB36-FP",
                  "ESW-CVM8",
                  "ESW-DB12-3",
                  "ESW-DB15-3",
                  "ESW-DB18-3",
                  "ESW-DB21-3",
                  "ESW-DB24-3",
                  "ESW-DB27-3",
                  "ESW-DB30-2",
                  "ESW-DB30-3",
                  "ESW-DB33-3",
                  "ESW-DB36-3",
                  "ESW-DWR3L/R",
                  "ESW-EZR33",
                  "ESW-EZR36",
                  "ESW-F330",
                  "ESW-F336",
                  "ESW-F342",
                  "ESW-F396",
                  "ESW-F630",
                  "ESW-F642",
                  "ESW-F696",
                  "ESW-FPP9648 1/4",
                  "ESW-FPP9648 3/4",
                  "ESW-FPPB9648 1/2",
                  "ESW-FS24",
                  "ESW-FS30",
                  "ESW-FS36",
                  "ESW-FS60",
                  "ESW-GALLON OF PAINT",
                  "ESW-GD-W1215",
                  "ESW-GD-W1515",
                  "ESW-GD-W1530",
                  "ESW-GD-W1536",
                  "ESW-GD-W1542",
                  "ESW-GD-W1815",
                  "ESW-GD-W1830",
                  "ESW-GD-W1836",
                  "ESW-GD-W1842",
                  "ESW-GD-W2115",
                  "ESW-GD-W2415",
                  "ESW-GD-W2715",
                  "ESW-GD-W3015",
                  "ESW-GD-W3030",
                  "ESW-GD-W3036",
                  "ESW-GD-W3042",
                  "ESW-GD-W3315",
                  "ESW-GD-W3615",
                  "ESW-GD-W3630",
                  "ESW-GD-W3636",
                  "ESW-GD-W3642",
                  "ESW-GD-WCOR2415",
                  "ESW-GD-WDC2430",
                  "ESW-GD-WDC2436",
                  "ESW-GD-WDC2442",
                  "ESW-GDW1215",
                  "ESW-GDW1515",
                  "ESW-GDW1530",
                  "ESW-GDW1536",
                  "ESW-GDW1542",
                  "ESW-GDW1815",
                  "ESW-GDW1830",
                  "ESW-GDW1836",
                  "ESW-GDW1842",
                  "ESW-GDW2115",
                  "ESW-GDW2415",
                  "ESW-GDW2715",
                  "ESW-GDW3015",
                  "ESW-GDW3030",
                  "ESW-GDW3036",
                  "ESW-GDW3042",
                  "ESW-GDW3315",
                  "ESW-GDW3615",
                  "ESW-GDW3630",
                  "ESW-GDW3636",
                  "ESW-GDW3642",
                  "ESW-GDWCOR2415",
                  "ESW-GDWDC2430",
                  "ESW-GDWDC2436",
                  "ESW-GDWDC2442",
                  "ESW-LC1884",
                  "ESW-LCVM8",
                  "ESW-LM8",
                  "ESW-LRM8",
                  "ESW-M2436",
                  "ESW-MBEP",
                  "ESW-MC3018",
                  "ESW-MPBEP",
                  "ESW-MWEP15",
                  "ESW-MWEP30",
                  "ESW-MWEP36",
                  "ESW-MWEP42",
                  "ESW-OC3384",
                  "ESW-OC3390",
                  "ESW-OC3396",
                  "ESW-OCM8-1",
                  "ESW-PC1884",
                  "ESW-PC1890",
                  "ESW-PC1896",
                  "ESW-PC2484",
                  "ESW-PC2490",
                  "ESW-PC2496",
                  "ESW-PC3084",
                  "ESW-PC3090",
                  "ESW-PC3096",
                  "ESW-PINT OF PAINT",
                  "ESW-QUART OF PAINT",
                  "ESW-REP120",
                  "ESW-REP96",
                  "ESW-SB24",
                  "ESW-SB27",
                  "ESW-SB30",
                  "ESW-SB33",
                  "ESW-SB36",
                  "ESW-SBF30",
                  "ESW-SBF36",
                  "ESW-SBM8",
                  "ESW-SC10",
                  "ESW-SD",
                  "ESW-SDP34 4X4",
                  "ESW-SHM8",
                  "ESW-SM8",
                  "ESW-SPRAY CAN",
                  "ESW-SSPA34 4X4",
                  "ESW-TK8",
                  "ESW-TKBM8",
                  "ESW-TLM8",
                  "ESW-TOUCH UP KIT",
                  "ESW-V54",
                  "ESW-VA2421",
                  "ESW-VA3021",
                  "ESW-VA3621",
                  "ESW-VDB12-3",
                  "ESW-VDB15-3",
                  "ESW-VDB18-3",
                  "ESW-VKD3021",
                  "ESW-VSD3021DL",
                  "ESW-VSD3021DR",
                  "ESW-VSD3621DL",
                  "ESW-VSD3621DR",
                  "ESW-VSD4821DLR",
                  "ESW-VSD6021DLR",
                  "ESW-W0930",
                  "ESW-W0936",
                  "ESW-W0942",
                  "ESW-W1230",
                  "ESW-W1236",
                  "ESW-W1242",
                  "ESW-W1530",
                  "ESW-W1536",
                  "ESW-W1542",
                  "ESW-W1830",
                  "ESW-W1836",
                  "ESW-W1842",
                  "ESW-W2130",
                  "ESW-W2136",
                  "ESW-W2142",
                  "ESW-W2412",
                  "ESW-W2415",
                  "ESW-W2418",
                  "ESW-W2424",
                  "ESW-W2430",
                  "ESW-W2436",
                  "ESW-W2442",
                  "ESW-W2730",
                  "ESW-W2736",
                  "ESW-W2742",
                  "ESW-W3012",
                  "ESW-W301224",
                  "ESW-W3015",
                  "ESW-W3018",
                  "ESW-W301824",
                  "ESW-W3024",
                  "ESW-W302424",
                  "ESW-W3030",
                  "ESW-W3036",
                  "ESW-W3042",
                  "ESW-W331224",
                  "ESW-W3315",
                  "ESW-W3318",
                  "ESW-W3324",
                  "ESW-W3330",
                  "ESW-W3336",
                  "ESW-W3342",
                  "ESW-W3612",
                  "ESW-W361224",
                  "ESW-W3615",
                  "ESW-W3618",
                  "ESW-W361824",
                  "ESW-W3624",
                  "ESW-W362424",
                  "ESW-W3630",
                  "ESW-W3636",
                  "ESW-W3642",
                  "ESW-W3930",
                  "ESW-WBC2730",
                  "ESW-WBC2736",
                  "ESW-WBC2742",
                  "ESW-WCOR2430",
                  "ESW-WCOR2436",
                  "ESW-WCOR2442",
                  "ESW-WDC2430",
                  "ESW-WDC2436",
                  "ESW-WDC2442",
                  "ESW-WECA30",
                  "ESW-WECA36",
                  "ESW-WECA42",
                  "ESW-WHB3624",
                  "ESW-WHB3630",
                  "ESW-WOC1215",
                  "ESW-WOC1515",
                  "ESW-WOC1530",
                  "ESW-WOC1536",
                  "ESW-WOC1542",
                  "ESW-WOC1815",
                  "ESW-WOC1830",
                  "ESW-WOC1836",
                  "ESW-WOC1842",
                  "ESW-WOC2115",
                  "ESW-WOC2415",
                  "ESW-WOC2715",
                  "ESW-WOC3015",
                  "ESW-WOC3030",
                  "ESW-WOC3036",
                  "ESW-WOC3042",
                  "ESW-WOC3315",
                  "ESW-WOC3615",
                  "ESW-WOC3630",
                  "ESW-WOC3636",
                  "ESW-WOC3642",
                  "ESW-WOCD2430",
                  "ESW-WOCD2436",
                  "ESW-WOCD2442",
                  "ESW-WOCOR2415",
                  "ESW-WSC1818",
                  "FGH-B09FD",
                  "FGH-B12",
                  "FGH-B15",
                  "FGH-B18",
                  "FGH-B21",
                  "FGH-B24",
                  "FGH-B27",
                  "FGH-B30",
                  "FGH-B33",
                  "FGH-B36",
                  "FGH-B39",
                  "FGH-BBM",
                  "FGH-BF3",
                  "FGH-BF6",
                  "FGH-BLB36/39",
                  "FGH-BLB42/45",
                  "FGH-BTL12",
                  "FGH-BTR12",
                  "FGH-CM-3",
                  "FGH-CM3",
                  "FGH-DB12",
                  "FGH-DB15",
                  "FGH-DB18",
                  "FGH-DB24",
                  "FGH-DB30",
                  "FGH-DB36",
                  "FGH-DSB36",
                  "FGH-DSF36",
                  "FGH-DWR3",
                  "FGH-ERB33",
                  "FGH-ERB36",
                  "FGH-FS30",
                  "FGH-FS33",
                  "FGH-FS36",
                  "FGH-GDW1530",
                  "FGH-GDW1536",
                  "FGH-GDW1542",
                  "FGH-GDW1830",
                  "FGH-GDW1836",
                  "FGH-GDW1842",
                  "FGH-GDW2430",
                  "FGH-GDW2436",
                  "FGH-GDW2442",
                  "FGH-GDW3030",
                  "FGH-GDW3036",
                  "FGH-GDW3042",
                  "FGH-GDW3630",
                  "FGH-GDW3636",
                  "FGH-GDW3642",
                  "FGH-GDWDC2430",
                  "FGH-GDWDC2436",
                  "FGH-GDWDC2442",
                  "FGH-ICM8",
                  "FGH-LRM",
                  "FGH-LSB33",
                  "FGH-LSB36",
                  "FGH-MC303021",
                  "FGH-MC303621",
                  "FGH-MC304221",
                  "FGH-MW3018",
                  "FGH-OC3384S",
                  "FGH-OC3390S",
                  "FGH-OC3396S",
                  "FGH-OCM8",
                  "FGH-PAN-1/4",
                  "FGH-PLY-1/2",
                  "FGH-PLY-3/4",
                  "FGH-QRM",
                  "FGH-REP2496",
                  "FGH-REP3",
                  "FGH-REP3096",
                  "FGH-SB24",
                  "FGH-SB27",
                  "FGH-SB30",
                  "FGH-SB33",
                  "FGH-SB36",
                  "FGH-SB39",
                  "FGH-SB42",
                  "FGH-SKBASE",
                  "FGH-SKTALL",
                  "FGH-SKW30",
                  "FGH-SKW36",
                  "FGH-SKW42",
                  "FGH-SM8-S",
                  "FGH-TF396",
                  "FGH-TF696",
                  "FGH-TK8",
                  "FGH-TOUCH UP KIT",
                  "FGH-TP152484",
                  "FGH-TP152490",
                  "FGH-TP152496",
                  "FGH-TP182484",
                  "FGH-TP182490",
                  "FGH-TP182496",
                  "FGH-TP242484",
                  "FGH-TP242490",
                  "FGH-TP242496",
                  "FGH-TP302484",
                  "FGH-TP302490"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "EOB-PC1890",
                "EOB-PC1896",
                "EOB-PC2484",
                "EOB-PC2490",
                "EOB-PC2496",
                "EOB-PC3084",
                "EOB-PC3090",
                "EOB-PC3096",
                "EOB-PINT OF PAINT",
                "EOB-QUART OF PAINT",
                "EOB-REP120",
                "EOB-REP96",
                "EOB-SB24",
                "EOB-SB27",
                "EOB-SB30",
                "EOB-SB33",
                "EOB-SB36",
                "EOB-SBF30",
                "EOB-SBF36",
                "EOB-SBM8",
                "EOB-SC10",
                "EOB-SD",
                "EOB-SDP34 4X4",
                "EOB-SHM8",
                "EOB-SM8",
                "EOB-SPRAY CAN",
                "EOB-SSPA34 4X4",
                "EOB-TK8",
                "EOB-TKBM8",
                "EOB-TLM8",
                "EOB-TOUCH UP KIT",
                "EOB-V54",
                "EOB-VA2421",
                "EOB-VA3021",
                "EOB-VA3621",
                "EOB-VDB12-3",
                "EOB-VDB15-3",
                "EOB-VDB18-3",
                "EOB-VKD3021",
                "EOB-VSD3021DL",
                "EOB-VSD3021DR",
                "EOB-VSD3621DL",
                "EOB-VSD3621DR",
                "EOB-VSD4821DLR",
                "EOB-VSD6021DLR",
                "EOB-W0930",
                "EOB-W0936",
                "EOB-W0942",
                "EOB-W1230",
                "EOB-W1236",
                "EOB-W1242",
                "EOB-W1530",
                "EOB-W1536",
                "EOB-W1542",
                "EOB-W1830",
                "EOB-W1836",
                "EOB-W1842",
                "EOB-W2130",
                "EOB-W2136",
                "EOB-W2142",
                "EOB-W2412",
                "EOB-W2415",
                "EOB-W2418",
                "EOB-W2424",
                "EOB-W2430",
                "EOB-W2436",
                "EOB-W2442",
                "EOB-W2730",
                "EOB-W2736",
                "EOB-W2742",
                "EOB-W3012",
                "EOB-W301224",
                "EOB-W3015",
                "EOB-W3018",
                "EOB-W301824",
                "EOB-W3024",
                "EOB-W302424",
                "EOB-W3030",
                "EOB-W3036",
                "EOB-W3042",
                "EOB-W331224",
                "EOB-W3315",
                "EOB-W3318",
                "EOB-W3324",
                "EOB-W3330",
                "EOB-W3336",
                "EOB-W3342",
                "EOB-W3612",
                "EOB-W361224",
                "EOB-W3615",
                "EOB-W3618",
                "EOB-W361824",
                "EOB-W3624",
                "EOB-W362424",
                "EOB-W3630",
                "EOB-W3636",
                "EOB-W3642",
                "EOB-W3930",
                "EOB-WBC2730",
                "EOB-WBC2736",
                "EOB-WBC2742",
                "EOB-WCOR2430",
                "EOB-WCOR2436",
                "EOB-WCOR2442",
                "EOB-WDC2430",
                "EOB-WDC2436",
                "EOB-WDC2442",
                "EOB-WECA30",
                "EOB-WECA36",
                "EOB-WECA42",
                "EOB-WHB3624",
                "EOB-WHB3630",
                "EOB-WOC1530",
                "EOB-WOC1536",
                "EOB-WOC1542",
                "EOB-WOC1830",
                "EOB-WOC1836",
                "EOB-WOC1842",
                "EOB-WOC3030",
                "EOB-WOC3036",
                "EOB-WOC3042",
                "EOB-WOC3630",
                "EOB-WOC3636",
                "EOB-WOC3642",
                "EOB-WOCD2430",
                "EOB-WOCD2436",
                "EOB-WOCD2442",
                "EOB-WSC1818",
                "ESW-B12",
                "ESW-B15",
                "ESW-B18",
                "ESW-B21",
                "ESW-B24",
                "ESW-B27",
                "ESW-B30",
                "ESW-B33",
                "ESW-B36",
                "ESW-B39",
                "ESW-BBC36/39L/R",
                "ESW-BBC39/42L/R",
                "ESW-BBC45/48FHL/R",
                "ESW-BBC45/48FHL/R-MC",
                "ESW-BBC45/48L/R",
                "ESW-BCOR33L/R",
                "ESW-BCOR36L/R",
                "ESW-BEC1224L",
                "ESW-BEC1224R",
                "ESW-BF3",
                "ESW-BF6",
                "ESW-BH09",
                "ESW-BH12",
                "ESW-BH15",
                "ESW-BH18",
                "ESW-BH21",
                "ESW-BH24",
                "ESW-BH27",
                "ESW-BH30",
                "ESW-BH33",
                "ESW-BH36",
                "ESW-BH39",
                "ESW-BM8",
                "ESW-BMC24",
                "ESW-BMC30",
                "ESW-BPP09",
                "ESW-BWB18",
                "ESW-CSB36",
                "ESW-CSB36-FP",
                "ESW-CVM8",
                "ESW-DB12-3",
                "ESW-DB15-3",
                "ESW-DB18-3",
                "ESW-DB21-3",
                "ESW-DB24-3",
                "ESW-DB27-3",
                "ESW-DB30-2",
                "ESW-DB30-3",
                "ESW-DB33-3",
                "ESW-DB36-3",
                "ESW-DWR3L/R",
                "ESW-EZR33",
                "ESW-EZR36",
                "ESW-F330",
                "ESW-F336",
                "ESW-F342",
                "ESW-F396",
                "ESW-F630",
                "ESW-F642",
                "ESW-F696",
                "ESW-FPP9648 1/4",
                "ESW-FPP9648 3/4",
                "ESW-FPPB9648 1/2",
                "ESW-FS24",
                "ESW-FS30",
                "ESW-FS36",
                "ESW-FS60",
                "ESW-GALLON OF PAINT",
                "ESW-GD-W1215",
                "ESW-GD-W1515",
                "ESW-GD-W1530",
                "ESW-GD-W1536",
                "ESW-GD-W1542",
                "ESW-GD-W1815",
                "ESW-GD-W1830",
                "ESW-GD-W1836",
                "ESW-GD-W1842",
                "ESW-GD-W2115",
                "ESW-GD-W2415",
                "ESW-GD-W2715",
                "ESW-GD-W3015",
                "ESW-GD-W3030",
                "ESW-GD-W3036",
                "ESW-GD-W3042",
                "ESW-GD-W3315",
                "ESW-GD-W3615",
                "ESW-GD-W3630",
                "ESW-GD-W3636",
                "ESW-GD-W3642",
                "ESW-GD-WCOR2415",
                "ESW-GD-WDC2430",
                "ESW-GD-WDC2436",
                "ESW-GD-WDC2442",
                "ESW-GDW1215",
                "ESW-GDW1515",
                "ESW-GDW1530",
                "ESW-GDW1536",
                "ESW-GDW1542",
                "ESW-GDW1815",
                "ESW-GDW1830",
                "ESW-GDW1836",
                "ESW-GDW1842",
                "ESW-GDW2115",
                "ESW-GDW2415",
                "ESW-GDW2715",
                "ESW-GDW3015",
                "ESW-GDW3030",
                "ESW-GDW3036",
                "ESW-GDW3042",
                "ESW-GDW3315",
                "ESW-GDW3615",
                "ESW-GDW3630",
                "ESW-GDW3636",
                "ESW-GDW3642",
                "ESW-GDWCOR2415",
                "ESW-GDWDC2430",
                "ESW-GDWDC2436",
                "ESW-GDWDC2442",
                "ESW-LC1884",
                "ESW-LCVM8",
                "ESW-LM8",
                "ESW-LRM8",
                "ESW-M2436",
                "ESW-MBEP",
                "ESW-MC3018",
                "ESW-MPBEP",
                "ESW-MWEP15",
                "ESW-MWEP30",
                "ESW-MWEP36",
                "ESW-MWEP42",
                "ESW-OC3384",
                "ESW-OC3390",
                "ESW-OC3396",
                "ESW-OCM8-1",
                "ESW-PC1884",
                "ESW-PC1890",
                "ESW-PC1896",
                "ESW-PC2484",
                "ESW-PC2490",
                "ESW-PC2496",
                "ESW-PC3084",
                "ESW-PC3090",
                "ESW-PC3096",
                "ESW-PINT OF PAINT",
                "ESW-QUART OF PAINT",
                "ESW-REP120",
                "ESW-REP96",
                "ESW-SB24",
                "ESW-SB27",
                "ESW-SB30",
                "ESW-SB33",
                "ESW-SB36",
                "ESW-SBF30",
                "ESW-SBF36",
                "ESW-SBM8",
                "ESW-SC10",
                "ESW-SD",
                "ESW-SDP34 4X4",
                "ESW-SHM8",
                "ESW-SM8",
                "ESW-SPRAY CAN",
                "ESW-SSPA34 4X4",
                "ESW-TK8",
                "ESW-TKBM8",
                "ESW-TLM8",
                "ESW-TOUCH UP KIT",
                "ESW-V54",
                "ESW-VA2421",
                "ESW-VA3021",
                "ESW-VA3621",
                "ESW-VDB12-3",
                "ESW-VDB15-3",
                "ESW-VDB18-3",
                "ESW-VKD3021",
                "ESW-VSD3021DL",
                "ESW-VSD3021DR",
                "ESW-VSD3621DL",
                "ESW-VSD3621DR",
                "ESW-VSD4821DLR",
                "ESW-VSD6021DLR",
                "ESW-W0930",
                "ESW-W0936",
                "ESW-W0942",
                "ESW-W1230",
                "ESW-W1236",
                "ESW-W1242",
                "ESW-W1530",
                "ESW-W1536",
                "ESW-W1542",
                "ESW-W1830",
                "ESW-W1836",
                "ESW-W1842",
                "ESW-W2130",
                "ESW-W2136",
                "ESW-W2142",
                "ESW-W2412",
                "ESW-W2415",
                "ESW-W2418",
                "ESW-W2424",
                "ESW-W2430",
                "ESW-W2436",
                "ESW-W2442",
                "ESW-W2730",
                "ESW-W2736",
                "ESW-W2742",
                "ESW-W3012",
                "ESW-W301224",
                "ESW-W3015",
                "ESW-W3018",
                "ESW-W301824",
                "ESW-W3024",
                "ESW-W302424",
                "ESW-W3030",
                "ESW-W3036",
                "ESW-W3042",
                "ESW-W331224",
                "ESW-W3315",
                "ESW-W3318",
                "ESW-W3324",
                "ESW-W3330",
                "ESW-W3336",
                "ESW-W3342",
                "ESW-W3612",
                "ESW-W361224",
                "ESW-W3615",
                "ESW-W3618",
                "ESW-W361824",
                "ESW-W3624",
                "ESW-W362424",
                "ESW-W3630",
                "ESW-W3636",
                "ESW-W3642",
                "ESW-W3930",
                "ESW-WBC2730",
                "ESW-WBC2736",
                "ESW-WBC2742",
                "ESW-WCOR2430",
                "ESW-WCOR2436",
                "ESW-WCOR2442",
                "ESW-WDC2430",
                "ESW-WDC2436",
                "ESW-WDC2442",
                "ESW-WECA30",
                "ESW-WECA36",
                "ESW-WECA42",
                "ESW-WHB3624",
                "ESW-WHB3630",
                "ESW-WOC1215",
                "ESW-WOC1515",
                "ESW-WOC1530",
                "ESW-WOC1536",
                "ESW-WOC1542",
                "ESW-WOC1815",
                "ESW-WOC1830",
                "ESW-WOC1836",
                "ESW-WOC1842",
                "ESW-WOC2115",
                "ESW-WOC2415",
                "ESW-WOC2715",
                "ESW-WOC3015",
                "ESW-WOC3030",
                "ESW-WOC3036",
                "ESW-WOC3042",
                "ESW-WOC3315",
                "ESW-WOC3615",
                "ESW-WOC3630",
                "ESW-WOC3636",
                "ESW-WOC3642",
                "ESW-WOCD2430",
                "ESW-WOCD2436",
                "ESW-WOCD2442",
                "ESW-WOCOR2415",
                "ESW-WSC1818",
                "FGH-B09FD",
                "FGH-B12",
                "FGH-B15",
                "FGH-B18",
                "FGH-B21",
                "FGH-B24",
                "FGH-B27",
                "FGH-B30",
                "FGH-B33",
                "FGH-B36",
                "FGH-B39",
                "FGH-BBM",
                "FGH-BF3",
                "FGH-BF6",
                "FGH-BLB36/39",
                "FGH-BLB42/45",
                "FGH-BTL12",
                "FGH-BTR12",
                "FGH-CM-3",
                "FGH-CM3",
                "FGH-DB12",
                "FGH-DB15",
                "FGH-DB18",
                "FGH-DB24",
                "FGH-DB30",
                "FGH-DB36",
                "FGH-DSB36",
                "FGH-DSF36",
                "FGH-DWR3",
                "FGH-ERB33",
                "FGH-ERB36",
                "FGH-FS30",
                "FGH-FS33",
                "FGH-FS36",
                "FGH-GDW1530",
                "FGH-GDW1536",
                "FGH-GDW1542",
                "FGH-GDW1830",
                "FGH-GDW1836",
                "FGH-GDW1842",
                "FGH-GDW2430",
                "FGH-GDW2436",
                "FGH-GDW2442",
                "FGH-GDW3030",
                "FGH-GDW3036",
                "FGH-GDW3042",
                "FGH-GDW3630",
                "FGH-GDW3636",
                "FGH-GDW3642",
                "FGH-GDWDC2430",
                "FGH-GDWDC2436",
                "FGH-GDWDC2442",
                "FGH-ICM8",
                "FGH-LRM",
                "FGH-LSB33",
                "FGH-LSB36",
                "FGH-MC303021",
                "FGH-MC303621",
                "FGH-MC304221",
                "FGH-MW3018",
                "FGH-OC3384S",
                "FGH-OC3390S",
                "FGH-OC3396S",
                "FGH-OCM8",
                "FGH-PAN-1/4",
                "FGH-PLY-1/2",
                "FGH-PLY-3/4",
                "FGH-QRM",
                "FGH-REP2496",
                "FGH-REP3",
                "FGH-REP3096",
                "FGH-SB24",
                "FGH-SB27",
                "FGH-SB30",
                "FGH-SB33",
                "FGH-SB36",
                "FGH-SB39",
                "FGH-SB42",
                "FGH-SKBASE",
                "FGH-SKTALL",
                "FGH-SKW30",
                "FGH-SKW36",
                "FGH-SKW42",
                "FGH-SM8-S",
                "FGH-TF396",
                "FGH-TF696",
                "FGH-TK8",
                "FGH-TOUCH UP KIT",
                "FGH-TP152484",
                "FGH-TP152490",
                "FGH-TP152496",
                "FGH-TP182484",
                "FGH-TP182490",
                "FGH-TP182496",
                "FGH-TP242484",
                "FGH-TP242490",
                "FGH-TP242496",
                "FGH-TP302484",
                "FGH-TP302490"
              ],
              "status": "done",
              "job_id": 1232,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 4878.6
            }
          ],
          "dry_run": false
        },
        {
          "batch": 6,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1710,
              "label": "push-channel-sample-magento-products-20260806-034412",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "FGH-TP302496",
                  "FGH-VAR54",
                  "FGH-W0930",
                  "FGH-W0936",
                  "FGH-W0942",
                  "FGH-W1230",
                  "FGH-W1236",
                  "FGH-W1242",
                  "FGH-W1530",
                  "FGH-W1536",
                  "FGH-W1542",
                  "FGH-W1830",
                  "FGH-W1836",
                  "FGH-W1842",
                  "FGH-W2130",
                  "FGH-W2136",
                  "FGH-W2142",
                  "FGH-W2415",
                  "FGH-W2418",
                  "FGH-W2424",
                  "FGH-W2430",
                  "FGH-W2436",
                  "FGH-W2442",
                  "FGH-W2730",
                  "FGH-W2736",
                  "FGH-W2742",
                  "FGH-W3012",
                  "FGH-W3015",
                  "FGH-W301524",
                  "FGH-W3018",
                  "FGH-W301824",
                  "FGH-W3024",
                  "FGH-W302424",
                  "FGH-W3030",
                  "FGH-W3036",
                  "FGH-W3042",
                  "FGH-W3315",
                  "FGH-W331524",
                  "FGH-W3318",
                  "FGH-W331824",
                  "FGH-W3324",
                  "FGH-W332424",
                  "FGH-W3330",
                  "FGH-W3336",
                  "FGH-W3342",
                  "FGH-W3612",
                  "FGH-W3615",
                  "FGH-W361524",
                  "FGH-W3618",
                  "FGH-W361824",
                  "FGH-W3624",
                  "FGH-W362424",
                  "FGH-W3630",
                  "FGH-W3636",
                  "FGH-W3642",
                  "FGH-W3930",
                  "FGH-WAE1230",
                  "FGH-WAE1236",
                  "FGH-WAE1242",
                  "FGH-WBC2430",
                  "FGH-WBC2436",
                  "FGH-WBC2442",
                  "FGH-WBC3030",
                  "FGH-WBC3630",
                  "FGH-WBC3636",
                  "FGH-WBC3642",
                  "FGH-WDC2430",
                  "FGH-WDC2436",
                  "FGH-WDC2442",
                  "FGH-WF330",
                  "FGH-WF336",
                  "FGH-WF342",
                  "FGH-WF630",
                  "FGH-WF636",
                  "FGH-WF642",
                  "FGH-WP-BASE",
                  "FGH-WP-T84",
                  "FGH-WP-T90",
                  "FGH-WP-T96",
                  "FGH-WP-W30",
                  "FGH-WP-W36",
                  "FGH-WP-W42",
                  "FGH-WPC2430",
                  "FGH-WPC2436",
                  "FGH-WPC2442",
                  "FGH-WR3018",
                  "FHF-B09",
                  "FHF-B12",
                  "FHF-B15",
                  "FHF-B18",
                  "FHF-B21",
                  "FHF-B24",
                  "FHF-B27",
                  "FHF-B30",
                  "FHF-B33",
                  "FHF-B36",
                  "FHF-B39",
                  "FHF-BBM",
                  "FHF-BF3",
                  "FHF-BF6",
                  "FHF-BLB3639",
                  "FHF-BLB4245",
                  "FHF-BTL12",
                  "FHF-BTR12",
                  "FHF-CGS",
                  "FHF-CM-1",
                  "FHF-CTS",
                  "FHF-DB12",
                  "FHF-DB15",
                  "FHF-DB18",
                  "FHF-DB24",
                  "FHF-DB30",
                  "FHF-DB36",
                  "FHF-DSB36",
                  "FHF-DSF36",
                  "FHF-DWR3",
                  "FHF-DWR6",
                  "FHF-FS30",
                  "FHF-FS33",
                  "FHF-FS36",
                  "FHF-GD1530",
                  "FHF-GD1536",
                  "FHF-GD1542",
                  "FHF-GD1830",
                  "FHF-GD1836",
                  "FHF-GD1842",
                  "FHF-GD2430",
                  "FHF-GD2436",
                  "FHF-GD2442",
                  "FHF-GD3030",
                  "FHF-GD3036",
                  "FHF-GD3042",
                  "FHF-GD3630",
                  "FHF-GD3636",
                  "FHF-GD3642",
                  "FHF-GDD2430",
                  "FHF-GDD2436",
                  "FHF-GDD2442",
                  "FHF-ICM8",
                  "FHF-LRM",
                  "FHF-LSB33",
                  "FHF-LSB36",
                  "FHF-MW3030",
                  "FHF-MW3036",
                  "FHF-MW3042",
                  "FHF-OC3384S",
                  "FHF-OC3390S",
                  "FHF-OC3396S",
                  "FHF-OCM8",
                  "FHF-PAN-1/4",
                  "FHF-PLY-1/2",
                  "FHF-PLY-3/4",
                  "FHF-QRM",
                  "FHF-REP2496",
                  "FHF-REP3",
                  "FHF-REP3096",
                  "FHF-SB24",
                  "FHF-SB27",
                  "FHF-SB30",
                  "FHF-SB33",
                  "FHF-SB36",
                  "FHF-SB39",
                  "FHF-SB42",
                  "FHF-SKBASE",
                  "FHF-SKTALL",
                  "FHF-SKW30",
                  "FHF-SKW36",
                  "FHF-SKW42",
                  "FHF-SM8",
                  "FHF-TCM",
                  "FHF-TF396",
                  "FHF-TF696",
                  "FHF-TK8",
                  "FHF-TOUCH UP KIT",
                  "FHF-TP152484",
                  "FHF-TP152490",
                  "FHF-TP152496",
                  "FHF-TP182484",
                  "FHF-TP182490",
                  "FHF-TP182496",
                  "FHF-TP242484",
                  "FHF-TP242490",
                  "FHF-TP242496",
                  "FHF-TP302484",
                  "FHF-TP302490",
                  "FHF-TP302496",
                  "FHF-VAR54",
                  "FHF-VSB24-34",
                  "FHF-VSB30-34",
                  "FHF-VSB36-34",
                  "FHF-W0930",
                  "FHF-W0936",
                  "FHF-W0942",
                  "FHF-W1230",
                  "FHF-W1236",
                  "FHF-W1242",
                  "FHF-W1530",
                  "FHF-W1536",
                  "FHF-W1542",
                  "FHF-W1830",
                  "FHF-W1836",
                  "FHF-W1842",
                  "FHF-W2115",
                  "FHF-W2118",
                  "FHF-W2130",
                  "FHF-W2136",
                  "FHF-W2142",
                  "FHF-W2415",
                  "FHF-W2418",
                  "FHF-W2424",
                  "FHF-W2430",
                  "FHF-W2436",
                  "FHF-W2442",
                  "FHF-W2730",
                  "FHF-W2736",
                  "FHF-W2742",
                  "FHF-W3012",
                  "FHF-W3015",
                  "FHF-W301524",
                  "FHF-W3018",
                  "FHF-W301824",
                  "FHF-W3024",
                  "FHF-W302424",
                  "FHF-W3030",
                  "FHF-W3036",
                  "FHF-W3042",
                  "FHF-W3315",
                  "FHF-W331524",
                  "FHF-W3318",
                  "FHF-W331824",
                  "FHF-W3324",
                  "FHF-W332424",
                  "FHF-W3330",
                  "FHF-W3336",
                  "FHF-W3342",
                  "FHF-W3612",
                  "FHF-W3615",
                  "FHF-W361524",
                  "FHF-W3618",
                  "FHF-W361824",
                  "FHF-W3624",
                  "FHF-W362424",
                  "FHF-W3630",
                  "FHF-W3636",
                  "FHF-W3642",
                  "FHF-W3930",
                  "FHF-W3942",
                  "FHF-W4230",
                  "FHF-WAE1230",
                  "FHF-WAE1236",
                  "FHF-WAE1242",
                  "FHF-WBC2430",
                  "FHF-WBC2436",
                  "FHF-WBC2442",
                  "FHF-WBC3030",
                  "FHF-WBC3630",
                  "FHF-WBC3636",
                  "FHF-WBC3642",
                  "FHF-WBC4230",
                  "FHF-WDC2430",
                  "FHF-WDC2436",
                  "FHF-WDC2442",
                  "FHF-WF330",
                  "FHF-WF336",
                  "FHF-WF342",
                  "FHF-WF630",
                  "FHF-WF636",
                  "FHF-WF642",
                  "FHF-WP-BASE",
                  "FHF-WP-T84",
                  "FHF-WP-T90",
                  "FHF-WP-T96",
                  "FHF-WP-W30",
                  "FHF-WP-W36",
                  "FHF-WP-W42",
                  "FHF-WR3018",
                  "FMF-B09",
                  "FMF-B12",
                  "FMF-B15",
                  "FMF-B18",
                  "FMF-B21",
                  "FMF-B24",
                  "FMF-B27",
                  "FMF-B30",
                  "FMF-B33",
                  "FMF-B36",
                  "FMF-B39",
                  "FMF-B42",
                  "FMF-BBM",
                  "FMF-BF3",
                  "FMF-BF6",
                  "FMF-BLB36/39",
                  "FMF-BLB42/45",
                  "FMF-BLB48/51",
                  "FMF-CGS",
                  "FMF-CM-1",
                  "FMF-CTS",
                  "FMF-DB12",
                  "FMF-DB15",
                  "FMF-DB18",
                  "FMF-DB24",
                  "FMF-DSB36",
                  "FMF-DSF36",
                  "FMF-DWR3",
                  "FMF-DWR6",
                  "FMF-ERB36",
                  "FMF-GD3030",
                  "FMF-GD3036",
                  "FMF-GD3042",
                  "FMF-GD3630",
                  "FMF-GD3636",
                  "FMF-GD3642",
                  "FMF-GDD2430",
                  "FMF-GDD2436",
                  "FMF-GDD2442",
                  "FMF-ICM8",
                  "FMF-LRM",
                  "FMF-LSB36",
                  "FMF-MW3030",
                  "FMF-MW3036",
                  "FMF-MW3042",
                  "FMF-OCM8",
                  "FMF-PAN-1/4",
                  "FMF-PLY-1/2",
                  "FMF-PLY-3/4",
                  "FMF-QRM",
                  "FMF-REP2496",
                  "FMF-REP3",
                  "FMF-REP3096",
                  "FMF-SB24",
                  "FMF-SB27",
                  "FMF-SB30",
                  "FMF-SB33",
                  "FMF-SB36",
                  "FMF-SB39",
                  "FMF-SB42",
                  "FMF-SKBASE",
                  "FMF-SKTALL",
                  "FMF-SKW30",
                  "FMF-SKW36",
                  "FMF-SKW42",
                  "FMF-SM8",
                  "FMF-TCM",
                  "FMF-TF396",
                  "FMF-TF696",
                  "FMF-TK8",
                  "FMF-TOUCH UP KIT",
                  "FMF-TP152484",
                  "FMF-TP152490",
                  "FMF-TP152496",
                  "FMF-TP182484",
                  "FMF-TP182490",
                  "FMF-TP182496",
                  "FMF-TP242484",
                  "FMF-TP242490",
                  "FMF-TP242496",
                  "FMF-VAR54",
                  "FMF-VDB12-34",
                  "FMF-VSB24-34",
                  "FMF-W0930",
                  "FMF-W0936",
                  "FMF-W0942",
                  "FMF-W1230",
                  "FMF-W1236",
                  "FMF-W1242",
                  "FMF-W1530",
                  "FMF-W1536",
                  "FMF-W1542",
                  "FMF-W1830",
                  "FMF-W1836",
                  "FMF-W1842",
                  "FMF-W2130",
                  "FMF-W2136",
                  "FMF-W2142",
                  "FMF-W2415",
                  "FMF-W2418",
                  "FMF-W2424",
                  "FMF-W2430",
                  "FMF-W2436",
                  "FMF-W2442",
                  "FMF-W2730",
                  "FMF-W2736",
                  "FMF-W2742",
                  "FMF-W3012",
                  "FMF-W3015",
                  "FMF-W301524",
                  "FMF-W3018",
                  "FMF-W301824",
                  "FMF-W3024",
                  "FMF-W302424",
                  "FMF-W3030",
                  "FMF-W3036",
                  "FMF-W3042",
                  "FMF-W3315",
                  "FMF-W331524",
                  "FMF-W3318",
                  "FMF-W331824",
                  "FMF-W3324",
                  "FMF-W332424",
                  "FMF-W3330",
                  "FMF-W3336",
                  "FMF-W3342",
                  "FMF-W3612",
                  "FMF-W3615",
                  "FMF-W361524",
                  "FMF-W3618",
                  "FMF-W361824",
                  "FMF-W3624",
                  "FMF-W362424",
                  "FMF-W3630",
                  "FMF-W3636",
                  "FMF-W3642",
                  "FMF-W3930",
                  "FMF-W3942",
                  "FMF-W4230",
                  "FMF-WBC2430",
                  "FMF-WBC2436",
                  "FMF-WBC2442",
                  "FMF-WBC3030",
                  "FMF-WBC3630",
                  "FMF-WBC3636",
                  "FMF-WBC3642",
                  "FMF-WBC4230",
                  "FMF-WDC2430",
                  "FMF-WDC2436",
                  "FMF-WDC2442",
                  "FMF-WF330",
                  "FMF-WF336",
                  "FMF-WF342",
                  "FMF-WF630",
                  "FMF-WF636",
                  "FMF-WF642",
                  "FMF-WR3018",
                  "FMM-B09",
                  "FMM-B12",
                  "FMM-B15",
                  "FMM-B18",
                  "FMM-B21",
                  "FMM-B24",
                  "FMM-B27",
                  "FMM-B30",
                  "FMM-B33",
                  "FMM-B36",
                  "FMM-B39",
                  "FMM-B42",
                  "FMM-BF3",
                  "FMM-BF6",
                  "FMM-BLB36/39",
                  "FMM-BLB42/45",
                  "FMM-BLB48/51",
                  "FMM-CM-1",
                  "FMM-DB12",
                  "FMM-DB15",
                  "FMM-DB18",
                  "FMM-DB24",
                  "FMM-DSB36",
                  "FMM-DSF36",
                  "FMM-DWR3",
                  "FMM-DWR6",
                  "FMM-ERB36",
                  "FMM-GD3030",
                  "FMM-GD3036",
                  "FMM-GD3042",
                  "FMM-GD3630",
                  "FMM-GD3636",
                  "FMM-GD3642",
                  "FMM-GDD2430",
                  "FMM-GDD2436",
                  "FMM-GDD2442",
                  "FMM-ICM8",
                  "FMM-LSB36",
                  "FMM-MW3030",
                  "FMM-MW3036",
                  "FMM-MW3042",
                  "FMM-OCM8",
                  "FMM-PAN-1/4",
                  "FMM-PLY-1/2",
                  "FMM-PLY-3/4",
                  "FMM-QRM",
                  "FMM-REP2496",
                  "FMM-REP3",
                  "FMM-SB24",
                  "FMM-SB27",
                  "FMM-SB30",
                  "FMM-SB33",
                  "FMM-SB36",
                  "FMM-SB39",
                  "FMM-SB42",
                  "FMM-SKBASE",
                  "FMM-SKTALL",
                  "FMM-SKW30",
                  "FMM-SKW36",
                  "FMM-SKW42",
                  "FMM-SM8",
                  "FMM-TF396",
                  "FMM-TF696",
                  "FMM-TK8",
                  "FMM-TOUCH UP KIT",
                  "FMM-TP152484",
                  "FMM-TP152490"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "FGH-TP302496",
                "FGH-VAR54",
                "FGH-W0930",
                "FGH-W0936",
                "FGH-W0942",
                "FGH-W1230",
                "FGH-W1236",
                "FGH-W1242",
                "FGH-W1530",
                "FGH-W1536",
                "FGH-W1542",
                "FGH-W1830",
                "FGH-W1836",
                "FGH-W1842",
                "FGH-W2130",
                "FGH-W2136",
                "FGH-W2142",
                "FGH-W2415",
                "FGH-W2418",
                "FGH-W2424",
                "FGH-W2430",
                "FGH-W2436",
                "FGH-W2442",
                "FGH-W2730",
                "FGH-W2736",
                "FGH-W2742",
                "FGH-W3012",
                "FGH-W3015",
                "FGH-W301524",
                "FGH-W3018",
                "FGH-W301824",
                "FGH-W3024",
                "FGH-W302424",
                "FGH-W3030",
                "FGH-W3036",
                "FGH-W3042",
                "FGH-W3315",
                "FGH-W331524",
                "FGH-W3318",
                "FGH-W331824",
                "FGH-W3324",
                "FGH-W332424",
                "FGH-W3330",
                "FGH-W3336",
                "FGH-W3342",
                "FGH-W3612",
                "FGH-W3615",
                "FGH-W361524",
                "FGH-W3618",
                "FGH-W361824",
                "FGH-W3624",
                "FGH-W362424",
                "FGH-W3630",
                "FGH-W3636",
                "FGH-W3642",
                "FGH-W3930",
                "FGH-WAE1230",
                "FGH-WAE1236",
                "FGH-WAE1242",
                "FGH-WBC2430",
                "FGH-WBC2436",
                "FGH-WBC2442",
                "FGH-WBC3030",
                "FGH-WBC3630",
                "FGH-WBC3636",
                "FGH-WBC3642",
                "FGH-WDC2430",
                "FGH-WDC2436",
                "FGH-WDC2442",
                "FGH-WF330",
                "FGH-WF336",
                "FGH-WF342",
                "FGH-WF630",
                "FGH-WF636",
                "FGH-WF642",
                "FGH-WP-BASE",
                "FGH-WP-T84",
                "FGH-WP-T90",
                "FGH-WP-T96",
                "FGH-WP-W30",
                "FGH-WP-W36",
                "FGH-WP-W42",
                "FGH-WPC2430",
                "FGH-WPC2436",
                "FGH-WPC2442",
                "FGH-WR3018",
                "FHF-B09",
                "FHF-B12",
                "FHF-B15",
                "FHF-B18",
                "FHF-B21",
                "FHF-B24",
                "FHF-B27",
                "FHF-B30",
                "FHF-B33",
                "FHF-B36",
                "FHF-B39",
                "FHF-BBM",
                "FHF-BF3",
                "FHF-BF6",
                "FHF-BLB3639",
                "FHF-BLB4245",
                "FHF-BTL12",
                "FHF-BTR12",
                "FHF-CGS",
                "FHF-CM-1",
                "FHF-CTS",
                "FHF-DB12",
                "FHF-DB15",
                "FHF-DB18",
                "FHF-DB24",
                "FHF-DB30",
                "FHF-DB36",
                "FHF-DSB36",
                "FHF-DSF36",
                "FHF-DWR3",
                "FHF-DWR6",
                "FHF-FS30",
                "FHF-FS33",
                "FHF-FS36",
                "FHF-GD1530",
                "FHF-GD1536",
                "FHF-GD1542",
                "FHF-GD1830",
                "FHF-GD1836",
                "FHF-GD1842",
                "FHF-GD2430",
                "FHF-GD2436",
                "FHF-GD2442",
                "FHF-GD3030",
                "FHF-GD3036",
                "FHF-GD3042",
                "FHF-GD3630",
                "FHF-GD3636",
                "FHF-GD3642",
                "FHF-GDD2430",
                "FHF-GDD2436",
                "FHF-GDD2442",
                "FHF-ICM8",
                "FHF-LRM",
                "FHF-LSB33",
                "FHF-LSB36",
                "FHF-MW3030",
                "FHF-MW3036",
                "FHF-MW3042",
                "FHF-OC3384S",
                "FHF-OC3390S",
                "FHF-OC3396S",
                "FHF-OCM8",
                "FHF-PAN-1/4",
                "FHF-PLY-1/2",
                "FHF-PLY-3/4",
                "FHF-QRM",
                "FHF-REP2496",
                "FHF-REP3",
                "FHF-REP3096",
                "FHF-SB24",
                "FHF-SB27",
                "FHF-SB30",
                "FHF-SB33",
                "FHF-SB36",
                "FHF-SB39",
                "FHF-SB42",
                "FHF-SKBASE",
                "FHF-SKTALL",
                "FHF-SKW30",
                "FHF-SKW36",
                "FHF-SKW42",
                "FHF-SM8",
                "FHF-TCM",
                "FHF-TF396",
                "FHF-TF696",
                "FHF-TK8",
                "FHF-TOUCH UP KIT",
                "FHF-TP152484",
                "FHF-TP152490",
                "FHF-TP152496",
                "FHF-TP182484",
                "FHF-TP182490",
                "FHF-TP182496",
                "FHF-TP242484",
                "FHF-TP242490",
                "FHF-TP242496",
                "FHF-TP302484",
                "FHF-TP302490",
                "FHF-TP302496",
                "FHF-VAR54",
                "FHF-VSB24-34",
                "FHF-VSB30-34",
                "FHF-VSB36-34",
                "FHF-W0930",
                "FHF-W0936",
                "FHF-W0942",
                "FHF-W1230",
                "FHF-W1236",
                "FHF-W1242",
                "FHF-W1530",
                "FHF-W1536",
                "FHF-W1542",
                "FHF-W1830",
                "FHF-W1836",
                "FHF-W1842",
                "FHF-W2115",
                "FHF-W2118",
                "FHF-W2130",
                "FHF-W2136",
                "FHF-W2142",
                "FHF-W2415",
                "FHF-W2418",
                "FHF-W2424",
                "FHF-W2430",
                "FHF-W2436",
                "FHF-W2442",
                "FHF-W2730",
                "FHF-W2736",
                "FHF-W2742",
                "FHF-W3012",
                "FHF-W3015",
                "FHF-W301524",
                "FHF-W3018",
                "FHF-W301824",
                "FHF-W3024",
                "FHF-W302424",
                "FHF-W3030",
                "FHF-W3036",
                "FHF-W3042",
                "FHF-W3315",
                "FHF-W331524",
                "FHF-W3318",
                "FHF-W331824",
                "FHF-W3324",
                "FHF-W332424",
                "FHF-W3330",
                "FHF-W3336",
                "FHF-W3342",
                "FHF-W3612",
                "FHF-W3615",
                "FHF-W361524",
                "FHF-W3618",
                "FHF-W361824",
                "FHF-W3624",
                "FHF-W362424",
                "FHF-W3630",
                "FHF-W3636",
                "FHF-W3642",
                "FHF-W3930",
                "FHF-W3942",
                "FHF-W4230",
                "FHF-WAE1230",
                "FHF-WAE1236",
                "FHF-WAE1242",
                "FHF-WBC2430",
                "FHF-WBC2436",
                "FHF-WBC2442",
                "FHF-WBC3030",
                "FHF-WBC3630",
                "FHF-WBC3636",
                "FHF-WBC3642",
                "FHF-WBC4230",
                "FHF-WDC2430",
                "FHF-WDC2436",
                "FHF-WDC2442",
                "FHF-WF330",
                "FHF-WF336",
                "FHF-WF342",
                "FHF-WF630",
                "FHF-WF636",
                "FHF-WF642",
                "FHF-WP-BASE",
                "FHF-WP-T84",
                "FHF-WP-T90",
                "FHF-WP-T96",
                "FHF-WP-W30",
                "FHF-WP-W36",
                "FHF-WP-W42",
                "FHF-WR3018",
                "FMF-B09",
                "FMF-B12",
                "FMF-B15",
                "FMF-B18",
                "FMF-B21",
                "FMF-B24",
                "FMF-B27",
                "FMF-B30",
                "FMF-B33",
                "FMF-B36",
                "FMF-B39",
                "FMF-B42",
                "FMF-BBM",
                "FMF-BF3",
                "FMF-BF6",
                "FMF-BLB36/39",
                "FMF-BLB42/45",
                "FMF-BLB48/51",
                "FMF-CGS",
                "FMF-CM-1",
                "FMF-CTS",
                "FMF-DB12",
                "FMF-DB15",
                "FMF-DB18",
                "FMF-DB24",
                "FMF-DSB36",
                "FMF-DSF36",
                "FMF-DWR3",
                "FMF-DWR6",
                "FMF-ERB36",
                "FMF-GD3030",
                "FMF-GD3036",
                "FMF-GD3042",
                "FMF-GD3630",
                "FMF-GD3636",
                "FMF-GD3642",
                "FMF-GDD2430",
                "FMF-GDD2436",
                "FMF-GDD2442",
                "FMF-ICM8",
                "FMF-LRM",
                "FMF-LSB36",
                "FMF-MW3030",
                "FMF-MW3036",
                "FMF-MW3042",
                "FMF-OCM8",
                "FMF-PAN-1/4",
                "FMF-PLY-1/2",
                "FMF-PLY-3/4",
                "FMF-QRM",
                "FMF-REP2496",
                "FMF-REP3",
                "FMF-REP3096",
                "FMF-SB24",
                "FMF-SB27",
                "FMF-SB30",
                "FMF-SB33",
                "FMF-SB36",
                "FMF-SB39",
                "FMF-SB42",
                "FMF-SKBASE",
                "FMF-SKTALL",
                "FMF-SKW30",
                "FMF-SKW36",
                "FMF-SKW42",
                "FMF-SM8",
                "FMF-TCM",
                "FMF-TF396",
                "FMF-TF696",
                "FMF-TK8",
                "FMF-TOUCH UP KIT",
                "FMF-TP152484",
                "FMF-TP152490",
                "FMF-TP152496",
                "FMF-TP182484",
                "FMF-TP182490",
                "FMF-TP182496",
                "FMF-TP242484",
                "FMF-TP242490",
                "FMF-TP242496",
                "FMF-VAR54",
                "FMF-VDB12-34",
                "FMF-VSB24-34",
                "FMF-W0930",
                "FMF-W0936",
                "FMF-W0942",
                "FMF-W1230",
                "FMF-W1236",
                "FMF-W1242",
                "FMF-W1530",
                "FMF-W1536",
                "FMF-W1542",
                "FMF-W1830",
                "FMF-W1836",
                "FMF-W1842",
                "FMF-W2130",
                "FMF-W2136",
                "FMF-W2142",
                "FMF-W2415",
                "FMF-W2418",
                "FMF-W2424",
                "FMF-W2430",
                "FMF-W2436",
                "FMF-W2442",
                "FMF-W2730",
                "FMF-W2736",
                "FMF-W2742",
                "FMF-W3012",
                "FMF-W3015",
                "FMF-W301524",
                "FMF-W3018",
                "FMF-W301824",
                "FMF-W3024",
                "FMF-W302424",
                "FMF-W3030",
                "FMF-W3036",
                "FMF-W3042",
                "FMF-W3315",
                "FMF-W331524",
                "FMF-W3318",
                "FMF-W331824",
                "FMF-W3324",
                "FMF-W332424",
                "FMF-W3330",
                "FMF-W3336",
                "FMF-W3342",
                "FMF-W3612",
                "FMF-W3615",
                "FMF-W361524",
                "FMF-W3618",
                "FMF-W361824",
                "FMF-W3624",
                "FMF-W362424",
                "FMF-W3630",
                "FMF-W3636",
                "FMF-W3642",
                "FMF-W3930",
                "FMF-W3942",
                "FMF-W4230",
                "FMF-WBC2430",
                "FMF-WBC2436",
                "FMF-WBC2442",
                "FMF-WBC3030",
                "FMF-WBC3630",
                "FMF-WBC3636",
                "FMF-WBC3642",
                "FMF-WBC4230",
                "FMF-WDC2430",
                "FMF-WDC2436",
                "FMF-WDC2442",
                "FMF-WF330",
                "FMF-WF336",
                "FMF-WF342",
                "FMF-WF630",
                "FMF-WF636",
                "FMF-WF642",
                "FMF-WR3018",
                "FMM-B09",
                "FMM-B12",
                "FMM-B15",
                "FMM-B18",
                "FMM-B21",
                "FMM-B24",
                "FMM-B27",
                "FMM-B30",
                "FMM-B33",
                "FMM-B36",
                "FMM-B39",
                "FMM-B42",
                "FMM-BF3",
                "FMM-BF6",
                "FMM-BLB36/39",
                "FMM-BLB42/45",
                "FMM-BLB48/51",
                "FMM-CM-1",
                "FMM-DB12",
                "FMM-DB15",
                "FMM-DB18",
                "FMM-DB24",
                "FMM-DSB36",
                "FMM-DSF36",
                "FMM-DWR3",
                "FMM-DWR6",
                "FMM-ERB36",
                "FMM-GD3030",
                "FMM-GD3036",
                "FMM-GD3042",
                "FMM-GD3630",
                "FMM-GD3636",
                "FMM-GD3642",
                "FMM-GDD2430",
                "FMM-GDD2436",
                "FMM-GDD2442",
                "FMM-ICM8",
                "FMM-LSB36",
                "FMM-MW3030",
                "FMM-MW3036",
                "FMM-MW3042",
                "FMM-OCM8",
                "FMM-PAN-1/4",
                "FMM-PLY-1/2",
                "FMM-PLY-3/4",
                "FMM-QRM",
                "FMM-REP2496",
                "FMM-REP3",
                "FMM-SB24",
                "FMM-SB27",
                "FMM-SB30",
                "FMM-SB33",
                "FMM-SB36",
                "FMM-SB39",
                "FMM-SB42",
                "FMM-SKBASE",
                "FMM-SKTALL",
                "FMM-SKW30",
                "FMM-SKW36",
                "FMM-SKW42",
                "FMM-SM8",
                "FMM-TF396",
                "FMM-TF696",
                "FMM-TK8",
                "FMM-TOUCH UP KIT",
                "FMM-TP152484",
                "FMM-TP152490"
              ],
              "status": "done",
              "job_id": 1233,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 316.0
            },
            {
              "phase": "images",
              "queue_id": 1711,
              "label": "push-channel-sample-magento-images-20260806-034928",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "FGH-TP302496",
                  "FGH-VAR54",
                  "FGH-W0930",
                  "FGH-W0936",
                  "FGH-W0942",
                  "FGH-W1230",
                  "FGH-W1236",
                  "FGH-W1242",
                  "FGH-W1530",
                  "FGH-W1536",
                  "FGH-W1542",
                  "FGH-W1830",
                  "FGH-W1836",
                  "FGH-W1842",
                  "FGH-W2130",
                  "FGH-W2136",
                  "FGH-W2142",
                  "FGH-W2415",
                  "FGH-W2418",
                  "FGH-W2424",
                  "FGH-W2430",
                  "FGH-W2436",
                  "FGH-W2442",
                  "FGH-W2730",
                  "FGH-W2736",
                  "FGH-W2742",
                  "FGH-W3012",
                  "FGH-W3015",
                  "FGH-W301524",
                  "FGH-W3018",
                  "FGH-W301824",
                  "FGH-W3024",
                  "FGH-W302424",
                  "FGH-W3030",
                  "FGH-W3036",
                  "FGH-W3042",
                  "FGH-W3315",
                  "FGH-W331524",
                  "FGH-W3318",
                  "FGH-W331824",
                  "FGH-W3324",
                  "FGH-W332424",
                  "FGH-W3330",
                  "FGH-W3336",
                  "FGH-W3342",
                  "FGH-W3612",
                  "FGH-W3615",
                  "FGH-W361524",
                  "FGH-W3618",
                  "FGH-W361824",
                  "FGH-W3624",
                  "FGH-W362424",
                  "FGH-W3630",
                  "FGH-W3636",
                  "FGH-W3642",
                  "FGH-W3930",
                  "FGH-WAE1230",
                  "FGH-WAE1236",
                  "FGH-WAE1242",
                  "FGH-WBC2430",
                  "FGH-WBC2436",
                  "FGH-WBC2442",
                  "FGH-WBC3030",
                  "FGH-WBC3630",
                  "FGH-WBC3636",
                  "FGH-WBC3642",
                  "FGH-WDC2430",
                  "FGH-WDC2436",
                  "FGH-WDC2442",
                  "FGH-WF330",
                  "FGH-WF336",
                  "FGH-WF342",
                  "FGH-WF630",
                  "FGH-WF636",
                  "FGH-WF642",
                  "FGH-WP-BASE",
                  "FGH-WP-T84",
                  "FGH-WP-T90",
                  "FGH-WP-T96",
                  "FGH-WP-W30",
                  "FGH-WP-W36",
                  "FGH-WP-W42",
                  "FGH-WPC2430",
                  "FGH-WPC2436",
                  "FGH-WPC2442",
                  "FGH-WR3018",
                  "FHF-B09",
                  "FHF-B12",
                  "FHF-B15",
                  "FHF-B18",
                  "FHF-B21",
                  "FHF-B24",
                  "FHF-B27",
                  "FHF-B30",
                  "FHF-B33",
                  "FHF-B36",
                  "FHF-B39",
                  "FHF-BBM",
                  "FHF-BF3",
                  "FHF-BF6",
                  "FHF-BLB3639",
                  "FHF-BLB4245",
                  "FHF-BTL12",
                  "FHF-BTR12",
                  "FHF-CGS",
                  "FHF-CM-1",
                  "FHF-CTS",
                  "FHF-DB12",
                  "FHF-DB15",
                  "FHF-DB18",
                  "FHF-DB24",
                  "FHF-DB30",
                  "FHF-DB36",
                  "FHF-DSB36",
                  "FHF-DSF36",
                  "FHF-DWR3",
                  "FHF-DWR6",
                  "FHF-FS30",
                  "FHF-FS33",
                  "FHF-FS36",
                  "FHF-GD1530",
                  "FHF-GD1536",
                  "FHF-GD1542",
                  "FHF-GD1830",
                  "FHF-GD1836",
                  "FHF-GD1842",
                  "FHF-GD2430",
                  "FHF-GD2436",
                  "FHF-GD2442",
                  "FHF-GD3030",
                  "FHF-GD3036",
                  "FHF-GD3042",
                  "FHF-GD3630",
                  "FHF-GD3636",
                  "FHF-GD3642",
                  "FHF-GDD2430",
                  "FHF-GDD2436",
                  "FHF-GDD2442",
                  "FHF-ICM8",
                  "FHF-LRM",
                  "FHF-LSB33",
                  "FHF-LSB36",
                  "FHF-MW3030",
                  "FHF-MW3036",
                  "FHF-MW3042",
                  "FHF-OC3384S",
                  "FHF-OC3390S",
                  "FHF-OC3396S",
                  "FHF-OCM8",
                  "FHF-PAN-1/4",
                  "FHF-PLY-1/2",
                  "FHF-PLY-3/4",
                  "FHF-QRM",
                  "FHF-REP2496",
                  "FHF-REP3",
                  "FHF-REP3096",
                  "FHF-SB24",
                  "FHF-SB27",
                  "FHF-SB30",
                  "FHF-SB33",
                  "FHF-SB36",
                  "FHF-SB39",
                  "FHF-SB42",
                  "FHF-SKBASE",
                  "FHF-SKTALL",
                  "FHF-SKW30",
                  "FHF-SKW36",
                  "FHF-SKW42",
                  "FHF-SM8",
                  "FHF-TCM",
                  "FHF-TF396",
                  "FHF-TF696",
                  "FHF-TK8",
                  "FHF-TOUCH UP KIT",
                  "FHF-TP152484",
                  "FHF-TP152490",
                  "FHF-TP152496",
                  "FHF-TP182484",
                  "FHF-TP182490",
                  "FHF-TP182496",
                  "FHF-TP242484",
                  "FHF-TP242490",
                  "FHF-TP242496",
                  "FHF-TP302484",
                  "FHF-TP302490",
                  "FHF-TP302496",
                  "FHF-VAR54",
                  "FHF-VSB24-34",
                  "FHF-VSB30-34",
                  "FHF-VSB36-34",
                  "FHF-W0930",
                  "FHF-W0936",
                  "FHF-W0942",
                  "FHF-W1230",
                  "FHF-W1236",
                  "FHF-W1242",
                  "FHF-W1530",
                  "FHF-W1536",
                  "FHF-W1542",
                  "FHF-W1830",
                  "FHF-W1836",
                  "FHF-W1842",
                  "FHF-W2115",
                  "FHF-W2118",
                  "FHF-W2130",
                  "FHF-W2136",
                  "FHF-W2142",
                  "FHF-W2415",
                  "FHF-W2418",
                  "FHF-W2424",
                  "FHF-W2430",
                  "FHF-W2436",
                  "FHF-W2442",
                  "FHF-W2730",
                  "FHF-W2736",
                  "FHF-W2742",
                  "FHF-W3012",
                  "FHF-W3015",
                  "FHF-W301524",
                  "FHF-W3018",
                  "FHF-W301824",
                  "FHF-W3024",
                  "FHF-W302424",
                  "FHF-W3030",
                  "FHF-W3036",
                  "FHF-W3042",
                  "FHF-W3315",
                  "FHF-W331524",
                  "FHF-W3318",
                  "FHF-W331824",
                  "FHF-W3324",
                  "FHF-W332424",
                  "FHF-W3330",
                  "FHF-W3336",
                  "FHF-W3342",
                  "FHF-W3612",
                  "FHF-W3615",
                  "FHF-W361524",
                  "FHF-W3618",
                  "FHF-W361824",
                  "FHF-W3624",
                  "FHF-W362424",
                  "FHF-W3630",
                  "FHF-W3636",
                  "FHF-W3642",
                  "FHF-W3930",
                  "FHF-W3942",
                  "FHF-W4230",
                  "FHF-WAE1230",
                  "FHF-WAE1236",
                  "FHF-WAE1242",
                  "FHF-WBC2430",
                  "FHF-WBC2436",
                  "FHF-WBC2442",
                  "FHF-WBC3030",
                  "FHF-WBC3630",
                  "FHF-WBC3636",
                  "FHF-WBC3642",
                  "FHF-WBC4230",
                  "FHF-WDC2430",
                  "FHF-WDC2436",
                  "FHF-WDC2442",
                  "FHF-WF330",
                  "FHF-WF336",
                  "FHF-WF342",
                  "FHF-WF630",
                  "FHF-WF636",
                  "FHF-WF642",
                  "FHF-WP-BASE",
                  "FHF-WP-T84",
                  "FHF-WP-T90",
                  "FHF-WP-T96",
                  "FHF-WP-W30",
                  "FHF-WP-W36",
                  "FHF-WP-W42",
                  "FHF-WR3018",
                  "FMF-B09",
                  "FMF-B12",
                  "FMF-B15",
                  "FMF-B18",
                  "FMF-B21",
                  "FMF-B24",
                  "FMF-B27",
                  "FMF-B30",
                  "FMF-B33",
                  "FMF-B36",
                  "FMF-B39",
                  "FMF-B42",
                  "FMF-BBM",
                  "FMF-BF3",
                  "FMF-BF6",
                  "FMF-BLB36/39",
                  "FMF-BLB42/45",
                  "FMF-BLB48/51",
                  "FMF-CGS",
                  "FMF-CM-1",
                  "FMF-CTS",
                  "FMF-DB12",
                  "FMF-DB15",
                  "FMF-DB18",
                  "FMF-DB24",
                  "FMF-DSB36",
                  "FMF-DSF36",
                  "FMF-DWR3",
                  "FMF-DWR6",
                  "FMF-ERB36",
                  "FMF-GD3030",
                  "FMF-GD3036",
                  "FMF-GD3042",
                  "FMF-GD3630",
                  "FMF-GD3636",
                  "FMF-GD3642",
                  "FMF-GDD2430",
                  "FMF-GDD2436",
                  "FMF-GDD2442",
                  "FMF-ICM8",
                  "FMF-LRM",
                  "FMF-LSB36",
                  "FMF-MW3030",
                  "FMF-MW3036",
                  "FMF-MW3042",
                  "FMF-OCM8",
                  "FMF-PAN-1/4",
                  "FMF-PLY-1/2",
                  "FMF-PLY-3/4",
                  "FMF-QRM",
                  "FMF-REP2496",
                  "FMF-REP3",
                  "FMF-REP3096",
                  "FMF-SB24",
                  "FMF-SB27",
                  "FMF-SB30",
                  "FMF-SB33",
                  "FMF-SB36",
                  "FMF-SB39",
                  "FMF-SB42",
                  "FMF-SKBASE",
                  "FMF-SKTALL",
                  "FMF-SKW30",
                  "FMF-SKW36",
                  "FMF-SKW42",
                  "FMF-SM8",
                  "FMF-TCM",
                  "FMF-TF396",
                  "FMF-TF696",
                  "FMF-TK8",
                  "FMF-TOUCH UP KIT",
                  "FMF-TP152484",
                  "FMF-TP152490",
                  "FMF-TP152496",
                  "FMF-TP182484",
                  "FMF-TP182490",
                  "FMF-TP182496",
                  "FMF-TP242484",
                  "FMF-TP242490",
                  "FMF-TP242496",
                  "FMF-VAR54",
                  "FMF-VDB12-34",
                  "FMF-VSB24-34",
                  "FMF-W0930",
                  "FMF-W0936",
                  "FMF-W0942",
                  "FMF-W1230",
                  "FMF-W1236",
                  "FMF-W1242",
                  "FMF-W1530",
                  "FMF-W1536",
                  "FMF-W1542",
                  "FMF-W1830",
                  "FMF-W1836",
                  "FMF-W1842",
                  "FMF-W2130",
                  "FMF-W2136",
                  "FMF-W2142",
                  "FMF-W2415",
                  "FMF-W2418",
                  "FMF-W2424",
                  "FMF-W2430",
                  "FMF-W2436",
                  "FMF-W2442",
                  "FMF-W2730",
                  "FMF-W2736",
                  "FMF-W2742",
                  "FMF-W3012",
                  "FMF-W3015",
                  "FMF-W301524",
                  "FMF-W3018",
                  "FMF-W301824",
                  "FMF-W3024",
                  "FMF-W302424",
                  "FMF-W3030",
                  "FMF-W3036",
                  "FMF-W3042",
                  "FMF-W3315",
                  "FMF-W331524",
                  "FMF-W3318",
                  "FMF-W331824",
                  "FMF-W3324",
                  "FMF-W332424",
                  "FMF-W3330",
                  "FMF-W3336",
                  "FMF-W3342",
                  "FMF-W3612",
                  "FMF-W3615",
                  "FMF-W361524",
                  "FMF-W3618",
                  "FMF-W361824",
                  "FMF-W3624",
                  "FMF-W362424",
                  "FMF-W3630",
                  "FMF-W3636",
                  "FMF-W3642",
                  "FMF-W3930",
                  "FMF-W3942",
                  "FMF-W4230",
                  "FMF-WBC2430",
                  "FMF-WBC2436",
                  "FMF-WBC2442",
                  "FMF-WBC3030",
                  "FMF-WBC3630",
                  "FMF-WBC3636",
                  "FMF-WBC3642",
                  "FMF-WBC4230",
                  "FMF-WDC2430",
                  "FMF-WDC2436",
                  "FMF-WDC2442",
                  "FMF-WF330",
                  "FMF-WF336",
                  "FMF-WF342",
                  "FMF-WF630",
                  "FMF-WF636",
                  "FMF-WF642",
                  "FMF-WR3018",
                  "FMM-B09",
                  "FMM-B12",
                  "FMM-B15",
                  "FMM-B18",
                  "FMM-B21",
                  "FMM-B24",
                  "FMM-B27",
                  "FMM-B30",
                  "FMM-B33",
                  "FMM-B36",
                  "FMM-B39",
                  "FMM-B42",
                  "FMM-BF3",
                  "FMM-BF6",
                  "FMM-BLB36/39",
                  "FMM-BLB42/45",
                  "FMM-BLB48/51",
                  "FMM-CM-1",
                  "FMM-DB12",
                  "FMM-DB15",
                  "FMM-DB18",
                  "FMM-DB24",
                  "FMM-DSB36",
                  "FMM-DSF36",
                  "FMM-DWR3",
                  "FMM-DWR6",
                  "FMM-ERB36",
                  "FMM-GD3030",
                  "FMM-GD3036",
                  "FMM-GD3042",
                  "FMM-GD3630",
                  "FMM-GD3636",
                  "FMM-GD3642",
                  "FMM-GDD2430",
                  "FMM-GDD2436",
                  "FMM-GDD2442",
                  "FMM-ICM8",
                  "FMM-LSB36",
                  "FMM-MW3030",
                  "FMM-MW3036",
                  "FMM-MW3042",
                  "FMM-OCM8",
                  "FMM-PAN-1/4",
                  "FMM-PLY-1/2",
                  "FMM-PLY-3/4",
                  "FMM-QRM",
                  "FMM-REP2496",
                  "FMM-REP3",
                  "FMM-SB24",
                  "FMM-SB27",
                  "FMM-SB30",
                  "FMM-SB33",
                  "FMM-SB36",
                  "FMM-SB39",
                  "FMM-SB42",
                  "FMM-SKBASE",
                  "FMM-SKTALL",
                  "FMM-SKW30",
                  "FMM-SKW36",
                  "FMM-SKW42",
                  "FMM-SM8",
                  "FMM-TF396",
                  "FMM-TF696",
                  "FMM-TK8",
                  "FMM-TOUCH UP KIT",
                  "FMM-TP152484",
                  "FMM-TP152490"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "FGH-TP302496",
                "FGH-VAR54",
                "FGH-W0930",
                "FGH-W0936",
                "FGH-W0942",
                "FGH-W1230",
                "FGH-W1236",
                "FGH-W1242",
                "FGH-W1530",
                "FGH-W1536",
                "FGH-W1542",
                "FGH-W1830",
                "FGH-W1836",
                "FGH-W1842",
                "FGH-W2130",
                "FGH-W2136",
                "FGH-W2142",
                "FGH-W2415",
                "FGH-W2418",
                "FGH-W2424",
                "FGH-W2430",
                "FGH-W2436",
                "FGH-W2442",
                "FGH-W2730",
                "FGH-W2736",
                "FGH-W2742",
                "FGH-W3012",
                "FGH-W3015",
                "FGH-W301524",
                "FGH-W3018",
                "FGH-W301824",
                "FGH-W3024",
                "FGH-W302424",
                "FGH-W3030",
                "FGH-W3036",
                "FGH-W3042",
                "FGH-W3315",
                "FGH-W331524",
                "FGH-W3318",
                "FGH-W331824",
                "FGH-W3324",
                "FGH-W332424",
                "FGH-W3330",
                "FGH-W3336",
                "FGH-W3342",
                "FGH-W3612",
                "FGH-W3615",
                "FGH-W361524",
                "FGH-W3618",
                "FGH-W361824",
                "FGH-W3624",
                "FGH-W362424",
                "FGH-W3630",
                "FGH-W3636",
                "FGH-W3642",
                "FGH-W3930",
                "FGH-WAE1230",
                "FGH-WAE1236",
                "FGH-WAE1242",
                "FGH-WBC2430",
                "FGH-WBC2436",
                "FGH-WBC2442",
                "FGH-WBC3030",
                "FGH-WBC3630",
                "FGH-WBC3636",
                "FGH-WBC3642",
                "FGH-WDC2430",
                "FGH-WDC2436",
                "FGH-WDC2442",
                "FGH-WF330",
                "FGH-WF336",
                "FGH-WF342",
                "FGH-WF630",
                "FGH-WF636",
                "FGH-WF642",
                "FGH-WP-BASE",
                "FGH-WP-T84",
                "FGH-WP-T90",
                "FGH-WP-T96",
                "FGH-WP-W30",
                "FGH-WP-W36",
                "FGH-WP-W42",
                "FGH-WPC2430",
                "FGH-WPC2436",
                "FGH-WPC2442",
                "FGH-WR3018",
                "FHF-B09",
                "FHF-B12",
                "FHF-B15",
                "FHF-B18",
                "FHF-B21",
                "FHF-B24",
                "FHF-B27",
                "FHF-B30",
                "FHF-B33",
                "FHF-B36",
                "FHF-B39",
                "FHF-BBM",
                "FHF-BF3",
                "FHF-BF6",
                "FHF-BLB3639",
                "FHF-BLB4245",
                "FHF-BTL12",
                "FHF-BTR12",
                "FHF-CGS",
                "FHF-CM-1",
                "FHF-CTS",
                "FHF-DB12",
                "FHF-DB15",
                "FHF-DB18",
                "FHF-DB24",
                "FHF-DB30",
                "FHF-DB36",
                "FHF-DSB36",
                "FHF-DSF36",
                "FHF-DWR3",
                "FHF-DWR6",
                "FHF-FS30",
                "FHF-FS33",
                "FHF-FS36",
                "FHF-GD1530",
                "FHF-GD1536",
                "FHF-GD1542",
                "FHF-GD1830",
                "FHF-GD1836",
                "FHF-GD1842",
                "FHF-GD2430",
                "FHF-GD2436",
                "FHF-GD2442",
                "FHF-GD3030",
                "FHF-GD3036",
                "FHF-GD3042",
                "FHF-GD3630",
                "FHF-GD3636",
                "FHF-GD3642",
                "FHF-GDD2430",
                "FHF-GDD2436",
                "FHF-GDD2442",
                "FHF-ICM8",
                "FHF-LRM",
                "FHF-LSB33",
                "FHF-LSB36",
                "FHF-MW3030",
                "FHF-MW3036",
                "FHF-MW3042",
                "FHF-OC3384S",
                "FHF-OC3390S",
                "FHF-OC3396S",
                "FHF-OCM8",
                "FHF-PAN-1/4",
                "FHF-PLY-1/2",
                "FHF-PLY-3/4",
                "FHF-QRM",
                "FHF-REP2496",
                "FHF-REP3",
                "FHF-REP3096",
                "FHF-SB24",
                "FHF-SB27",
                "FHF-SB30",
                "FHF-SB33",
                "FHF-SB36",
                "FHF-SB39",
                "FHF-SB42",
                "FHF-SKBASE",
                "FHF-SKTALL",
                "FHF-SKW30",
                "FHF-SKW36",
                "FHF-SKW42",
                "FHF-SM8",
                "FHF-TCM",
                "FHF-TF396",
                "FHF-TF696",
                "FHF-TK8",
                "FHF-TOUCH UP KIT",
                "FHF-TP152484",
                "FHF-TP152490",
                "FHF-TP152496",
                "FHF-TP182484",
                "FHF-TP182490",
                "FHF-TP182496",
                "FHF-TP242484",
                "FHF-TP242490",
                "FHF-TP242496",
                "FHF-TP302484",
                "FHF-TP302490",
                "FHF-TP302496",
                "FHF-VAR54",
                "FHF-VSB24-34",
                "FHF-VSB30-34",
                "FHF-VSB36-34",
                "FHF-W0930",
                "FHF-W0936",
                "FHF-W0942",
                "FHF-W1230",
                "FHF-W1236",
                "FHF-W1242",
                "FHF-W1530",
                "FHF-W1536",
                "FHF-W1542",
                "FHF-W1830",
                "FHF-W1836",
                "FHF-W1842",
                "FHF-W2115",
                "FHF-W2118",
                "FHF-W2130",
                "FHF-W2136",
                "FHF-W2142",
                "FHF-W2415",
                "FHF-W2418",
                "FHF-W2424",
                "FHF-W2430",
                "FHF-W2436",
                "FHF-W2442",
                "FHF-W2730",
                "FHF-W2736",
                "FHF-W2742",
                "FHF-W3012",
                "FHF-W3015",
                "FHF-W301524",
                "FHF-W3018",
                "FHF-W301824",
                "FHF-W3024",
                "FHF-W302424",
                "FHF-W3030",
                "FHF-W3036",
                "FHF-W3042",
                "FHF-W3315",
                "FHF-W331524",
                "FHF-W3318",
                "FHF-W331824",
                "FHF-W3324",
                "FHF-W332424",
                "FHF-W3330",
                "FHF-W3336",
                "FHF-W3342",
                "FHF-W3612",
                "FHF-W3615",
                "FHF-W361524",
                "FHF-W3618",
                "FHF-W361824",
                "FHF-W3624",
                "FHF-W362424",
                "FHF-W3630",
                "FHF-W3636",
                "FHF-W3642",
                "FHF-W3930",
                "FHF-W3942",
                "FHF-W4230",
                "FHF-WAE1230",
                "FHF-WAE1236",
                "FHF-WAE1242",
                "FHF-WBC2430",
                "FHF-WBC2436",
                "FHF-WBC2442",
                "FHF-WBC3030",
                "FHF-WBC3630",
                "FHF-WBC3636",
                "FHF-WBC3642",
                "FHF-WBC4230",
                "FHF-WDC2430",
                "FHF-WDC2436",
                "FHF-WDC2442",
                "FHF-WF330",
                "FHF-WF336",
                "FHF-WF342",
                "FHF-WF630",
                "FHF-WF636",
                "FHF-WF642",
                "FHF-WP-BASE",
                "FHF-WP-T84",
                "FHF-WP-T90",
                "FHF-WP-T96",
                "FHF-WP-W30",
                "FHF-WP-W36",
                "FHF-WP-W42",
                "FHF-WR3018",
                "FMF-B09",
                "FMF-B12",
                "FMF-B15",
                "FMF-B18",
                "FMF-B21",
                "FMF-B24",
                "FMF-B27",
                "FMF-B30",
                "FMF-B33",
                "FMF-B36",
                "FMF-B39",
                "FMF-B42",
                "FMF-BBM",
                "FMF-BF3",
                "FMF-BF6",
                "FMF-BLB36/39",
                "FMF-BLB42/45",
                "FMF-BLB48/51",
                "FMF-CGS",
                "FMF-CM-1",
                "FMF-CTS",
                "FMF-DB12",
                "FMF-DB15",
                "FMF-DB18",
                "FMF-DB24",
                "FMF-DSB36",
                "FMF-DSF36",
                "FMF-DWR3",
                "FMF-DWR6",
                "FMF-ERB36",
                "FMF-GD3030",
                "FMF-GD3036",
                "FMF-GD3042",
                "FMF-GD3630",
                "FMF-GD3636",
                "FMF-GD3642",
                "FMF-GDD2430",
                "FMF-GDD2436",
                "FMF-GDD2442",
                "FMF-ICM8",
                "FMF-LRM",
                "FMF-LSB36",
                "FMF-MW3030",
                "FMF-MW3036",
                "FMF-MW3042",
                "FMF-OCM8",
                "FMF-PAN-1/4",
                "FMF-PLY-1/2",
                "FMF-PLY-3/4",
                "FMF-QRM",
                "FMF-REP2496",
                "FMF-REP3",
                "FMF-REP3096",
                "FMF-SB24",
                "FMF-SB27",
                "FMF-SB30",
                "FMF-SB33",
                "FMF-SB36",
                "FMF-SB39",
                "FMF-SB42",
                "FMF-SKBASE",
                "FMF-SKTALL",
                "FMF-SKW30",
                "FMF-SKW36",
                "FMF-SKW42",
                "FMF-SM8",
                "FMF-TCM",
                "FMF-TF396",
                "FMF-TF696",
                "FMF-TK8",
                "FMF-TOUCH UP KIT",
                "FMF-TP152484",
                "FMF-TP152490",
                "FMF-TP152496",
                "FMF-TP182484",
                "FMF-TP182490",
                "FMF-TP182496",
                "FMF-TP242484",
                "FMF-TP242490",
                "FMF-TP242496",
                "FMF-VAR54",
                "FMF-VDB12-34",
                "FMF-VSB24-34",
                "FMF-W0930",
                "FMF-W0936",
                "FMF-W0942",
                "FMF-W1230",
                "FMF-W1236",
                "FMF-W1242",
                "FMF-W1530",
                "FMF-W1536",
                "FMF-W1542",
                "FMF-W1830",
                "FMF-W1836",
                "FMF-W1842",
                "FMF-W2130",
                "FMF-W2136",
                "FMF-W2142",
                "FMF-W2415",
                "FMF-W2418",
                "FMF-W2424",
                "FMF-W2430",
                "FMF-W2436",
                "FMF-W2442",
                "FMF-W2730",
                "FMF-W2736",
                "FMF-W2742",
                "FMF-W3012",
                "FMF-W3015",
                "FMF-W301524",
                "FMF-W3018",
                "FMF-W301824",
                "FMF-W3024",
                "FMF-W302424",
                "FMF-W3030",
                "FMF-W3036",
                "FMF-W3042",
                "FMF-W3315",
                "FMF-W331524",
                "FMF-W3318",
                "FMF-W331824",
                "FMF-W3324",
                "FMF-W332424",
                "FMF-W3330",
                "FMF-W3336",
                "FMF-W3342",
                "FMF-W3612",
                "FMF-W3615",
                "FMF-W361524",
                "FMF-W3618",
                "FMF-W361824",
                "FMF-W3624",
                "FMF-W362424",
                "FMF-W3630",
                "FMF-W3636",
                "FMF-W3642",
                "FMF-W3930",
                "FMF-W3942",
                "FMF-W4230",
                "FMF-WBC2430",
                "FMF-WBC2436",
                "FMF-WBC2442",
                "FMF-WBC3030",
                "FMF-WBC3630",
                "FMF-WBC3636",
                "FMF-WBC3642",
                "FMF-WBC4230",
                "FMF-WDC2430",
                "FMF-WDC2436",
                "FMF-WDC2442",
                "FMF-WF330",
                "FMF-WF336",
                "FMF-WF342",
                "FMF-WF630",
                "FMF-WF636",
                "FMF-WF642",
                "FMF-WR3018",
                "FMM-B09",
                "FMM-B12",
                "FMM-B15",
                "FMM-B18",
                "FMM-B21",
                "FMM-B24",
                "FMM-B27",
                "FMM-B30",
                "FMM-B33",
                "FMM-B36",
                "FMM-B39",
                "FMM-B42",
                "FMM-BF3",
                "FMM-BF6",
                "FMM-BLB36/39",
                "FMM-BLB42/45",
                "FMM-BLB48/51",
                "FMM-CM-1",
                "FMM-DB12",
                "FMM-DB15",
                "FMM-DB18",
                "FMM-DB24",
                "FMM-DSB36",
                "FMM-DSF36",
                "FMM-DWR3",
                "FMM-DWR6",
                "FMM-ERB36",
                "FMM-GD3030",
                "FMM-GD3036",
                "FMM-GD3042",
                "FMM-GD3630",
                "FMM-GD3636",
                "FMM-GD3642",
                "FMM-GDD2430",
                "FMM-GDD2436",
                "FMM-GDD2442",
                "FMM-ICM8",
                "FMM-LSB36",
                "FMM-MW3030",
                "FMM-MW3036",
                "FMM-MW3042",
                "FMM-OCM8",
                "FMM-PAN-1/4",
                "FMM-PLY-1/2",
                "FMM-PLY-3/4",
                "FMM-QRM",
                "FMM-REP2496",
                "FMM-REP3",
                "FMM-SB24",
                "FMM-SB27",
                "FMM-SB30",
                "FMM-SB33",
                "FMM-SB36",
                "FMM-SB39",
                "FMM-SB42",
                "FMM-SKBASE",
                "FMM-SKTALL",
                "FMM-SKW30",
                "FMM-SKW36",
                "FMM-SKW42",
                "FMM-SM8",
                "FMM-TF396",
                "FMM-TF696",
                "FMM-TK8",
                "FMM-TOUCH UP KIT",
                "FMM-TP152484",
                "FMM-TP152490"
              ],
              "status": "done",
              "job_id": 1234,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 3946.9
            }
          ],
          "dry_run": false
        },
        {
          "batch": 7,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1712,
              "label": "push-channel-sample-magento-products-20260806-045515",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "FMM-TP152496",
                  "FMM-TP182484",
                  "FMM-TP182490",
                  "FMM-TP182496",
                  "FMM-TP242484",
                  "FMM-TP242490",
                  "FMM-TP242496",
                  "FMM-VDB12-34",
                  "FMM-VSB24-34",
                  "FMM-W0930",
                  "FMM-W0936",
                  "FMM-W0942",
                  "FMM-W1230",
                  "FMM-W1236",
                  "FMM-W1242",
                  "FMM-W1530",
                  "FMM-W1536",
                  "FMM-W1542",
                  "FMM-W1830",
                  "FMM-W1836",
                  "FMM-W1842",
                  "FMM-W2130",
                  "FMM-W2136",
                  "FMM-W2142",
                  "FMM-W2415",
                  "FMM-W2418",
                  "FMM-W2424",
                  "FMM-W2430",
                  "FMM-W2436",
                  "FMM-W2442",
                  "FMM-W2730",
                  "FMM-W2736",
                  "FMM-W2742",
                  "FMM-W3012",
                  "FMM-W3015",
                  "FMM-W301524",
                  "FMM-W3018",
                  "FMM-W301824",
                  "FMM-W3024",
                  "FMM-W302424",
                  "FMM-W3030",
                  "FMM-W3036",
                  "FMM-W3042",
                  "FMM-W3315",
                  "FMM-W331524",
                  "FMM-W3318",
                  "FMM-W331824",
                  "FMM-W3324",
                  "FMM-W332424",
                  "FMM-W3330",
                  "FMM-W3336",
                  "FMM-W3342",
                  "FMM-W3612",
                  "FMM-W3615",
                  "FMM-W361524",
                  "FMM-W3618",
                  "FMM-W361824",
                  "FMM-W3624",
                  "FMM-W362424",
                  "FMM-W3630",
                  "FMM-W3636",
                  "FMM-W3642",
                  "FMM-W3930",
                  "FMM-W3942",
                  "FMM-W4230",
                  "FMM-WBC2430",
                  "FMM-WBC2436",
                  "FMM-WBC2442",
                  "FMM-WBC3030",
                  "FMM-WBC3630",
                  "FMM-WBC3636",
                  "FMM-WBC3642",
                  "FMM-WBC4230",
                  "FMM-WDC2430",
                  "FMM-WDC2436",
                  "FMM-WDC2442",
                  "FMM-WF330",
                  "FMM-WF336",
                  "FMM-WF342",
                  "FMM-WF630",
                  "FMM-WF636",
                  "FMM-WF642",
                  "FW-FROST-BBM",
                  "FW-FROST-BF3",
                  "FW-FROST-BF6",
                  "FW-FROST-CGS",
                  "FW-FROST-CM-1",
                  "FW-FROST-CTS",
                  "FW-FROST-DWR3",
                  "FW-FROST-DWR6",
                  "FW-FROST-ICM8",
                  "FW-FROST-LRM",
                  "FW-FROST-OCM8",
                  "FW-FROST-PAN-1/4",
                  "FW-FROST-PLY-1/2",
                  "FW-FROST-PLY-3/4",
                  "FW-FROST-PP-W36",
                  "FW-FROST-PP-W42",
                  "FW-FROST-QRM",
                  "FW-FROST-REP2496",
                  "FW-FROST-REP3",
                  "FW-FROST-REP3096",
                  "FW-FROST-SKBASE",
                  "FW-FROST-SKTALL",
                  "FW-FROST-SKW30",
                  "FW-FROST-SKW36",
                  "FW-FROST-SKW42",
                  "FW-FROST-SM8",
                  "FW-FROST-TCM",
                  "FW-FROST-TF396",
                  "FW-FROST-TF696",
                  "FW-FROST-TK8",
                  "FW-FROST-TOUCH UP KIT",
                  "FW-FROST-VAR54",
                  "FW-FROST-WF330",
                  "FW-FROST-WF336",
                  "FW-FROST-WF342",
                  "FW-FROST-WF630",
                  "FW-FROST-WF636",
                  "FW-FROST-WF642",
                  "FW-FROST-WR3018",
                  "GNG-18-SH-1P-PP-LH",
                  "GNG-18-SH-1P-PP-RH",
                  "GNG-18-SH-2P-PP-LH",
                  "GNG-18-SH-2P-PP-RH",
                  "GNG-20-SH-1P-PP-LH",
                  "GNG-20-SH-1P-PP-RH",
                  "GNG-20-SH-2P-PP-LH",
                  "GNG-20-SH-2P-PP-RH",
                  "GNG-22-SH-1P-PP-LH",
                  "GNG-22-SH-1P-PP-RH",
                  "GNG-22-SH-2P-PP-LH",
                  "GNG-22-SH-2P-PP-RH",
                  "GNG-24-SH-1P-PP-LH",
                  "GNG-24-SH-1P-PP-RH",
                  "GNG-24-SH-2P-PP-LH",
                  "GNG-24-SH-2P-PP-RH",
                  "GNG-26-SH-1P-PP-LH",
                  "GNG-26-SH-1P-PP-RH",
                  "GNG-26-SH-2P-PP-LH",
                  "GNG-26-SH-2P-PP-RH",
                  "GNG-28-SH-1P-PP-LH",
                  "GNG-28-SH-1P-PP-RH",
                  "GNG-28-SH-2P-PP-LH",
                  "GNG-28-SH-2P-PP-RH",
                  "GNG-30-SH-1P-PP-LH",
                  "GNG-30-SH-1P-PP-RH",
                  "GNG-30-SH-2P-PP-LH",
                  "GNG-30-SH-2P-PP-RH",
                  "GNG-32-SH-1P-PP-LH",
                  "GNG-32-SH-1P-PP-RH",
                  "GNG-32-SH-2P-PP-LH",
                  "GNG-32-SH-2P-PP-RH",
                  "GNG-34-SH-1P-PP-LH",
                  "GNG-34-SH-1P-PP-RH",
                  "GNG-34-SH-2P-PP-LH",
                  "GNG-34-SH-2P-PP-RH",
                  "GNG-36-SH-1P-PP-LH",
                  "GNG-36-SH-1P-PP-RH",
                  "GNG-36-SH-2P-PP-LH",
                  "GNG-36-SH-2P-PP-RH",
                  "GSW-B12",
                  "GSW-B15",
                  "GSW-B18",
                  "GSW-B21",
                  "GSW-B24",
                  "GSW-B27",
                  "GSW-B30",
                  "GSW-B33",
                  "GSW-B36",
                  "GSW-B39",
                  "GSW-BBC36/39L/R",
                  "GSW-BBC39/42L/R",
                  "GSW-BBC45/48FHL/R",
                  "GSW-BBC45/48FHL/R-MC",
                  "GSW-BBC45/48L/R",
                  "GSW-BCOR33L/R",
                  "GSW-BCOR36L/R",
                  "GSW-BEC1224L",
                  "GSW-BEC1224R",
                  "GSW-BF3",
                  "GSW-BF6",
                  "GSW-BH09",
                  "GSW-BH12",
                  "GSW-BH15",
                  "GSW-BH18",
                  "GSW-BH21",
                  "GSW-BH24",
                  "GSW-BH27",
                  "GSW-BH30",
                  "GSW-BH33",
                  "GSW-BH36",
                  "GSW-BH39",
                  "GSW-BM8",
                  "GSW-BMC24",
                  "GSW-BMC30",
                  "GSW-BPP09",
                  "GSW-BWB18",
                  "GSW-CSB36",
                  "GSW-CSB36-FP",
                  "GSW-CVM8",
                  "GSW-DB12-3",
                  "GSW-DB15-3",
                  "GSW-DB18-3",
                  "GSW-DB21-3",
                  "GSW-DB24-3",
                  "GSW-DB27-3",
                  "GSW-DB30-2",
                  "GSW-DB30-3",
                  "GSW-DB33-3",
                  "GSW-DB36-3",
                  "GSW-DWR3L/R",
                  "GSW-EZR33",
                  "GSW-EZR36",
                  "GSW-F330",
                  "GSW-F336",
                  "GSW-F342",
                  "GSW-F396",
                  "GSW-F630",
                  "GSW-F642",
                  "GSW-F696",
                  "GSW-FPP9648 1/4",
                  "GSW-FPP9648 3/4",
                  "GSW-FPPB9648 1/2",
                  "GSW-FS24",
                  "GSW-FS30",
                  "GSW-FS36",
                  "GSW-FS60",
                  "GSW-GALLON OF PAINT",
                  "GSW-GD-W1215",
                  "GSW-GD-W1515",
                  "GSW-GD-W1530",
                  "GSW-GD-W1536",
                  "GSW-GD-W1542",
                  "GSW-GD-W1815",
                  "GSW-GD-W1830",
                  "GSW-GD-W1836",
                  "GSW-GD-W1842",
                  "GSW-GD-W2115",
                  "GSW-GD-W2415",
                  "GSW-GD-W2715",
                  "GSW-GD-W3015",
                  "GSW-GD-W3030",
                  "GSW-GD-W3036",
                  "GSW-GD-W3042",
                  "GSW-GD-W3315",
                  "GSW-GD-W3615",
                  "GSW-GD-W3630",
                  "GSW-GD-W3636",
                  "GSW-GD-W3642",
                  "GSW-GD-WCOR2415",
                  "GSW-GD-WDC2430",
                  "GSW-GD-WDC2436",
                  "GSW-GD-WDC2442",
                  "GSW-GDW1215",
                  "GSW-GDW1515",
                  "GSW-GDW1530",
                  "GSW-GDW1536",
                  "GSW-GDW1542",
                  "GSW-GDW1815",
                  "GSW-GDW1830",
                  "GSW-GDW1836",
                  "GSW-GDW1842",
                  "GSW-GDW2115",
                  "GSW-GDW2415",
                  "GSW-GDW2715",
                  "GSW-GDW3015",
                  "GSW-GDW3030",
                  "GSW-GDW3036",
                  "GSW-GDW3042",
                  "GSW-GDW3315",
                  "GSW-GDW3615",
                  "GSW-GDW3630",
                  "GSW-GDW3636",
                  "GSW-GDW3642",
                  "GSW-GDWCOR2415",
                  "GSW-GDWDC2430",
                  "GSW-GDWDC2436",
                  "GSW-GDWDC2442",
                  "GSW-LC1884",
                  "GSW-LCVM8",
                  "GSW-LM8",
                  "GSW-LRM8",
                  "GSW-M2436",
                  "GSW-MBEP",
                  "GSW-MC3018",
                  "GSW-MPBEP",
                  "GSW-MWEP15",
                  "GSW-MWEP30",
                  "GSW-MWEP36",
                  "GSW-MWEP42",
                  "GSW-OC3384",
                  "GSW-OC3390",
                  "GSW-OC3396",
                  "GSW-OCM8-1",
                  "GSW-PC1884",
                  "GSW-PC1890",
                  "GSW-PC1896",
                  "GSW-PC2484",
                  "GSW-PC2490",
                  "GSW-PC2496",
                  "GSW-PC3084",
                  "GSW-PC3090",
                  "GSW-PC3096",
                  "GSW-PINT OF PAINT",
                  "GSW-QUART OF PAINT",
                  "GSW-REP120",
                  "GSW-REP96",
                  "GSW-SB24",
                  "GSW-SB27",
                  "GSW-SB30",
                  "GSW-SB33",
                  "GSW-SB36",
                  "GSW-SBF30",
                  "GSW-SBF36",
                  "GSW-SBM8",
                  "GSW-SC10",
                  "GSW-SD",
                  "GSW-SDP34 4X4",
                  "GSW-SHM8",
                  "GSW-SM8",
                  "GSW-SPRAY CAN",
                  "GSW-SSPA34 4X4",
                  "GSW-TK8",
                  "GSW-TKBM8",
                  "GSW-TLM8",
                  "GSW-TOUCH UP KIT",
                  "GSW-V54",
                  "GSW-VA2421",
                  "GSW-VA3021",
                  "GSW-VA3621",
                  "GSW-VDB12-3",
                  "GSW-VDB15-3",
                  "GSW-VDB18-3",
                  "GSW-VKD3021",
                  "GSW-VSD3021DL",
                  "GSW-VSD3021DR",
                  "GSW-VSD3621DL",
                  "GSW-VSD3621DR",
                  "GSW-VSD4821DLR",
                  "GSW-VSD6021DLR",
                  "GSW-W0930",
                  "GSW-W0936",
                  "GSW-W0942",
                  "GSW-W1230",
                  "GSW-W1236",
                  "GSW-W1242",
                  "GSW-W1530",
                  "GSW-W1536",
                  "GSW-W1542",
                  "GSW-W1830",
                  "GSW-W1836",
                  "GSW-W1842",
                  "GSW-W2130",
                  "GSW-W2136",
                  "GSW-W2142",
                  "GSW-W2412",
                  "GSW-W2415",
                  "GSW-W2418",
                  "GSW-W2424",
                  "GSW-W2430",
                  "GSW-W2436",
                  "GSW-W2442",
                  "GSW-W2730",
                  "GSW-W2736",
                  "GSW-W2742",
                  "GSW-W3012",
                  "GSW-W301224",
                  "GSW-W3015",
                  "GSW-W3018",
                  "GSW-W301824",
                  "GSW-W3024",
                  "GSW-W302424",
                  "GSW-W3030",
                  "GSW-W3036",
                  "GSW-W3042",
                  "GSW-W331224",
                  "GSW-W3315",
                  "GSW-W3318",
                  "GSW-W3324",
                  "GSW-W3330",
                  "GSW-W3336",
                  "GSW-W3342",
                  "GSW-W3612",
                  "GSW-W361224",
                  "GSW-W3615",
                  "GSW-W3618",
                  "GSW-W361824",
                  "GSW-W3624",
                  "GSW-W362424",
                  "GSW-W3630",
                  "GSW-W3636",
                  "GSW-W3642",
                  "GSW-W3930",
                  "GSW-WBC2730",
                  "GSW-WBC2736",
                  "GSW-WBC2742",
                  "GSW-WCOR2430",
                  "GSW-WCOR2436",
                  "GSW-WCOR2442",
                  "GSW-WDC2430",
                  "GSW-WDC2436",
                  "GSW-WDC2442",
                  "GSW-WECA30",
                  "GSW-WECA36",
                  "GSW-WECA42",
                  "GSW-WHB3624",
                  "GSW-WHB3630",
                  "GSW-WOC1215",
                  "GSW-WOC1515",
                  "GSW-WOC1530",
                  "GSW-WOC1536",
                  "GSW-WOC1542",
                  "GSW-WOC1815",
                  "GSW-WOC1830",
                  "GSW-WOC1836",
                  "GSW-WOC1842",
                  "GSW-WOC2115",
                  "GSW-WOC2415",
                  "GSW-WOC2715",
                  "GSW-WOC3015",
                  "GSW-WOC3030",
                  "GSW-WOC3036",
                  "GSW-WOC3042",
                  "GSW-WOC3315",
                  "GSW-WOC3615",
                  "GSW-WOC3630",
                  "GSW-WOC3636",
                  "GSW-WOC3642",
                  "GSW-WOCD2430",
                  "GSW-WOCD2436",
                  "GSW-WOCD2442",
                  "GSW-WOCOR2415",
                  "GSW-WSC1818",
                  "HPW-B12",
                  "HPW-B15",
                  "HPW-B18",
                  "HPW-B21",
                  "HPW-B24",
                  "HPW-B27",
                  "HPW-B30",
                  "HPW-B33",
                  "HPW-B36",
                  "HPW-B39",
                  "HPW-BBC36/39L/R",
                  "HPW-BBC39/42L/R",
                  "HPW-BBC45/48FHL/R",
                  "HPW-BBC45/48FHL/R-MC",
                  "HPW-BBC45/48L/R",
                  "HPW-BCOR33L/R",
                  "HPW-BCOR36L/R",
                  "HPW-BEC1224L",
                  "HPW-BEC1224R",
                  "HPW-BF3",
                  "HPW-BF6",
                  "HPW-BH09",
                  "HPW-BH12",
                  "HPW-BH15",
                  "HPW-BH18",
                  "HPW-BH21",
                  "HPW-BH24",
                  "HPW-BH27",
                  "HPW-BH30",
                  "HPW-BH33",
                  "HPW-BH36",
                  "HPW-BH39",
                  "HPW-BM8",
                  "HPW-BMC24",
                  "HPW-BMC30",
                  "HPW-BPP09",
                  "HPW-BWB18",
                  "HPW-CSB36",
                  "HPW-CSB36-FP",
                  "HPW-CVM8",
                  "HPW-DB12-3",
                  "HPW-DB15-3",
                  "HPW-DB18-3",
                  "HPW-DB21-3",
                  "HPW-DB24-3",
                  "HPW-DB27-3",
                  "HPW-DB30-2",
                  "HPW-DB30-3",
                  "HPW-DB33-3",
                  "HPW-DB36-3",
                  "HPW-DWR3L/R",
                  "HPW-EZR33",
                  "HPW-EZR36",
                  "HPW-F330",
                  "HPW-F336",
                  "HPW-F342",
                  "HPW-F396",
                  "HPW-F630",
                  "HPW-F642",
                  "HPW-F696",
                  "HPW-FPP9648 1/4",
                  "HPW-FPP9648 3/4",
                  "HPW-FPPB9648 1/2",
                  "HPW-FS24",
                  "HPW-FS30",
                  "HPW-FS36"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "FMM-TP152496",
                "FMM-TP182484",
                "FMM-TP182490",
                "FMM-TP182496",
                "FMM-TP242484",
                "FMM-TP242490",
                "FMM-TP242496",
                "FMM-VDB12-34",
                "FMM-VSB24-34",
                "FMM-W0930",
                "FMM-W0936",
                "FMM-W0942",
                "FMM-W1230",
                "FMM-W1236",
                "FMM-W1242",
                "FMM-W1530",
                "FMM-W1536",
                "FMM-W1542",
                "FMM-W1830",
                "FMM-W1836",
                "FMM-W1842",
                "FMM-W2130",
                "FMM-W2136",
                "FMM-W2142",
                "FMM-W2415",
                "FMM-W2418",
                "FMM-W2424",
                "FMM-W2430",
                "FMM-W2436",
                "FMM-W2442",
                "FMM-W2730",
                "FMM-W2736",
                "FMM-W2742",
                "FMM-W3012",
                "FMM-W3015",
                "FMM-W301524",
                "FMM-W3018",
                "FMM-W301824",
                "FMM-W3024",
                "FMM-W302424",
                "FMM-W3030",
                "FMM-W3036",
                "FMM-W3042",
                "FMM-W3315",
                "FMM-W331524",
                "FMM-W3318",
                "FMM-W331824",
                "FMM-W3324",
                "FMM-W332424",
                "FMM-W3330",
                "FMM-W3336",
                "FMM-W3342",
                "FMM-W3612",
                "FMM-W3615",
                "FMM-W361524",
                "FMM-W3618",
                "FMM-W361824",
                "FMM-W3624",
                "FMM-W362424",
                "FMM-W3630",
                "FMM-W3636",
                "FMM-W3642",
                "FMM-W3930",
                "FMM-W3942",
                "FMM-W4230",
                "FMM-WBC2430",
                "FMM-WBC2436",
                "FMM-WBC2442",
                "FMM-WBC3030",
                "FMM-WBC3630",
                "FMM-WBC3636",
                "FMM-WBC3642",
                "FMM-WBC4230",
                "FMM-WDC2430",
                "FMM-WDC2436",
                "FMM-WDC2442",
                "FMM-WF330",
                "FMM-WF336",
                "FMM-WF342",
                "FMM-WF630",
                "FMM-WF636",
                "FMM-WF642",
                "FW-FROST-BBM",
                "FW-FROST-BF3",
                "FW-FROST-BF6",
                "FW-FROST-CGS",
                "FW-FROST-CM-1",
                "FW-FROST-CTS",
                "FW-FROST-DWR3",
                "FW-FROST-DWR6",
                "FW-FROST-ICM8",
                "FW-FROST-LRM",
                "FW-FROST-OCM8",
                "FW-FROST-PAN-1/4",
                "FW-FROST-PLY-1/2",
                "FW-FROST-PLY-3/4",
                "FW-FROST-PP-W36",
                "FW-FROST-PP-W42",
                "FW-FROST-QRM",
                "FW-FROST-REP2496",
                "FW-FROST-REP3",
                "FW-FROST-REP3096",
                "FW-FROST-SKBASE",
                "FW-FROST-SKTALL",
                "FW-FROST-SKW30",
                "FW-FROST-SKW36",
                "FW-FROST-SKW42",
                "FW-FROST-SM8",
                "FW-FROST-TCM",
                "FW-FROST-TF396",
                "FW-FROST-TF696",
                "FW-FROST-TK8",
                "FW-FROST-TOUCH UP KIT",
                "FW-FROST-VAR54",
                "FW-FROST-WF330",
                "FW-FROST-WF336",
                "FW-FROST-WF342",
                "FW-FROST-WF630",
                "FW-FROST-WF636",
                "FW-FROST-WF642",
                "FW-FROST-WR3018",
                "GNG-18-SH-1P-PP-LH",
                "GNG-18-SH-1P-PP-RH",
                "GNG-18-SH-2P-PP-LH",
                "GNG-18-SH-2P-PP-RH",
                "GNG-20-SH-1P-PP-LH",
                "GNG-20-SH-1P-PP-RH",
                "GNG-20-SH-2P-PP-LH",
                "GNG-20-SH-2P-PP-RH",
                "GNG-22-SH-1P-PP-LH",
                "GNG-22-SH-1P-PP-RH",
                "GNG-22-SH-2P-PP-LH",
                "GNG-22-SH-2P-PP-RH",
                "GNG-24-SH-1P-PP-LH",
                "GNG-24-SH-1P-PP-RH",
                "GNG-24-SH-2P-PP-LH",
                "GNG-24-SH-2P-PP-RH",
                "GNG-26-SH-1P-PP-LH",
                "GNG-26-SH-1P-PP-RH",
                "GNG-26-SH-2P-PP-LH",
                "GNG-26-SH-2P-PP-RH",
                "GNG-28-SH-1P-PP-LH",
                "GNG-28-SH-1P-PP-RH",
                "GNG-28-SH-2P-PP-LH",
                "GNG-28-SH-2P-PP-RH",
                "GNG-30-SH-1P-PP-LH",
                "GNG-30-SH-1P-PP-RH",
                "GNG-30-SH-2P-PP-LH",
                "GNG-30-SH-2P-PP-RH",
                "GNG-32-SH-1P-PP-LH",
                "GNG-32-SH-1P-PP-RH",
                "GNG-32-SH-2P-PP-LH",
                "GNG-32-SH-2P-PP-RH",
                "GNG-34-SH-1P-PP-LH",
                "GNG-34-SH-1P-PP-RH",
                "GNG-34-SH-2P-PP-LH",
                "GNG-34-SH-2P-PP-RH",
                "GNG-36-SH-1P-PP-LH",
                "GNG-36-SH-1P-PP-RH",
                "GNG-36-SH-2P-PP-LH",
                "GNG-36-SH-2P-PP-RH",
                "GSW-B12",
                "GSW-B15",
                "GSW-B18",
                "GSW-B21",
                "GSW-B24",
                "GSW-B27",
                "GSW-B30",
                "GSW-B33",
                "GSW-B36",
                "GSW-B39",
                "GSW-BBC36/39L/R",
                "GSW-BBC39/42L/R",
                "GSW-BBC45/48FHL/R",
                "GSW-BBC45/48FHL/R-MC",
                "GSW-BBC45/48L/R",
                "GSW-BCOR33L/R",
                "GSW-BCOR36L/R",
                "GSW-BEC1224L",
                "GSW-BEC1224R",
                "GSW-BF3",
                "GSW-BF6",
                "GSW-BH09",
                "GSW-BH12",
                "GSW-BH15",
                "GSW-BH18",
                "GSW-BH21",
                "GSW-BH24",
                "GSW-BH27",
                "GSW-BH30",
                "GSW-BH33",
                "GSW-BH36",
                "GSW-BH39",
                "GSW-BM8",
                "GSW-BMC24",
                "GSW-BMC30",
                "GSW-BPP09",
                "GSW-BWB18",
                "GSW-CSB36",
                "GSW-CSB36-FP",
                "GSW-CVM8",
                "GSW-DB12-3",
                "GSW-DB15-3",
                "GSW-DB18-3",
                "GSW-DB21-3",
                "GSW-DB24-3",
                "GSW-DB27-3",
                "GSW-DB30-2",
                "GSW-DB30-3",
                "GSW-DB33-3",
                "GSW-DB36-3",
                "GSW-DWR3L/R",
                "GSW-EZR33",
                "GSW-EZR36",
                "GSW-F330",
                "GSW-F336",
                "GSW-F342",
                "GSW-F396",
                "GSW-F630",
                "GSW-F642",
                "GSW-F696",
                "GSW-FPP9648 1/4",
                "GSW-FPP9648 3/4",
                "GSW-FPPB9648 1/2",
                "GSW-FS24",
                "GSW-FS30",
                "GSW-FS36",
                "GSW-FS60",
                "GSW-GALLON OF PAINT",
                "GSW-GD-W1215",
                "GSW-GD-W1515",
                "GSW-GD-W1530",
                "GSW-GD-W1536",
                "GSW-GD-W1542",
                "GSW-GD-W1815",
                "GSW-GD-W1830",
                "GSW-GD-W1836",
                "GSW-GD-W1842",
                "GSW-GD-W2115",
                "GSW-GD-W2415",
                "GSW-GD-W2715",
                "GSW-GD-W3015",
                "GSW-GD-W3030",
                "GSW-GD-W3036",
                "GSW-GD-W3042",
                "GSW-GD-W3315",
                "GSW-GD-W3615",
                "GSW-GD-W3630",
                "GSW-GD-W3636",
                "GSW-GD-W3642",
                "GSW-GD-WCOR2415",
                "GSW-GD-WDC2430",
                "GSW-GD-WDC2436",
                "GSW-GD-WDC2442",
                "GSW-GDW1215",
                "GSW-GDW1515",
                "GSW-GDW1530",
                "GSW-GDW1536",
                "GSW-GDW1542",
                "GSW-GDW1815",
                "GSW-GDW1830",
                "GSW-GDW1836",
                "GSW-GDW1842",
                "GSW-GDW2115",
                "GSW-GDW2415",
                "GSW-GDW2715",
                "GSW-GDW3015",
                "GSW-GDW3030",
                "GSW-GDW3036",
                "GSW-GDW3042",
                "GSW-GDW3315",
                "GSW-GDW3615",
                "GSW-GDW3630",
                "GSW-GDW3636",
                "GSW-GDW3642",
                "GSW-GDWCOR2415",
                "GSW-GDWDC2430",
                "GSW-GDWDC2436",
                "GSW-GDWDC2442",
                "GSW-LC1884",
                "GSW-LCVM8",
                "GSW-LM8",
                "GSW-LRM8",
                "GSW-M2436",
                "GSW-MBEP",
                "GSW-MC3018",
                "GSW-MPBEP",
                "GSW-MWEP15",
                "GSW-MWEP30",
                "GSW-MWEP36",
                "GSW-MWEP42",
                "GSW-OC3384",
                "GSW-OC3390",
                "GSW-OC3396",
                "GSW-OCM8-1",
                "GSW-PC1884",
                "GSW-PC1890",
                "GSW-PC1896",
                "GSW-PC2484",
                "GSW-PC2490",
                "GSW-PC2496",
                "GSW-PC3084",
                "GSW-PC3090",
                "GSW-PC3096",
                "GSW-PINT OF PAINT",
                "GSW-QUART OF PAINT",
                "GSW-REP120",
                "GSW-REP96",
                "GSW-SB24",
                "GSW-SB27",
                "GSW-SB30",
                "GSW-SB33",
                "GSW-SB36",
                "GSW-SBF30",
                "GSW-SBF36",
                "GSW-SBM8",
                "GSW-SC10",
                "GSW-SD",
                "GSW-SDP34 4X4",
                "GSW-SHM8",
                "GSW-SM8",
                "GSW-SPRAY CAN",
                "GSW-SSPA34 4X4",
                "GSW-TK8",
                "GSW-TKBM8",
                "GSW-TLM8",
                "GSW-TOUCH UP KIT",
                "GSW-V54",
                "GSW-VA2421",
                "GSW-VA3021",
                "GSW-VA3621",
                "GSW-VDB12-3",
                "GSW-VDB15-3",
                "GSW-VDB18-3",
                "GSW-VKD3021",
                "GSW-VSD3021DL",
                "GSW-VSD3021DR",
                "GSW-VSD3621DL",
                "GSW-VSD3621DR",
                "GSW-VSD4821DLR",
                "GSW-VSD6021DLR",
                "GSW-W0930",
                "GSW-W0936",
                "GSW-W0942",
                "GSW-W1230",
                "GSW-W1236",
                "GSW-W1242",
                "GSW-W1530",
                "GSW-W1536",
                "GSW-W1542",
                "GSW-W1830",
                "GSW-W1836",
                "GSW-W1842",
                "GSW-W2130",
                "GSW-W2136",
                "GSW-W2142",
                "GSW-W2412",
                "GSW-W2415",
                "GSW-W2418",
                "GSW-W2424",
                "GSW-W2430",
                "GSW-W2436",
                "GSW-W2442",
                "GSW-W2730",
                "GSW-W2736",
                "GSW-W2742",
                "GSW-W3012",
                "GSW-W301224",
                "GSW-W3015",
                "GSW-W3018",
                "GSW-W301824",
                "GSW-W3024",
                "GSW-W302424",
                "GSW-W3030",
                "GSW-W3036",
                "GSW-W3042",
                "GSW-W331224",
                "GSW-W3315",
                "GSW-W3318",
                "GSW-W3324",
                "GSW-W3330",
                "GSW-W3336",
                "GSW-W3342",
                "GSW-W3612",
                "GSW-W361224",
                "GSW-W3615",
                "GSW-W3618",
                "GSW-W361824",
                "GSW-W3624",
                "GSW-W362424",
                "GSW-W3630",
                "GSW-W3636",
                "GSW-W3642",
                "GSW-W3930",
                "GSW-WBC2730",
                "GSW-WBC2736",
                "GSW-WBC2742",
                "GSW-WCOR2430",
                "GSW-WCOR2436",
                "GSW-WCOR2442",
                "GSW-WDC2430",
                "GSW-WDC2436",
                "GSW-WDC2442",
                "GSW-WECA30",
                "GSW-WECA36",
                "GSW-WECA42",
                "GSW-WHB3624",
                "GSW-WHB3630",
                "GSW-WOC1215",
                "GSW-WOC1515",
                "GSW-WOC1530",
                "GSW-WOC1536",
                "GSW-WOC1542",
                "GSW-WOC1815",
                "GSW-WOC1830",
                "GSW-WOC1836",
                "GSW-WOC1842",
                "GSW-WOC2115",
                "GSW-WOC2415",
                "GSW-WOC2715",
                "GSW-WOC3015",
                "GSW-WOC3030",
                "GSW-WOC3036",
                "GSW-WOC3042",
                "GSW-WOC3315",
                "GSW-WOC3615",
                "GSW-WOC3630",
                "GSW-WOC3636",
                "GSW-WOC3642",
                "GSW-WOCD2430",
                "GSW-WOCD2436",
                "GSW-WOCD2442",
                "GSW-WOCOR2415",
                "GSW-WSC1818",
                "HPW-B12",
                "HPW-B15",
                "HPW-B18",
                "HPW-B21",
                "HPW-B24",
                "HPW-B27",
                "HPW-B30",
                "HPW-B33",
                "HPW-B36",
                "HPW-B39",
                "HPW-BBC36/39L/R",
                "HPW-BBC39/42L/R",
                "HPW-BBC45/48FHL/R",
                "HPW-BBC45/48FHL/R-MC",
                "HPW-BBC45/48L/R",
                "HPW-BCOR33L/R",
                "HPW-BCOR36L/R",
                "HPW-BEC1224L",
                "HPW-BEC1224R",
                "HPW-BF3",
                "HPW-BF6",
                "HPW-BH09",
                "HPW-BH12",
                "HPW-BH15",
                "HPW-BH18",
                "HPW-BH21",
                "HPW-BH24",
                "HPW-BH27",
                "HPW-BH30",
                "HPW-BH33",
                "HPW-BH36",
                "HPW-BH39",
                "HPW-BM8",
                "HPW-BMC24",
                "HPW-BMC30",
                "HPW-BPP09",
                "HPW-BWB18",
                "HPW-CSB36",
                "HPW-CSB36-FP",
                "HPW-CVM8",
                "HPW-DB12-3",
                "HPW-DB15-3",
                "HPW-DB18-3",
                "HPW-DB21-3",
                "HPW-DB24-3",
                "HPW-DB27-3",
                "HPW-DB30-2",
                "HPW-DB30-3",
                "HPW-DB33-3",
                "HPW-DB36-3",
                "HPW-DWR3L/R",
                "HPW-EZR33",
                "HPW-EZR36",
                "HPW-F330",
                "HPW-F336",
                "HPW-F342",
                "HPW-F396",
                "HPW-F630",
                "HPW-F642",
                "HPW-F696",
                "HPW-FPP9648 1/4",
                "HPW-FPP9648 3/4",
                "HPW-FPPB9648 1/2",
                "HPW-FS24",
                "HPW-FS30",
                "HPW-FS36"
              ],
              "status": "done",
              "job_id": 1235,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 436.2
            },
            {
              "phase": "images",
              "queue_id": 1713,
              "label": "push-channel-sample-magento-images-20260806-050232",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "FMM-TP152496",
                  "FMM-TP182484",
                  "FMM-TP182490",
                  "FMM-TP182496",
                  "FMM-TP242484",
                  "FMM-TP242490",
                  "FMM-TP242496",
                  "FMM-VDB12-34",
                  "FMM-VSB24-34",
                  "FMM-W0930",
                  "FMM-W0936",
                  "FMM-W0942",
                  "FMM-W1230",
                  "FMM-W1236",
                  "FMM-W1242",
                  "FMM-W1530",
                  "FMM-W1536",
                  "FMM-W1542",
                  "FMM-W1830",
                  "FMM-W1836",
                  "FMM-W1842",
                  "FMM-W2130",
                  "FMM-W2136",
                  "FMM-W2142",
                  "FMM-W2415",
                  "FMM-W2418",
                  "FMM-W2424",
                  "FMM-W2430",
                  "FMM-W2436",
                  "FMM-W2442",
                  "FMM-W2730",
                  "FMM-W2736",
                  "FMM-W2742",
                  "FMM-W3012",
                  "FMM-W3015",
                  "FMM-W301524",
                  "FMM-W3018",
                  "FMM-W301824",
                  "FMM-W3024",
                  "FMM-W302424",
                  "FMM-W3030",
                  "FMM-W3036",
                  "FMM-W3042",
                  "FMM-W3315",
                  "FMM-W331524",
                  "FMM-W3318",
                  "FMM-W331824",
                  "FMM-W3324",
                  "FMM-W332424",
                  "FMM-W3330",
                  "FMM-W3336",
                  "FMM-W3342",
                  "FMM-W3612",
                  "FMM-W3615",
                  "FMM-W361524",
                  "FMM-W3618",
                  "FMM-W361824",
                  "FMM-W3624",
                  "FMM-W362424",
                  "FMM-W3630",
                  "FMM-W3636",
                  "FMM-W3642",
                  "FMM-W3930",
                  "FMM-W3942",
                  "FMM-W4230",
                  "FMM-WBC2430",
                  "FMM-WBC2436",
                  "FMM-WBC2442",
                  "FMM-WBC3030",
                  "FMM-WBC3630",
                  "FMM-WBC3636",
                  "FMM-WBC3642",
                  "FMM-WBC4230",
                  "FMM-WDC2430",
                  "FMM-WDC2436",
                  "FMM-WDC2442",
                  "FMM-WF330",
                  "FMM-WF336",
                  "FMM-WF342",
                  "FMM-WF630",
                  "FMM-WF636",
                  "FMM-WF642",
                  "FW-FROST-BBM",
                  "FW-FROST-BF3",
                  "FW-FROST-BF6",
                  "FW-FROST-CGS",
                  "FW-FROST-CM-1",
                  "FW-FROST-CTS",
                  "FW-FROST-DWR3",
                  "FW-FROST-DWR6",
                  "FW-FROST-ICM8",
                  "FW-FROST-LRM",
                  "FW-FROST-OCM8",
                  "FW-FROST-PAN-1/4",
                  "FW-FROST-PLY-1/2",
                  "FW-FROST-PLY-3/4",
                  "FW-FROST-PP-W36",
                  "FW-FROST-PP-W42",
                  "FW-FROST-QRM",
                  "FW-FROST-REP2496",
                  "FW-FROST-REP3",
                  "FW-FROST-REP3096",
                  "FW-FROST-SKBASE",
                  "FW-FROST-SKTALL",
                  "FW-FROST-SKW30",
                  "FW-FROST-SKW36",
                  "FW-FROST-SKW42",
                  "FW-FROST-SM8",
                  "FW-FROST-TCM",
                  "FW-FROST-TF396",
                  "FW-FROST-TF696",
                  "FW-FROST-TK8",
                  "FW-FROST-TOUCH UP KIT",
                  "FW-FROST-VAR54",
                  "FW-FROST-WF330",
                  "FW-FROST-WF336",
                  "FW-FROST-WF342",
                  "FW-FROST-WF630",
                  "FW-FROST-WF636",
                  "FW-FROST-WF642",
                  "FW-FROST-WR3018",
                  "GNG-18-SH-1P-PP-LH",
                  "GNG-18-SH-1P-PP-RH",
                  "GNG-18-SH-2P-PP-LH",
                  "GNG-18-SH-2P-PP-RH",
                  "GNG-20-SH-1P-PP-LH",
                  "GNG-20-SH-1P-PP-RH",
                  "GNG-20-SH-2P-PP-LH",
                  "GNG-20-SH-2P-PP-RH",
                  "GNG-22-SH-1P-PP-LH",
                  "GNG-22-SH-1P-PP-RH",
                  "GNG-22-SH-2P-PP-LH",
                  "GNG-22-SH-2P-PP-RH",
                  "GNG-24-SH-1P-PP-LH",
                  "GNG-24-SH-1P-PP-RH",
                  "GNG-24-SH-2P-PP-LH",
                  "GNG-24-SH-2P-PP-RH",
                  "GNG-26-SH-1P-PP-LH",
                  "GNG-26-SH-1P-PP-RH",
                  "GNG-26-SH-2P-PP-LH",
                  "GNG-26-SH-2P-PP-RH",
                  "GNG-28-SH-1P-PP-LH",
                  "GNG-28-SH-1P-PP-RH",
                  "GNG-28-SH-2P-PP-LH",
                  "GNG-28-SH-2P-PP-RH",
                  "GNG-30-SH-1P-PP-LH",
                  "GNG-30-SH-1P-PP-RH",
                  "GNG-30-SH-2P-PP-LH",
                  "GNG-30-SH-2P-PP-RH",
                  "GNG-32-SH-1P-PP-LH",
                  "GNG-32-SH-1P-PP-RH",
                  "GNG-32-SH-2P-PP-LH",
                  "GNG-32-SH-2P-PP-RH",
                  "GNG-34-SH-1P-PP-LH",
                  "GNG-34-SH-1P-PP-RH",
                  "GNG-34-SH-2P-PP-LH",
                  "GNG-34-SH-2P-PP-RH",
                  "GNG-36-SH-1P-PP-LH",
                  "GNG-36-SH-1P-PP-RH",
                  "GNG-36-SH-2P-PP-LH",
                  "GNG-36-SH-2P-PP-RH",
                  "GSW-B12",
                  "GSW-B15",
                  "GSW-B18",
                  "GSW-B21",
                  "GSW-B24",
                  "GSW-B27",
                  "GSW-B30",
                  "GSW-B33",
                  "GSW-B36",
                  "GSW-B39",
                  "GSW-BBC36/39L/R",
                  "GSW-BBC39/42L/R",
                  "GSW-BBC45/48FHL/R",
                  "GSW-BBC45/48FHL/R-MC",
                  "GSW-BBC45/48L/R",
                  "GSW-BCOR33L/R",
                  "GSW-BCOR36L/R",
                  "GSW-BEC1224L",
                  "GSW-BEC1224R",
                  "GSW-BF3",
                  "GSW-BF6",
                  "GSW-BH09",
                  "GSW-BH12",
                  "GSW-BH15",
                  "GSW-BH18",
                  "GSW-BH21",
                  "GSW-BH24",
                  "GSW-BH27",
                  "GSW-BH30",
                  "GSW-BH33",
                  "GSW-BH36",
                  "GSW-BH39",
                  "GSW-BM8",
                  "GSW-BMC24",
                  "GSW-BMC30",
                  "GSW-BPP09",
                  "GSW-BWB18",
                  "GSW-CSB36",
                  "GSW-CSB36-FP",
                  "GSW-CVM8",
                  "GSW-DB12-3",
                  "GSW-DB15-3",
                  "GSW-DB18-3",
                  "GSW-DB21-3",
                  "GSW-DB24-3",
                  "GSW-DB27-3",
                  "GSW-DB30-2",
                  "GSW-DB30-3",
                  "GSW-DB33-3",
                  "GSW-DB36-3",
                  "GSW-DWR3L/R",
                  "GSW-EZR33",
                  "GSW-EZR36",
                  "GSW-F330",
                  "GSW-F336",
                  "GSW-F342",
                  "GSW-F396",
                  "GSW-F630",
                  "GSW-F642",
                  "GSW-F696",
                  "GSW-FPP9648 1/4",
                  "GSW-FPP9648 3/4",
                  "GSW-FPPB9648 1/2",
                  "GSW-FS24",
                  "GSW-FS30",
                  "GSW-FS36",
                  "GSW-FS60",
                  "GSW-GALLON OF PAINT",
                  "GSW-GD-W1215",
                  "GSW-GD-W1515",
                  "GSW-GD-W1530",
                  "GSW-GD-W1536",
                  "GSW-GD-W1542",
                  "GSW-GD-W1815",
                  "GSW-GD-W1830",
                  "GSW-GD-W1836",
                  "GSW-GD-W1842",
                  "GSW-GD-W2115",
                  "GSW-GD-W2415",
                  "GSW-GD-W2715",
                  "GSW-GD-W3015",
                  "GSW-GD-W3030",
                  "GSW-GD-W3036",
                  "GSW-GD-W3042",
                  "GSW-GD-W3315",
                  "GSW-GD-W3615",
                  "GSW-GD-W3630",
                  "GSW-GD-W3636",
                  "GSW-GD-W3642",
                  "GSW-GD-WCOR2415",
                  "GSW-GD-WDC2430",
                  "GSW-GD-WDC2436",
                  "GSW-GD-WDC2442",
                  "GSW-GDW1215",
                  "GSW-GDW1515",
                  "GSW-GDW1530",
                  "GSW-GDW1536",
                  "GSW-GDW1542",
                  "GSW-GDW1815",
                  "GSW-GDW1830",
                  "GSW-GDW1836",
                  "GSW-GDW1842",
                  "GSW-GDW2115",
                  "GSW-GDW2415",
                  "GSW-GDW2715",
                  "GSW-GDW3015",
                  "GSW-GDW3030",
                  "GSW-GDW3036",
                  "GSW-GDW3042",
                  "GSW-GDW3315",
                  "GSW-GDW3615",
                  "GSW-GDW3630",
                  "GSW-GDW3636",
                  "GSW-GDW3642",
                  "GSW-GDWCOR2415",
                  "GSW-GDWDC2430",
                  "GSW-GDWDC2436",
                  "GSW-GDWDC2442",
                  "GSW-LC1884",
                  "GSW-LCVM8",
                  "GSW-LM8",
                  "GSW-LRM8",
                  "GSW-M2436",
                  "GSW-MBEP",
                  "GSW-MC3018",
                  "GSW-MPBEP",
                  "GSW-MWEP15",
                  "GSW-MWEP30",
                  "GSW-MWEP36",
                  "GSW-MWEP42",
                  "GSW-OC3384",
                  "GSW-OC3390",
                  "GSW-OC3396",
                  "GSW-OCM8-1",
                  "GSW-PC1884",
                  "GSW-PC1890",
                  "GSW-PC1896",
                  "GSW-PC2484",
                  "GSW-PC2490",
                  "GSW-PC2496",
                  "GSW-PC3084",
                  "GSW-PC3090",
                  "GSW-PC3096",
                  "GSW-PINT OF PAINT",
                  "GSW-QUART OF PAINT",
                  "GSW-REP120",
                  "GSW-REP96",
                  "GSW-SB24",
                  "GSW-SB27",
                  "GSW-SB30",
                  "GSW-SB33",
                  "GSW-SB36",
                  "GSW-SBF30",
                  "GSW-SBF36",
                  "GSW-SBM8",
                  "GSW-SC10",
                  "GSW-SD",
                  "GSW-SDP34 4X4",
                  "GSW-SHM8",
                  "GSW-SM8",
                  "GSW-SPRAY CAN",
                  "GSW-SSPA34 4X4",
                  "GSW-TK8",
                  "GSW-TKBM8",
                  "GSW-TLM8",
                  "GSW-TOUCH UP KIT",
                  "GSW-V54",
                  "GSW-VA2421",
                  "GSW-VA3021",
                  "GSW-VA3621",
                  "GSW-VDB12-3",
                  "GSW-VDB15-3",
                  "GSW-VDB18-3",
                  "GSW-VKD3021",
                  "GSW-VSD3021DL",
                  "GSW-VSD3021DR",
                  "GSW-VSD3621DL",
                  "GSW-VSD3621DR",
                  "GSW-VSD4821DLR",
                  "GSW-VSD6021DLR",
                  "GSW-W0930",
                  "GSW-W0936",
                  "GSW-W0942",
                  "GSW-W1230",
                  "GSW-W1236",
                  "GSW-W1242",
                  "GSW-W1530",
                  "GSW-W1536",
                  "GSW-W1542",
                  "GSW-W1830",
                  "GSW-W1836",
                  "GSW-W1842",
                  "GSW-W2130",
                  "GSW-W2136",
                  "GSW-W2142",
                  "GSW-W2412",
                  "GSW-W2415",
                  "GSW-W2418",
                  "GSW-W2424",
                  "GSW-W2430",
                  "GSW-W2436",
                  "GSW-W2442",
                  "GSW-W2730",
                  "GSW-W2736",
                  "GSW-W2742",
                  "GSW-W3012",
                  "GSW-W301224",
                  "GSW-W3015",
                  "GSW-W3018",
                  "GSW-W301824",
                  "GSW-W3024",
                  "GSW-W302424",
                  "GSW-W3030",
                  "GSW-W3036",
                  "GSW-W3042",
                  "GSW-W331224",
                  "GSW-W3315",
                  "GSW-W3318",
                  "GSW-W3324",
                  "GSW-W3330",
                  "GSW-W3336",
                  "GSW-W3342",
                  "GSW-W3612",
                  "GSW-W361224",
                  "GSW-W3615",
                  "GSW-W3618",
                  "GSW-W361824",
                  "GSW-W3624",
                  "GSW-W362424",
                  "GSW-W3630",
                  "GSW-W3636",
                  "GSW-W3642",
                  "GSW-W3930",
                  "GSW-WBC2730",
                  "GSW-WBC2736",
                  "GSW-WBC2742",
                  "GSW-WCOR2430",
                  "GSW-WCOR2436",
                  "GSW-WCOR2442",
                  "GSW-WDC2430",
                  "GSW-WDC2436",
                  "GSW-WDC2442",
                  "GSW-WECA30",
                  "GSW-WECA36",
                  "GSW-WECA42",
                  "GSW-WHB3624",
                  "GSW-WHB3630",
                  "GSW-WOC1215",
                  "GSW-WOC1515",
                  "GSW-WOC1530",
                  "GSW-WOC1536",
                  "GSW-WOC1542",
                  "GSW-WOC1815",
                  "GSW-WOC1830",
                  "GSW-WOC1836",
                  "GSW-WOC1842",
                  "GSW-WOC2115",
                  "GSW-WOC2415",
                  "GSW-WOC2715",
                  "GSW-WOC3015",
                  "GSW-WOC3030",
                  "GSW-WOC3036",
                  "GSW-WOC3042",
                  "GSW-WOC3315",
                  "GSW-WOC3615",
                  "GSW-WOC3630",
                  "GSW-WOC3636",
                  "GSW-WOC3642",
                  "GSW-WOCD2430",
                  "GSW-WOCD2436",
                  "GSW-WOCD2442",
                  "GSW-WOCOR2415",
                  "GSW-WSC1818",
                  "HPW-B12",
                  "HPW-B15",
                  "HPW-B18",
                  "HPW-B21",
                  "HPW-B24",
                  "HPW-B27",
                  "HPW-B30",
                  "HPW-B33",
                  "HPW-B36",
                  "HPW-B39",
                  "HPW-BBC36/39L/R",
                  "HPW-BBC39/42L/R",
                  "HPW-BBC45/48FHL/R",
                  "HPW-BBC45/48FHL/R-MC",
                  "HPW-BBC45/48L/R",
                  "HPW-BCOR33L/R",
                  "HPW-BCOR36L/R",
                  "HPW-BEC1224L",
                  "HPW-BEC1224R",
                  "HPW-BF3",
                  "HPW-BF6",
                  "HPW-BH09",
                  "HPW-BH12",
                  "HPW-BH15",
                  "HPW-BH18",
                  "HPW-BH21",
                  "HPW-BH24",
                  "HPW-BH27",
                  "HPW-BH30",
                  "HPW-BH33",
                  "HPW-BH36",
                  "HPW-BH39",
                  "HPW-BM8",
                  "HPW-BMC24",
                  "HPW-BMC30",
                  "HPW-BPP09",
                  "HPW-BWB18",
                  "HPW-CSB36",
                  "HPW-CSB36-FP",
                  "HPW-CVM8",
                  "HPW-DB12-3",
                  "HPW-DB15-3",
                  "HPW-DB18-3",
                  "HPW-DB21-3",
                  "HPW-DB24-3",
                  "HPW-DB27-3",
                  "HPW-DB30-2",
                  "HPW-DB30-3",
                  "HPW-DB33-3",
                  "HPW-DB36-3",
                  "HPW-DWR3L/R",
                  "HPW-EZR33",
                  "HPW-EZR36",
                  "HPW-F330",
                  "HPW-F336",
                  "HPW-F342",
                  "HPW-F396",
                  "HPW-F630",
                  "HPW-F642",
                  "HPW-F696",
                  "HPW-FPP9648 1/4",
                  "HPW-FPP9648 3/4",
                  "HPW-FPPB9648 1/2",
                  "HPW-FS24",
                  "HPW-FS30",
                  "HPW-FS36"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "FMM-TP152496",
                "FMM-TP182484",
                "FMM-TP182490",
                "FMM-TP182496",
                "FMM-TP242484",
                "FMM-TP242490",
                "FMM-TP242496",
                "FMM-VDB12-34",
                "FMM-VSB24-34",
                "FMM-W0930",
                "FMM-W0936",
                "FMM-W0942",
                "FMM-W1230",
                "FMM-W1236",
                "FMM-W1242",
                "FMM-W1530",
                "FMM-W1536",
                "FMM-W1542",
                "FMM-W1830",
                "FMM-W1836",
                "FMM-W1842",
                "FMM-W2130",
                "FMM-W2136",
                "FMM-W2142",
                "FMM-W2415",
                "FMM-W2418",
                "FMM-W2424",
                "FMM-W2430",
                "FMM-W2436",
                "FMM-W2442",
                "FMM-W2730",
                "FMM-W2736",
                "FMM-W2742",
                "FMM-W3012",
                "FMM-W3015",
                "FMM-W301524",
                "FMM-W3018",
                "FMM-W301824",
                "FMM-W3024",
                "FMM-W302424",
                "FMM-W3030",
                "FMM-W3036",
                "FMM-W3042",
                "FMM-W3315",
                "FMM-W331524",
                "FMM-W3318",
                "FMM-W331824",
                "FMM-W3324",
                "FMM-W332424",
                "FMM-W3330",
                "FMM-W3336",
                "FMM-W3342",
                "FMM-W3612",
                "FMM-W3615",
                "FMM-W361524",
                "FMM-W3618",
                "FMM-W361824",
                "FMM-W3624",
                "FMM-W362424",
                "FMM-W3630",
                "FMM-W3636",
                "FMM-W3642",
                "FMM-W3930",
                "FMM-W3942",
                "FMM-W4230",
                "FMM-WBC2430",
                "FMM-WBC2436",
                "FMM-WBC2442",
                "FMM-WBC3030",
                "FMM-WBC3630",
                "FMM-WBC3636",
                "FMM-WBC3642",
                "FMM-WBC4230",
                "FMM-WDC2430",
                "FMM-WDC2436",
                "FMM-WDC2442",
                "FMM-WF330",
                "FMM-WF336",
                "FMM-WF342",
                "FMM-WF630",
                "FMM-WF636",
                "FMM-WF642",
                "FW-FROST-BBM",
                "FW-FROST-BF3",
                "FW-FROST-BF6",
                "FW-FROST-CGS",
                "FW-FROST-CM-1",
                "FW-FROST-CTS",
                "FW-FROST-DWR3",
                "FW-FROST-DWR6",
                "FW-FROST-ICM8",
                "FW-FROST-LRM",
                "FW-FROST-OCM8",
                "FW-FROST-PAN-1/4",
                "FW-FROST-PLY-1/2",
                "FW-FROST-PLY-3/4",
                "FW-FROST-PP-W36",
                "FW-FROST-PP-W42",
                "FW-FROST-QRM",
                "FW-FROST-REP2496",
                "FW-FROST-REP3",
                "FW-FROST-REP3096",
                "FW-FROST-SKBASE",
                "FW-FROST-SKTALL",
                "FW-FROST-SKW30",
                "FW-FROST-SKW36",
                "FW-FROST-SKW42",
                "FW-FROST-SM8",
                "FW-FROST-TCM",
                "FW-FROST-TF396",
                "FW-FROST-TF696",
                "FW-FROST-TK8",
                "FW-FROST-TOUCH UP KIT",
                "FW-FROST-VAR54",
                "FW-FROST-WF330",
                "FW-FROST-WF336",
                "FW-FROST-WF342",
                "FW-FROST-WF630",
                "FW-FROST-WF636",
                "FW-FROST-WF642",
                "FW-FROST-WR3018",
                "GNG-18-SH-1P-PP-LH",
                "GNG-18-SH-1P-PP-RH",
                "GNG-18-SH-2P-PP-LH",
                "GNG-18-SH-2P-PP-RH",
                "GNG-20-SH-1P-PP-LH",
                "GNG-20-SH-1P-PP-RH",
                "GNG-20-SH-2P-PP-LH",
                "GNG-20-SH-2P-PP-RH",
                "GNG-22-SH-1P-PP-LH",
                "GNG-22-SH-1P-PP-RH",
                "GNG-22-SH-2P-PP-LH",
                "GNG-22-SH-2P-PP-RH",
                "GNG-24-SH-1P-PP-LH",
                "GNG-24-SH-1P-PP-RH",
                "GNG-24-SH-2P-PP-LH",
                "GNG-24-SH-2P-PP-RH",
                "GNG-26-SH-1P-PP-LH",
                "GNG-26-SH-1P-PP-RH",
                "GNG-26-SH-2P-PP-LH",
                "GNG-26-SH-2P-PP-RH",
                "GNG-28-SH-1P-PP-LH",
                "GNG-28-SH-1P-PP-RH",
                "GNG-28-SH-2P-PP-LH",
                "GNG-28-SH-2P-PP-RH",
                "GNG-30-SH-1P-PP-LH",
                "GNG-30-SH-1P-PP-RH",
                "GNG-30-SH-2P-PP-LH",
                "GNG-30-SH-2P-PP-RH",
                "GNG-32-SH-1P-PP-LH",
                "GNG-32-SH-1P-PP-RH",
                "GNG-32-SH-2P-PP-LH",
                "GNG-32-SH-2P-PP-RH",
                "GNG-34-SH-1P-PP-LH",
                "GNG-34-SH-1P-PP-RH",
                "GNG-34-SH-2P-PP-LH",
                "GNG-34-SH-2P-PP-RH",
                "GNG-36-SH-1P-PP-LH",
                "GNG-36-SH-1P-PP-RH",
                "GNG-36-SH-2P-PP-LH",
                "GNG-36-SH-2P-PP-RH",
                "GSW-B12",
                "GSW-B15",
                "GSW-B18",
                "GSW-B21",
                "GSW-B24",
                "GSW-B27",
                "GSW-B30",
                "GSW-B33",
                "GSW-B36",
                "GSW-B39",
                "GSW-BBC36/39L/R",
                "GSW-BBC39/42L/R",
                "GSW-BBC45/48FHL/R",
                "GSW-BBC45/48FHL/R-MC",
                "GSW-BBC45/48L/R",
                "GSW-BCOR33L/R",
                "GSW-BCOR36L/R",
                "GSW-BEC1224L",
                "GSW-BEC1224R",
                "GSW-BF3",
                "GSW-BF6",
                "GSW-BH09",
                "GSW-BH12",
                "GSW-BH15",
                "GSW-BH18",
                "GSW-BH21",
                "GSW-BH24",
                "GSW-BH27",
                "GSW-BH30",
                "GSW-BH33",
                "GSW-BH36",
                "GSW-BH39",
                "GSW-BM8",
                "GSW-BMC24",
                "GSW-BMC30",
                "GSW-BPP09",
                "GSW-BWB18",
                "GSW-CSB36",
                "GSW-CSB36-FP",
                "GSW-CVM8",
                "GSW-DB12-3",
                "GSW-DB15-3",
                "GSW-DB18-3",
                "GSW-DB21-3",
                "GSW-DB24-3",
                "GSW-DB27-3",
                "GSW-DB30-2",
                "GSW-DB30-3",
                "GSW-DB33-3",
                "GSW-DB36-3",
                "GSW-DWR3L/R",
                "GSW-EZR33",
                "GSW-EZR36",
                "GSW-F330",
                "GSW-F336",
                "GSW-F342",
                "GSW-F396",
                "GSW-F630",
                "GSW-F642",
                "GSW-F696",
                "GSW-FPP9648 1/4",
                "GSW-FPP9648 3/4",
                "GSW-FPPB9648 1/2",
                "GSW-FS24",
                "GSW-FS30",
                "GSW-FS36",
                "GSW-FS60",
                "GSW-GALLON OF PAINT",
                "GSW-GD-W1215",
                "GSW-GD-W1515",
                "GSW-GD-W1530",
                "GSW-GD-W1536",
                "GSW-GD-W1542",
                "GSW-GD-W1815",
                "GSW-GD-W1830",
                "GSW-GD-W1836",
                "GSW-GD-W1842",
                "GSW-GD-W2115",
                "GSW-GD-W2415",
                "GSW-GD-W2715",
                "GSW-GD-W3015",
                "GSW-GD-W3030",
                "GSW-GD-W3036",
                "GSW-GD-W3042",
                "GSW-GD-W3315",
                "GSW-GD-W3615",
                "GSW-GD-W3630",
                "GSW-GD-W3636",
                "GSW-GD-W3642",
                "GSW-GD-WCOR2415",
                "GSW-GD-WDC2430",
                "GSW-GD-WDC2436",
                "GSW-GD-WDC2442",
                "GSW-GDW1215",
                "GSW-GDW1515",
                "GSW-GDW1530",
                "GSW-GDW1536",
                "GSW-GDW1542",
                "GSW-GDW1815",
                "GSW-GDW1830",
                "GSW-GDW1836",
                "GSW-GDW1842",
                "GSW-GDW2115",
                "GSW-GDW2415",
                "GSW-GDW2715",
                "GSW-GDW3015",
                "GSW-GDW3030",
                "GSW-GDW3036",
                "GSW-GDW3042",
                "GSW-GDW3315",
                "GSW-GDW3615",
                "GSW-GDW3630",
                "GSW-GDW3636",
                "GSW-GDW3642",
                "GSW-GDWCOR2415",
                "GSW-GDWDC2430",
                "GSW-GDWDC2436",
                "GSW-GDWDC2442",
                "GSW-LC1884",
                "GSW-LCVM8",
                "GSW-LM8",
                "GSW-LRM8",
                "GSW-M2436",
                "GSW-MBEP",
                "GSW-MC3018",
                "GSW-MPBEP",
                "GSW-MWEP15",
                "GSW-MWEP30",
                "GSW-MWEP36",
                "GSW-MWEP42",
                "GSW-OC3384",
                "GSW-OC3390",
                "GSW-OC3396",
                "GSW-OCM8-1",
                "GSW-PC1884",
                "GSW-PC1890",
                "GSW-PC1896",
                "GSW-PC2484",
                "GSW-PC2490",
                "GSW-PC2496",
                "GSW-PC3084",
                "GSW-PC3090",
                "GSW-PC3096",
                "GSW-PINT OF PAINT",
                "GSW-QUART OF PAINT",
                "GSW-REP120",
                "GSW-REP96",
                "GSW-SB24",
                "GSW-SB27",
                "GSW-SB30",
                "GSW-SB33",
                "GSW-SB36",
                "GSW-SBF30",
                "GSW-SBF36",
                "GSW-SBM8",
                "GSW-SC10",
                "GSW-SD",
                "GSW-SDP34 4X4",
                "GSW-SHM8",
                "GSW-SM8",
                "GSW-SPRAY CAN",
                "GSW-SSPA34 4X4",
                "GSW-TK8",
                "GSW-TKBM8",
                "GSW-TLM8",
                "GSW-TOUCH UP KIT",
                "GSW-V54",
                "GSW-VA2421",
                "GSW-VA3021",
                "GSW-VA3621",
                "GSW-VDB12-3",
                "GSW-VDB15-3",
                "GSW-VDB18-3",
                "GSW-VKD3021",
                "GSW-VSD3021DL",
                "GSW-VSD3021DR",
                "GSW-VSD3621DL",
                "GSW-VSD3621DR",
                "GSW-VSD4821DLR",
                "GSW-VSD6021DLR",
                "GSW-W0930",
                "GSW-W0936",
                "GSW-W0942",
                "GSW-W1230",
                "GSW-W1236",
                "GSW-W1242",
                "GSW-W1530",
                "GSW-W1536",
                "GSW-W1542",
                "GSW-W1830",
                "GSW-W1836",
                "GSW-W1842",
                "GSW-W2130",
                "GSW-W2136",
                "GSW-W2142",
                "GSW-W2412",
                "GSW-W2415",
                "GSW-W2418",
                "GSW-W2424",
                "GSW-W2430",
                "GSW-W2436",
                "GSW-W2442",
                "GSW-W2730",
                "GSW-W2736",
                "GSW-W2742",
                "GSW-W3012",
                "GSW-W301224",
                "GSW-W3015",
                "GSW-W3018",
                "GSW-W301824",
                "GSW-W3024",
                "GSW-W302424",
                "GSW-W3030",
                "GSW-W3036",
                "GSW-W3042",
                "GSW-W331224",
                "GSW-W3315",
                "GSW-W3318",
                "GSW-W3324",
                "GSW-W3330",
                "GSW-W3336",
                "GSW-W3342",
                "GSW-W3612",
                "GSW-W361224",
                "GSW-W3615",
                "GSW-W3618",
                "GSW-W361824",
                "GSW-W3624",
                "GSW-W362424",
                "GSW-W3630",
                "GSW-W3636",
                "GSW-W3642",
                "GSW-W3930",
                "GSW-WBC2730",
                "GSW-WBC2736",
                "GSW-WBC2742",
                "GSW-WCOR2430",
                "GSW-WCOR2436",
                "GSW-WCOR2442",
                "GSW-WDC2430",
                "GSW-WDC2436",
                "GSW-WDC2442",
                "GSW-WECA30",
                "GSW-WECA36",
                "GSW-WECA42",
                "GSW-WHB3624",
                "GSW-WHB3630",
                "GSW-WOC1215",
                "GSW-WOC1515",
                "GSW-WOC1530",
                "GSW-WOC1536",
                "GSW-WOC1542",
                "GSW-WOC1815",
                "GSW-WOC1830",
                "GSW-WOC1836",
                "GSW-WOC1842",
                "GSW-WOC2115",
                "GSW-WOC2415",
                "GSW-WOC2715",
                "GSW-WOC3015",
                "GSW-WOC3030",
                "GSW-WOC3036",
                "GSW-WOC3042",
                "GSW-WOC3315",
                "GSW-WOC3615",
                "GSW-WOC3630",
                "GSW-WOC3636",
                "GSW-WOC3642",
                "GSW-WOCD2430",
                "GSW-WOCD2436",
                "GSW-WOCD2442",
                "GSW-WOCOR2415",
                "GSW-WSC1818",
                "HPW-B12",
                "HPW-B15",
                "HPW-B18",
                "HPW-B21",
                "HPW-B24",
                "HPW-B27",
                "HPW-B30",
                "HPW-B33",
                "HPW-B36",
                "HPW-B39",
                "HPW-BBC36/39L/R",
                "HPW-BBC39/42L/R",
                "HPW-BBC45/48FHL/R",
                "HPW-BBC45/48FHL/R-MC",
                "HPW-BBC45/48L/R",
                "HPW-BCOR33L/R",
                "HPW-BCOR36L/R",
                "HPW-BEC1224L",
                "HPW-BEC1224R",
                "HPW-BF3",
                "HPW-BF6",
                "HPW-BH09",
                "HPW-BH12",
                "HPW-BH15",
                "HPW-BH18",
                "HPW-BH21",
                "HPW-BH24",
                "HPW-BH27",
                "HPW-BH30",
                "HPW-BH33",
                "HPW-BH36",
                "HPW-BH39",
                "HPW-BM8",
                "HPW-BMC24",
                "HPW-BMC30",
                "HPW-BPP09",
                "HPW-BWB18",
                "HPW-CSB36",
                "HPW-CSB36-FP",
                "HPW-CVM8",
                "HPW-DB12-3",
                "HPW-DB15-3",
                "HPW-DB18-3",
                "HPW-DB21-3",
                "HPW-DB24-3",
                "HPW-DB27-3",
                "HPW-DB30-2",
                "HPW-DB30-3",
                "HPW-DB33-3",
                "HPW-DB36-3",
                "HPW-DWR3L/R",
                "HPW-EZR33",
                "HPW-EZR36",
                "HPW-F330",
                "HPW-F336",
                "HPW-F342",
                "HPW-F396",
                "HPW-F630",
                "HPW-F642",
                "HPW-F696",
                "HPW-FPP9648 1/4",
                "HPW-FPP9648 3/4",
                "HPW-FPPB9648 1/2",
                "HPW-FS24",
                "HPW-FS30",
                "HPW-FS36"
              ],
              "status": "done",
              "job_id": 1236,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 2072.8
            }
          ],
          "dry_run": false
        },
        {
          "batch": 8,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1714,
              "label": "push-channel-sample-magento-products-20260806-053704",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "HPW-FS60",
                  "HPW-GALLON OF PAINT",
                  "HPW-GD-W1215",
                  "HPW-GD-W1515",
                  "HPW-GD-W1530",
                  "HPW-GD-W1536",
                  "HPW-GD-W1542",
                  "HPW-GD-W1815",
                  "HPW-GD-W1830",
                  "HPW-GD-W1836",
                  "HPW-GD-W1842",
                  "HPW-GD-W2115",
                  "HPW-GD-W2415",
                  "HPW-GD-W2715",
                  "HPW-GD-W3015",
                  "HPW-GD-W3030",
                  "HPW-GD-W3036",
                  "HPW-GD-W3042",
                  "HPW-GD-W3315",
                  "HPW-GD-W3615",
                  "HPW-GD-W3630",
                  "HPW-GD-W3636",
                  "HPW-GD-W3642",
                  "HPW-GD-WCOR2415",
                  "HPW-GD-WDC2430",
                  "HPW-GD-WDC2436",
                  "HPW-GD-WDC2442",
                  "HPW-GDW1215",
                  "HPW-GDW1515",
                  "HPW-GDW1530",
                  "HPW-GDW1536",
                  "HPW-GDW1542",
                  "HPW-GDW1815",
                  "HPW-GDW1830",
                  "HPW-GDW1836",
                  "HPW-GDW1842",
                  "HPW-GDW2115",
                  "HPW-GDW2415",
                  "HPW-GDW2715",
                  "HPW-GDW3015",
                  "HPW-GDW3030",
                  "HPW-GDW3036",
                  "HPW-GDW3042",
                  "HPW-GDW3315",
                  "HPW-GDW3615",
                  "HPW-GDW3630",
                  "HPW-GDW3636",
                  "HPW-GDW3642",
                  "HPW-GDWCOR2415",
                  "HPW-GDWDC2430",
                  "HPW-GDWDC2436",
                  "HPW-GDWDC2442",
                  "HPW-LC1884",
                  "HPW-LCVM8",
                  "HPW-LM8",
                  "HPW-LRM8",
                  "HPW-M2436",
                  "HPW-MBEP",
                  "HPW-MC3018",
                  "HPW-MPBEP",
                  "HPW-MWEP15",
                  "HPW-MWEP30",
                  "HPW-MWEP36",
                  "HPW-MWEP42",
                  "HPW-OC3384",
                  "HPW-OC3390",
                  "HPW-OC3396",
                  "HPW-OCM8-1",
                  "HPW-PC1884",
                  "HPW-PC1890",
                  "HPW-PC1896",
                  "HPW-PC2484",
                  "HPW-PC2490",
                  "HPW-PC2496",
                  "HPW-PC3084",
                  "HPW-PC3090",
                  "HPW-PC3096",
                  "HPW-PINT OF PAINT",
                  "HPW-QUART OF PAINT",
                  "HPW-REP120",
                  "HPW-REP96",
                  "HPW-SB24",
                  "HPW-SB27",
                  "HPW-SB30",
                  "HPW-SB33",
                  "HPW-SB36",
                  "HPW-SBF30",
                  "HPW-SBF36",
                  "HPW-SBM8",
                  "HPW-SC10",
                  "HPW-SD",
                  "HPW-SDP34 4X4",
                  "HPW-SHM8",
                  "HPW-SM8",
                  "HPW-SPRAY CAN",
                  "HPW-SSPA34 4X4",
                  "HPW-TK8",
                  "HPW-TKBM8",
                  "HPW-TLM8",
                  "HPW-TOUCH UP KIT",
                  "HPW-V54",
                  "HPW-VA2421",
                  "HPW-VA3021",
                  "HPW-VA3621",
                  "HPW-VDB12-3",
                  "HPW-VDB15-3",
                  "HPW-VDB18-3",
                  "HPW-VKD3021",
                  "HPW-VSD3021DL",
                  "HPW-VSD3021DR",
                  "HPW-VSD3621DL",
                  "HPW-VSD3621DR",
                  "HPW-VSD4821DLR",
                  "HPW-VSD6021DLR",
                  "HPW-W0930",
                  "HPW-W0936",
                  "HPW-W0942",
                  "HPW-W1230",
                  "HPW-W1236",
                  "HPW-W1242",
                  "HPW-W1530",
                  "HPW-W1536",
                  "HPW-W1542",
                  "HPW-W1830",
                  "HPW-W1836",
                  "HPW-W1842",
                  "HPW-W2130",
                  "HPW-W2136",
                  "HPW-W2142",
                  "HPW-W2412",
                  "HPW-W2415",
                  "HPW-W2418",
                  "HPW-W2424",
                  "HPW-W2430",
                  "HPW-W2436",
                  "HPW-W2442",
                  "HPW-W2730",
                  "HPW-W2736",
                  "HPW-W2742",
                  "HPW-W3012",
                  "HPW-W301224",
                  "HPW-W3015",
                  "HPW-W3018",
                  "HPW-W301824",
                  "HPW-W3024",
                  "HPW-W302424",
                  "HPW-W3030",
                  "HPW-W3036",
                  "HPW-W3042",
                  "HPW-W331224",
                  "HPW-W3315",
                  "HPW-W3318",
                  "HPW-W3324",
                  "HPW-W3330",
                  "HPW-W3336",
                  "HPW-W3342",
                  "HPW-W3612",
                  "HPW-W361224",
                  "HPW-W3615",
                  "HPW-W3618",
                  "HPW-W361824",
                  "HPW-W3624",
                  "HPW-W362424",
                  "HPW-W3630",
                  "HPW-W3636",
                  "HPW-W3642",
                  "HPW-W3930",
                  "HPW-WBC2730",
                  "HPW-WBC2736",
                  "HPW-WBC2742",
                  "HPW-WCOR2430",
                  "HPW-WCOR2436",
                  "HPW-WCOR2442",
                  "HPW-WDC2430",
                  "HPW-WDC2436",
                  "HPW-WDC2442",
                  "HPW-WECA30",
                  "HPW-WECA36",
                  "HPW-WECA42",
                  "HPW-WHB3624",
                  "HPW-WHB3630",
                  "HPW-WOC1215",
                  "HPW-WOC1515",
                  "HPW-WOC1530",
                  "HPW-WOC1536",
                  "HPW-WOC1542",
                  "HPW-WOC1815",
                  "HPW-WOC1830",
                  "HPW-WOC1836",
                  "HPW-WOC1842",
                  "HPW-WOC2115",
                  "HPW-WOC2415",
                  "HPW-WOC2715",
                  "HPW-WOC3015",
                  "HPW-WOC3030",
                  "HPW-WOC3036",
                  "HPW-WOC3042",
                  "HPW-WOC3315",
                  "HPW-WOC3615",
                  "HPW-WOC3630",
                  "HPW-WOC3636",
                  "HPW-WOC3642",
                  "HPW-WOCD2430",
                  "HPW-WOCD2436",
                  "HPW-WOCD2442",
                  "HPW-WOCOR2415",
                  "HPW-WSC1818",
                  "HS-BAR-128BG",
                  "HS-BAR-128MB",
                  "HS-BAR-128SN",
                  "HS-BAR-96BG",
                  "HS-BAR-96MB",
                  "HS-BAR-96SN",
                  "HS-BCS",
                  "HS-CDT-B18",
                  "HS-CDT-B24",
                  "HS-CT-L",
                  "HS-CT-S",
                  "HS-ML-BASEFH",
                  "HS-SP-BF3",
                  "HS-SP-BF6",
                  "HS-SP-W09",
                  "HS-SP-WF330",
                  "HS-SP-WF336",
                  "HS-SP-WF342",
                  "HS-SP-WF636",
                  "HS-STL",
                  "HS-STS",
                  "HS-TD-B09",
                  "HS-TR-B15S",
                  "HS-TR-B18D",
                  "HS-TR-B21D",
                  "HS-UT-B09",
                  "HS-UT-B12FH",
                  "HS-WDC-30PLS",
                  "HS-WDC-3642PLS",
                  "LLP24W",
                  "LLP28W",
                  "LLP30W",
                  "LLP32W",
                  "LLP36W",
                  "LM-JS-3DB12",
                  "LM-JS-3DB15",
                  "LM-JS-3DB18",
                  "LM-JS-3DB21",
                  "LM-JS-3DB24",
                  "LM-JS-3DB30",
                  "LM-JS-3DB36",
                  "LM-JS-4SK1824.75",
                  "LM-JS-4SK2424.75",
                  "LM-JS-AB12L",
                  "LM-JS-AB12R",
                  "LM-JS-AW1230",
                  "LM-JS-AW1236",
                  "LM-JS-AW1242",
                  "LM-JS-B09",
                  "LM-JS-B12",
                  "LM-JS-B15",
                  "LM-JS-B18",
                  "LM-JS-B21",
                  "LM-JS-B24",
                  "LM-JS-B27",
                  "LM-JS-B30",
                  "LM-JS-B33",
                  "LM-JS-B36",
                  "LM-JS-BBC3639",
                  "LM-JS-BBC4245",
                  "LM-JS-BBC4851",
                  "LM-JS-BDEC30",
                  "LM-JS-BM8",
                  "LM-JS-BMC30",
                  "LM-JS-CM3",
                  "LM-JS-DSBC36",
                  "LM-JS-DWP3",
                  "LM-JS-ERC2430",
                  "LM-JS-ERC2436",
                  "LM-JS-FBM8",
                  "LM-JS-FSB30",
                  "LM-JS-FSB36",
                  "LM-JS-ICM8",
                  "LM-JS-LRM8",
                  "LM-JS-LS33",
                  "LM-JS-LS36",
                  "LM-JS-OC3384",
                  "LM-JS-OC3390",
                  "LM-JS-OC3396",
                  "LM-JS-OCM8",
                  "LM-JS-PAN1/4",
                  "LM-JS-QRM8",
                  "LM-JS-REP4896",
                  "LM-JS-REP96",
                  "LM-JS-RT18",
                  "LM-JS-RT24",
                  "LM-JS-SB24",
                  "LM-JS-SB27",
                  "LM-JS-SB30",
                  "LM-JS-SB33",
                  "LM-JS-SB36",
                  "LM-JS-SD",
                  "LM-JS-SM8",
                  "LM-JS-TF396",
                  "LM-JS-TF696",
                  "LM-JS-TK8",
                  "LM-JS-TUK",
                  "LM-JS-VAL72",
                  "LM-JS-W0930",
                  "LM-JS-W0936",
                  "LM-JS-W0942",
                  "LM-JS-W1230",
                  "LM-JS-W1236",
                  "LM-JS-W1242",
                  "LM-JS-W1530",
                  "LM-JS-W1536",
                  "LM-JS-W1542",
                  "LM-JS-W1830",
                  "LM-JS-W1836",
                  "LM-JS-W1842",
                  "LM-JS-W2130",
                  "LM-JS-W2136",
                  "LM-JS-W2142",
                  "LM-JS-W2430",
                  "LM-JS-W2436",
                  "LM-JS-W2442",
                  "LM-JS-W2730",
                  "LM-JS-W2736",
                  "LM-JS-W2742",
                  "LM-JS-W3012",
                  "LM-JS-W3015",
                  "LM-JS-W3018",
                  "LM-JS-W3024",
                  "LM-JS-W3030",
                  "LM-JS-W3036",
                  "LM-JS-W3042",
                  "LM-JS-W3312",
                  "LM-JS-W331224",
                  "LM-JS-W3315",
                  "LM-JS-W3318",
                  "LM-JS-W331824",
                  "LM-JS-W3330",
                  "LM-JS-W3336",
                  "LM-JS-W3342",
                  "LM-JS-W3612",
                  "LM-JS-W361224",
                  "LM-JS-W3618",
                  "LM-JS-W361824",
                  "LM-JS-W3624",
                  "LM-JS-W362424",
                  "LM-JS-W3630",
                  "LM-JS-W3636",
                  "LM-JS-W3642",
                  "LM-JS-WBC30-3330",
                  "LM-JS-WBC30-3336",
                  "LM-JS-WBC30-3342",
                  "LM-JS-WDC2430",
                  "LM-JS-WDC2436",
                  "LM-JS-WDC2442",
                  "LM-JS-WDEC30",
                  "LM-JS-WDEC36",
                  "LM-JS-WDEC42",
                  "LM-JS-WF330",
                  "LM-JS-WF342",
                  "LM-JS-WF642",
                  "LM-JS-WP182484",
                  "LM-JS-WP182490",
                  "LM-JS-WP182496",
                  "LM-JS-WP242484",
                  "LM-JS-WP242490",
                  "LM-JS-WP242496",
                  "LM-JS-WR3015",
                  "LM-JS-WR30GH",
                  "LMJSERC2442L",
                  "LPE-B12",
                  "LPE-B15",
                  "LPE-B18",
                  "LPE-B21",
                  "LPE-B24",
                  "LPE-B27",
                  "LPE-B30",
                  "LPE-B33",
                  "LPE-B36",
                  "LPE-B9",
                  "LPE-BEP3PL",
                  "LPE-BS",
                  "LPE-BTS 4 1/2",
                  "LPE-CB36",
                  "LPE-CM",
                  "LPE-CW3030",
                  "LPE-CW3036",
                  "LPE-CW3042",
                  "LPE-DBTB18",
                  "LPE-DCSB36",
                  "LPE-DCW2430",
                  "LPE-DCW2442",
                  "LPE-DRB30",
                  "LPE-F330",
                  "LPE-F342",
                  "LPE-FBP4836",
                  "LPE-FBP9648",
                  "LPE-O3084",
                  "LPE-O3090",
                  "LPE-O3096",
                  "LPE-REP2484PL",
                  "LPE-REP2496PL",
                  "LPE-S3/4",
                  "LPE-SB30",
                  "LPE-SB33",
                  "LPE-SB36",
                  "LPE-SB60",
                  "LPE-SBC36/SLS",
                  "LPE-SK1824",
                  "LPE-SK2424",
                  "LPE-TDB15",
                  "LPE-TDB18",
                  "LPE-TDB24",
                  "LPE-TUKE",
                  "LPE-U182484",
                  "LPE-U182496",
                  "LPE-U242484",
                  "LPE-U242496",
                  "LPE-UF384",
                  "LPE-UF396",
                  "LPE-US96",
                  "LPE-USK18",
                  "LPE-USK24",
                  "LPE-V48",
                  "LPE-W1230",
                  "LPE-W1236",
                  "LPE-W1242",
                  "LPE-W1530",
                  "LPE-W1536",
                  "LPE-W1542",
                  "LPE-W1830",
                  "LPE-W1836",
                  "LPE-W1842",
                  "LPE-W2130",
                  "LPE-W2136",
                  "LPE-W2142",
                  "LPE-W2430",
                  "LPE-W2436",
                  "LPE-W2442",
                  "LPE-W2730",
                  "LPE-W2736",
                  "LPE-W2742",
                  "LPE-W3012",
                  "LPE-W3015",
                  "LPE-W3018",
                  "LPE-W3024",
                  "LPE-W3030",
                  "LPE-W3036",
                  "LPE-W3042",
                  "LPE-W3315",
                  "LPE-W3330",
                  "LPE-W3336",
                  "LPE-W3342",
                  "LPE-W3612",
                  "LPE-W3615",
                  "LPE-W3624",
                  "LPE-W362424",
                  "LPE-W3630",
                  "LPE-W3636",
                  "LPE-W3642",
                  "LPE-W930",
                  "LPE-W936",
                  "LPE-W942",
                  "LPE-WR1830",
                  "LPE-WS42",
                  "MBRO-B12",
                  "MBRO-B15",
                  "MBRO-B18",
                  "MBRO-B21",
                  "MBRO-B24",
                  "MBRO-B27",
                  "MBRO-B30",
                  "MBRO-B33",
                  "MBRO-B36",
                  "MBRO-B39",
                  "MBRO-BBC36/39L/R",
                  "MBRO-BBC39/42L/R",
                  "MBRO-BBC45/48FHL/R",
                  "MBRO-BBC45/48FHL/R-MC",
                  "MBRO-BBC45/48L/R",
                  "MBRO-BCOR33L/R",
                  "MBRO-BCOR36L/R",
                  "MBRO-BEC1224L",
                  "MBRO-BEC1224R",
                  "MBRO-BF3",
                  "MBRO-BF6",
                  "MBRO-BH09",
                  "MBRO-BH12",
                  "MBRO-BH15",
                  "MBRO-BH18",
                  "MBRO-BH21",
                  "MBRO-BH24",
                  "MBRO-BH27",
                  "MBRO-BH30",
                  "MBRO-BH33",
                  "MBRO-BH36",
                  "MBRO-BH39",
                  "MBRO-BM8",
                  "MBRO-BMC24"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "HPW-FS60",
                "HPW-GALLON OF PAINT",
                "HPW-GD-W1215",
                "HPW-GD-W1515",
                "HPW-GD-W1530",
                "HPW-GD-W1536",
                "HPW-GD-W1542",
                "HPW-GD-W1815",
                "HPW-GD-W1830",
                "HPW-GD-W1836",
                "HPW-GD-W1842",
                "HPW-GD-W2115",
                "HPW-GD-W2415",
                "HPW-GD-W2715",
                "HPW-GD-W3015",
                "HPW-GD-W3030",
                "HPW-GD-W3036",
                "HPW-GD-W3042",
                "HPW-GD-W3315",
                "HPW-GD-W3615",
                "HPW-GD-W3630",
                "HPW-GD-W3636",
                "HPW-GD-W3642",
                "HPW-GD-WCOR2415",
                "HPW-GD-WDC2430",
                "HPW-GD-WDC2436",
                "HPW-GD-WDC2442",
                "HPW-GDW1215",
                "HPW-GDW1515",
                "HPW-GDW1530",
                "HPW-GDW1536",
                "HPW-GDW1542",
                "HPW-GDW1815",
                "HPW-GDW1830",
                "HPW-GDW1836",
                "HPW-GDW1842",
                "HPW-GDW2115",
                "HPW-GDW2415",
                "HPW-GDW2715",
                "HPW-GDW3015",
                "HPW-GDW3030",
                "HPW-GDW3036",
                "HPW-GDW3042",
                "HPW-GDW3315",
                "HPW-GDW3615",
                "HPW-GDW3630",
                "HPW-GDW3636",
                "HPW-GDW3642",
                "HPW-GDWCOR2415",
                "HPW-GDWDC2430",
                "HPW-GDWDC2436",
                "HPW-GDWDC2442",
                "HPW-LC1884",
                "HPW-LCVM8",
                "HPW-LM8",
                "HPW-LRM8",
                "HPW-M2436",
                "HPW-MBEP",
                "HPW-MC3018",
                "HPW-MPBEP",
                "HPW-MWEP15",
                "HPW-MWEP30",
                "HPW-MWEP36",
                "HPW-MWEP42",
                "HPW-OC3384",
                "HPW-OC3390",
                "HPW-OC3396",
                "HPW-OCM8-1",
                "HPW-PC1884",
                "HPW-PC1890",
                "HPW-PC1896",
                "HPW-PC2484",
                "HPW-PC2490",
                "HPW-PC2496",
                "HPW-PC3084",
                "HPW-PC3090",
                "HPW-PC3096",
                "HPW-PINT OF PAINT",
                "HPW-QUART OF PAINT",
                "HPW-REP120",
                "HPW-REP96",
                "HPW-SB24",
                "HPW-SB27",
                "HPW-SB30",
                "HPW-SB33",
                "HPW-SB36",
                "HPW-SBF30",
                "HPW-SBF36",
                "HPW-SBM8",
                "HPW-SC10",
                "HPW-SD",
                "HPW-SDP34 4X4",
                "HPW-SHM8",
                "HPW-SM8",
                "HPW-SPRAY CAN",
                "HPW-SSPA34 4X4",
                "HPW-TK8",
                "HPW-TKBM8",
                "HPW-TLM8",
                "HPW-TOUCH UP KIT",
                "HPW-V54",
                "HPW-VA2421",
                "HPW-VA3021",
                "HPW-VA3621",
                "HPW-VDB12-3",
                "HPW-VDB15-3",
                "HPW-VDB18-3",
                "HPW-VKD3021",
                "HPW-VSD3021DL",
                "HPW-VSD3021DR",
                "HPW-VSD3621DL",
                "HPW-VSD3621DR",
                "HPW-VSD4821DLR",
                "HPW-VSD6021DLR",
                "HPW-W0930",
                "HPW-W0936",
                "HPW-W0942",
                "HPW-W1230",
                "HPW-W1236",
                "HPW-W1242",
                "HPW-W1530",
                "HPW-W1536",
                "HPW-W1542",
                "HPW-W1830",
                "HPW-W1836",
                "HPW-W1842",
                "HPW-W2130",
                "HPW-W2136",
                "HPW-W2142",
                "HPW-W2412",
                "HPW-W2415",
                "HPW-W2418",
                "HPW-W2424",
                "HPW-W2430",
                "HPW-W2436",
                "HPW-W2442",
                "HPW-W2730",
                "HPW-W2736",
                "HPW-W2742",
                "HPW-W3012",
                "HPW-W301224",
                "HPW-W3015",
                "HPW-W3018",
                "HPW-W301824",
                "HPW-W3024",
                "HPW-W302424",
                "HPW-W3030",
                "HPW-W3036",
                "HPW-W3042",
                "HPW-W331224",
                "HPW-W3315",
                "HPW-W3318",
                "HPW-W3324",
                "HPW-W3330",
                "HPW-W3336",
                "HPW-W3342",
                "HPW-W3612",
                "HPW-W361224",
                "HPW-W3615",
                "HPW-W3618",
                "HPW-W361824",
                "HPW-W3624",
                "HPW-W362424",
                "HPW-W3630",
                "HPW-W3636",
                "HPW-W3642",
                "HPW-W3930",
                "HPW-WBC2730",
                "HPW-WBC2736",
                "HPW-WBC2742",
                "HPW-WCOR2430",
                "HPW-WCOR2436",
                "HPW-WCOR2442",
                "HPW-WDC2430",
                "HPW-WDC2436",
                "HPW-WDC2442",
                "HPW-WECA30",
                "HPW-WECA36",
                "HPW-WECA42",
                "HPW-WHB3624",
                "HPW-WHB3630",
                "HPW-WOC1215",
                "HPW-WOC1515",
                "HPW-WOC1530",
                "HPW-WOC1536",
                "HPW-WOC1542",
                "HPW-WOC1815",
                "HPW-WOC1830",
                "HPW-WOC1836",
                "HPW-WOC1842",
                "HPW-WOC2115",
                "HPW-WOC2415",
                "HPW-WOC2715",
                "HPW-WOC3015",
                "HPW-WOC3030",
                "HPW-WOC3036",
                "HPW-WOC3042",
                "HPW-WOC3315",
                "HPW-WOC3615",
                "HPW-WOC3630",
                "HPW-WOC3636",
                "HPW-WOC3642",
                "HPW-WOCD2430",
                "HPW-WOCD2436",
                "HPW-WOCD2442",
                "HPW-WOCOR2415",
                "HPW-WSC1818",
                "HS-BAR-128BG",
                "HS-BAR-128MB",
                "HS-BAR-128SN",
                "HS-BAR-96BG",
                "HS-BAR-96MB",
                "HS-BAR-96SN",
                "HS-BCS",
                "HS-CDT-B18",
                "HS-CDT-B24",
                "HS-CT-L",
                "HS-CT-S",
                "HS-ML-BASEFH",
                "HS-SP-BF3",
                "HS-SP-BF6",
                "HS-SP-W09",
                "HS-SP-WF330",
                "HS-SP-WF336",
                "HS-SP-WF342",
                "HS-SP-WF636",
                "HS-STL",
                "HS-STS",
                "HS-TD-B09",
                "HS-TR-B15S",
                "HS-TR-B18D",
                "HS-TR-B21D",
                "HS-UT-B09",
                "HS-UT-B12FH",
                "HS-WDC-30PLS",
                "HS-WDC-3642PLS",
                "LLP24W",
                "LLP28W",
                "LLP30W",
                "LLP32W",
                "LLP36W",
                "LM-JS-3DB12",
                "LM-JS-3DB15",
                "LM-JS-3DB18",
                "LM-JS-3DB21",
                "LM-JS-3DB24",
                "LM-JS-3DB30",
                "LM-JS-3DB36",
                "LM-JS-4SK1824.75",
                "LM-JS-4SK2424.75",
                "LM-JS-AB12L",
                "LM-JS-AB12R",
                "LM-JS-AW1230",
                "LM-JS-AW1236",
                "LM-JS-AW1242",
                "LM-JS-B09",
                "LM-JS-B12",
                "LM-JS-B15",
                "LM-JS-B18",
                "LM-JS-B21",
                "LM-JS-B24",
                "LM-JS-B27",
                "LM-JS-B30",
                "LM-JS-B33",
                "LM-JS-B36",
                "LM-JS-BBC3639",
                "LM-JS-BBC4245",
                "LM-JS-BBC4851",
                "LM-JS-BDEC30",
                "LM-JS-BM8",
                "LM-JS-BMC30",
                "LM-JS-CM3",
                "LM-JS-DSBC36",
                "LM-JS-DWP3",
                "LM-JS-ERC2430",
                "LM-JS-ERC2436",
                "LM-JS-FBM8",
                "LM-JS-FSB30",
                "LM-JS-FSB36",
                "LM-JS-ICM8",
                "LM-JS-LRM8",
                "LM-JS-LS33",
                "LM-JS-LS36",
                "LM-JS-OC3384",
                "LM-JS-OC3390",
                "LM-JS-OC3396",
                "LM-JS-OCM8",
                "LM-JS-PAN1/4",
                "LM-JS-QRM8",
                "LM-JS-REP4896",
                "LM-JS-REP96",
                "LM-JS-RT18",
                "LM-JS-RT24",
                "LM-JS-SB24",
                "LM-JS-SB27",
                "LM-JS-SB30",
                "LM-JS-SB33",
                "LM-JS-SB36",
                "LM-JS-SD",
                "LM-JS-SM8",
                "LM-JS-TF396",
                "LM-JS-TF696",
                "LM-JS-TK8",
                "LM-JS-TUK",
                "LM-JS-VAL72",
                "LM-JS-W0930",
                "LM-JS-W0936",
                "LM-JS-W0942",
                "LM-JS-W1230",
                "LM-JS-W1236",
                "LM-JS-W1242",
                "LM-JS-W1530",
                "LM-JS-W1536",
                "LM-JS-W1542",
                "LM-JS-W1830",
                "LM-JS-W1836",
                "LM-JS-W1842",
                "LM-JS-W2130",
                "LM-JS-W2136",
                "LM-JS-W2142",
                "LM-JS-W2430",
                "LM-JS-W2436",
                "LM-JS-W2442",
                "LM-JS-W2730",
                "LM-JS-W2736",
                "LM-JS-W2742",
                "LM-JS-W3012",
                "LM-JS-W3015",
                "LM-JS-W3018",
                "LM-JS-W3024",
                "LM-JS-W3030",
                "LM-JS-W3036",
                "LM-JS-W3042",
                "LM-JS-W3312",
                "LM-JS-W331224",
                "LM-JS-W3315",
                "LM-JS-W3318",
                "LM-JS-W331824",
                "LM-JS-W3330",
                "LM-JS-W3336",
                "LM-JS-W3342",
                "LM-JS-W3612",
                "LM-JS-W361224",
                "LM-JS-W3618",
                "LM-JS-W361824",
                "LM-JS-W3624",
                "LM-JS-W362424",
                "LM-JS-W3630",
                "LM-JS-W3636",
                "LM-JS-W3642",
                "LM-JS-WBC30-3330",
                "LM-JS-WBC30-3336",
                "LM-JS-WBC30-3342",
                "LM-JS-WDC2430",
                "LM-JS-WDC2436",
                "LM-JS-WDC2442",
                "LM-JS-WDEC30",
                "LM-JS-WDEC36",
                "LM-JS-WDEC42",
                "LM-JS-WF330",
                "LM-JS-WF342",
                "LM-JS-WF642",
                "LM-JS-WP182484",
                "LM-JS-WP182490",
                "LM-JS-WP182496",
                "LM-JS-WP242484",
                "LM-JS-WP242490",
                "LM-JS-WP242496",
                "LM-JS-WR3015",
                "LM-JS-WR30GH",
                "LMJSERC2442L",
                "LPE-B12",
                "LPE-B15",
                "LPE-B18",
                "LPE-B21",
                "LPE-B24",
                "LPE-B27",
                "LPE-B30",
                "LPE-B33",
                "LPE-B36",
                "LPE-B9",
                "LPE-BEP3PL",
                "LPE-BS",
                "LPE-BTS 4 1/2",
                "LPE-CB36",
                "LPE-CM",
                "LPE-CW3030",
                "LPE-CW3036",
                "LPE-CW3042",
                "LPE-DBTB18",
                "LPE-DCSB36",
                "LPE-DCW2430",
                "LPE-DCW2442",
                "LPE-DRB30",
                "LPE-F330",
                "LPE-F342",
                "LPE-FBP4836",
                "LPE-FBP9648",
                "LPE-O3084",
                "LPE-O3090",
                "LPE-O3096",
                "LPE-REP2484PL",
                "LPE-REP2496PL",
                "LPE-S3/4",
                "LPE-SB30",
                "LPE-SB33",
                "LPE-SB36",
                "LPE-SB60",
                "LPE-SBC36/SLS",
                "LPE-SK1824",
                "LPE-SK2424",
                "LPE-TDB15",
                "LPE-TDB18",
                "LPE-TDB24",
                "LPE-TUKE",
                "LPE-U182484",
                "LPE-U182496",
                "LPE-U242484",
                "LPE-U242496",
                "LPE-UF384",
                "LPE-UF396",
                "LPE-US96",
                "LPE-USK18",
                "LPE-USK24",
                "LPE-V48",
                "LPE-W1230",
                "LPE-W1236",
                "LPE-W1242",
                "LPE-W1530",
                "LPE-W1536",
                "LPE-W1542",
                "LPE-W1830",
                "LPE-W1836",
                "LPE-W1842",
                "LPE-W2130",
                "LPE-W2136",
                "LPE-W2142",
                "LPE-W2430",
                "LPE-W2436",
                "LPE-W2442",
                "LPE-W2730",
                "LPE-W2736",
                "LPE-W2742",
                "LPE-W3012",
                "LPE-W3015",
                "LPE-W3018",
                "LPE-W3024",
                "LPE-W3030",
                "LPE-W3036",
                "LPE-W3042",
                "LPE-W3315",
                "LPE-W3330",
                "LPE-W3336",
                "LPE-W3342",
                "LPE-W3612",
                "LPE-W3615",
                "LPE-W3624",
                "LPE-W362424",
                "LPE-W3630",
                "LPE-W3636",
                "LPE-W3642",
                "LPE-W930",
                "LPE-W936",
                "LPE-W942",
                "LPE-WR1830",
                "LPE-WS42",
                "MBRO-B12",
                "MBRO-B15",
                "MBRO-B18",
                "MBRO-B21",
                "MBRO-B24",
                "MBRO-B27",
                "MBRO-B30",
                "MBRO-B33",
                "MBRO-B36",
                "MBRO-B39",
                "MBRO-BBC36/39L/R",
                "MBRO-BBC39/42L/R",
                "MBRO-BBC45/48FHL/R",
                "MBRO-BBC45/48FHL/R-MC",
                "MBRO-BBC45/48L/R",
                "MBRO-BCOR33L/R",
                "MBRO-BCOR36L/R",
                "MBRO-BEC1224L",
                "MBRO-BEC1224R",
                "MBRO-BF3",
                "MBRO-BF6",
                "MBRO-BH09",
                "MBRO-BH12",
                "MBRO-BH15",
                "MBRO-BH18",
                "MBRO-BH21",
                "MBRO-BH24",
                "MBRO-BH27",
                "MBRO-BH30",
                "MBRO-BH33",
                "MBRO-BH36",
                "MBRO-BH39",
                "MBRO-BM8",
                "MBRO-BMC24"
              ],
              "status": "failed",
              "job_id": 1237,
              "last_error": "Instance <MasterLocationRegistry at 0x7f7e1c9c3dc0> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)",
              "job_status": "running",
              "elapsed_seconds": 215.8
            },
            {
              "phase": "images",
              "queue_id": 1715,
              "label": "push-channel-sample-magento-images-20260806-054040",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "HPW-FS60",
                  "HPW-GALLON OF PAINT",
                  "HPW-GD-W1215",
                  "HPW-GD-W1515",
                  "HPW-GD-W1530",
                  "HPW-GD-W1536",
                  "HPW-GD-W1542",
                  "HPW-GD-W1815",
                  "HPW-GD-W1830",
                  "HPW-GD-W1836",
                  "HPW-GD-W1842",
                  "HPW-GD-W2115",
                  "HPW-GD-W2415",
                  "HPW-GD-W2715",
                  "HPW-GD-W3015",
                  "HPW-GD-W3030",
                  "HPW-GD-W3036",
                  "HPW-GD-W3042",
                  "HPW-GD-W3315",
                  "HPW-GD-W3615",
                  "HPW-GD-W3630",
                  "HPW-GD-W3636",
                  "HPW-GD-W3642",
                  "HPW-GD-WCOR2415",
                  "HPW-GD-WDC2430",
                  "HPW-GD-WDC2436",
                  "HPW-GD-WDC2442",
                  "HPW-GDW1215",
                  "HPW-GDW1515",
                  "HPW-GDW1530",
                  "HPW-GDW1536",
                  "HPW-GDW1542",
                  "HPW-GDW1815",
                  "HPW-GDW1830",
                  "HPW-GDW1836",
                  "HPW-GDW1842",
                  "HPW-GDW2115",
                  "HPW-GDW2415",
                  "HPW-GDW2715",
                  "HPW-GDW3015",
                  "HPW-GDW3030",
                  "HPW-GDW3036",
                  "HPW-GDW3042",
                  "HPW-GDW3315",
                  "HPW-GDW3615",
                  "HPW-GDW3630",
                  "HPW-GDW3636",
                  "HPW-GDW3642",
                  "HPW-GDWCOR2415",
                  "HPW-GDWDC2430",
                  "HPW-GDWDC2436",
                  "HPW-GDWDC2442",
                  "HPW-LC1884",
                  "HPW-LCVM8",
                  "HPW-LM8",
                  "HPW-LRM8",
                  "HPW-M2436",
                  "HPW-MBEP",
                  "HPW-MC3018",
                  "HPW-MPBEP",
                  "HPW-MWEP15",
                  "HPW-MWEP30",
                  "HPW-MWEP36",
                  "HPW-MWEP42",
                  "HPW-OC3384",
                  "HPW-OC3390",
                  "HPW-OC3396",
                  "HPW-OCM8-1",
                  "HPW-PC1884",
                  "HPW-PC1890",
                  "HPW-PC1896",
                  "HPW-PC2484",
                  "HPW-PC2490",
                  "HPW-PC2496",
                  "HPW-PC3084",
                  "HPW-PC3090",
                  "HPW-PC3096",
                  "HPW-PINT OF PAINT",
                  "HPW-QUART OF PAINT",
                  "HPW-REP120",
                  "HPW-REP96",
                  "HPW-SB24",
                  "HPW-SB27",
                  "HPW-SB30",
                  "HPW-SB33",
                  "HPW-SB36",
                  "HPW-SBF30",
                  "HPW-SBF36",
                  "HPW-SBM8",
                  "HPW-SC10",
                  "HPW-SD",
                  "HPW-SDP34 4X4",
                  "HPW-SHM8",
                  "HPW-SM8",
                  "HPW-SPRAY CAN",
                  "HPW-SSPA34 4X4",
                  "HPW-TK8",
                  "HPW-TKBM8",
                  "HPW-TLM8",
                  "HPW-TOUCH UP KIT",
                  "HPW-V54",
                  "HPW-VA2421",
                  "HPW-VA3021",
                  "HPW-VA3621",
                  "HPW-VDB12-3",
                  "HPW-VDB15-3",
                  "HPW-VDB18-3",
                  "HPW-VKD3021",
                  "HPW-VSD3021DL",
                  "HPW-VSD3021DR",
                  "HPW-VSD3621DL",
                  "HPW-VSD3621DR",
                  "HPW-VSD4821DLR",
                  "HPW-VSD6021DLR",
                  "HPW-W0930",
                  "HPW-W0936",
                  "HPW-W0942",
                  "HPW-W1230",
                  "HPW-W1236",
                  "HPW-W1242",
                  "HPW-W1530",
                  "HPW-W1536",
                  "HPW-W1542",
                  "HPW-W1830",
                  "HPW-W1836",
                  "HPW-W1842",
                  "HPW-W2130",
                  "HPW-W2136",
                  "HPW-W2142",
                  "HPW-W2412",
                  "HPW-W2415",
                  "HPW-W2418",
                  "HPW-W2424",
                  "HPW-W2430",
                  "HPW-W2436",
                  "HPW-W2442",
                  "HPW-W2730",
                  "HPW-W2736",
                  "HPW-W2742",
                  "HPW-W3012",
                  "HPW-W301224",
                  "HPW-W3015",
                  "HPW-W3018",
                  "HPW-W301824",
                  "HPW-W3024",
                  "HPW-W302424",
                  "HPW-W3030",
                  "HPW-W3036",
                  "HPW-W3042",
                  "HPW-W331224",
                  "HPW-W3315",
                  "HPW-W3318",
                  "HPW-W3324",
                  "HPW-W3330",
                  "HPW-W3336",
                  "HPW-W3342",
                  "HPW-W3612",
                  "HPW-W361224",
                  "HPW-W3615",
                  "HPW-W3618",
                  "HPW-W361824",
                  "HPW-W3624",
                  "HPW-W362424",
                  "HPW-W3630",
                  "HPW-W3636",
                  "HPW-W3642",
                  "HPW-W3930",
                  "HPW-WBC2730",
                  "HPW-WBC2736",
                  "HPW-WBC2742",
                  "HPW-WCOR2430",
                  "HPW-WCOR2436",
                  "HPW-WCOR2442",
                  "HPW-WDC2430",
                  "HPW-WDC2436",
                  "HPW-WDC2442",
                  "HPW-WECA30",
                  "HPW-WECA36",
                  "HPW-WECA42",
                  "HPW-WHB3624",
                  "HPW-WHB3630",
                  "HPW-WOC1215",
                  "HPW-WOC1515",
                  "HPW-WOC1530",
                  "HPW-WOC1536",
                  "HPW-WOC1542",
                  "HPW-WOC1815",
                  "HPW-WOC1830",
                  "HPW-WOC1836",
                  "HPW-WOC1842",
                  "HPW-WOC2115",
                  "HPW-WOC2415",
                  "HPW-WOC2715",
                  "HPW-WOC3015",
                  "HPW-WOC3030",
                  "HPW-WOC3036",
                  "HPW-WOC3042",
                  "HPW-WOC3315",
                  "HPW-WOC3615",
                  "HPW-WOC3630",
                  "HPW-WOC3636",
                  "HPW-WOC3642",
                  "HPW-WOCD2430",
                  "HPW-WOCD2436",
                  "HPW-WOCD2442",
                  "HPW-WOCOR2415",
                  "HPW-WSC1818",
                  "HS-BAR-128BG",
                  "HS-BAR-128MB",
                  "HS-BAR-128SN",
                  "HS-BAR-96BG",
                  "HS-BAR-96MB",
                  "HS-BAR-96SN",
                  "HS-BCS",
                  "HS-CDT-B18",
                  "HS-CDT-B24",
                  "HS-CT-L",
                  "HS-CT-S",
                  "HS-ML-BASEFH",
                  "HS-SP-BF3",
                  "HS-SP-BF6",
                  "HS-SP-W09",
                  "HS-SP-WF330",
                  "HS-SP-WF336",
                  "HS-SP-WF342",
                  "HS-SP-WF636",
                  "HS-STL",
                  "HS-STS",
                  "HS-TD-B09",
                  "HS-TR-B15S",
                  "HS-TR-B18D",
                  "HS-TR-B21D",
                  "HS-UT-B09",
                  "HS-UT-B12FH",
                  "HS-WDC-30PLS",
                  "HS-WDC-3642PLS",
                  "LLP24W",
                  "LLP28W",
                  "LLP30W",
                  "LLP32W",
                  "LLP36W",
                  "LM-JS-3DB12",
                  "LM-JS-3DB15",
                  "LM-JS-3DB18",
                  "LM-JS-3DB21",
                  "LM-JS-3DB24",
                  "LM-JS-3DB30",
                  "LM-JS-3DB36",
                  "LM-JS-4SK1824.75",
                  "LM-JS-4SK2424.75",
                  "LM-JS-AB12L",
                  "LM-JS-AB12R",
                  "LM-JS-AW1230",
                  "LM-JS-AW1236",
                  "LM-JS-AW1242",
                  "LM-JS-B09",
                  "LM-JS-B12",
                  "LM-JS-B15",
                  "LM-JS-B18",
                  "LM-JS-B21",
                  "LM-JS-B24",
                  "LM-JS-B27",
                  "LM-JS-B30",
                  "LM-JS-B33",
                  "LM-JS-B36",
                  "LM-JS-BBC3639",
                  "LM-JS-BBC4245",
                  "LM-JS-BBC4851",
                  "LM-JS-BDEC30",
                  "LM-JS-BM8",
                  "LM-JS-BMC30",
                  "LM-JS-CM3",
                  "LM-JS-DSBC36",
                  "LM-JS-DWP3",
                  "LM-JS-ERC2430",
                  "LM-JS-ERC2436",
                  "LM-JS-FBM8",
                  "LM-JS-FSB30",
                  "LM-JS-FSB36",
                  "LM-JS-ICM8",
                  "LM-JS-LRM8",
                  "LM-JS-LS33",
                  "LM-JS-LS36",
                  "LM-JS-OC3384",
                  "LM-JS-OC3390",
                  "LM-JS-OC3396",
                  "LM-JS-OCM8",
                  "LM-JS-PAN1/4",
                  "LM-JS-QRM8",
                  "LM-JS-REP4896",
                  "LM-JS-REP96",
                  "LM-JS-RT18",
                  "LM-JS-RT24",
                  "LM-JS-SB24",
                  "LM-JS-SB27",
                  "LM-JS-SB30",
                  "LM-JS-SB33",
                  "LM-JS-SB36",
                  "LM-JS-SD",
                  "LM-JS-SM8",
                  "LM-JS-TF396",
                  "LM-JS-TF696",
                  "LM-JS-TK8",
                  "LM-JS-TUK",
                  "LM-JS-VAL72",
                  "LM-JS-W0930",
                  "LM-JS-W0936",
                  "LM-JS-W0942",
                  "LM-JS-W1230",
                  "LM-JS-W1236",
                  "LM-JS-W1242",
                  "LM-JS-W1530",
                  "LM-JS-W1536",
                  "LM-JS-W1542",
                  "LM-JS-W1830",
                  "LM-JS-W1836",
                  "LM-JS-W1842",
                  "LM-JS-W2130",
                  "LM-JS-W2136",
                  "LM-JS-W2142",
                  "LM-JS-W2430",
                  "LM-JS-W2436",
                  "LM-JS-W2442",
                  "LM-JS-W2730",
                  "LM-JS-W2736",
                  "LM-JS-W2742",
                  "LM-JS-W3012",
                  "LM-JS-W3015",
                  "LM-JS-W3018",
                  "LM-JS-W3024",
                  "LM-JS-W3030",
                  "LM-JS-W3036",
                  "LM-JS-W3042",
                  "LM-JS-W3312",
                  "LM-JS-W331224",
                  "LM-JS-W3315",
                  "LM-JS-W3318",
                  "LM-JS-W331824",
                  "LM-JS-W3330",
                  "LM-JS-W3336",
                  "LM-JS-W3342",
                  "LM-JS-W3612",
                  "LM-JS-W361224",
                  "LM-JS-W3618",
                  "LM-JS-W361824",
                  "LM-JS-W3624",
                  "LM-JS-W362424",
                  "LM-JS-W3630",
                  "LM-JS-W3636",
                  "LM-JS-W3642",
                  "LM-JS-WBC30-3330",
                  "LM-JS-WBC30-3336",
                  "LM-JS-WBC30-3342",
                  "LM-JS-WDC2430",
                  "LM-JS-WDC2436",
                  "LM-JS-WDC2442",
                  "LM-JS-WDEC30",
                  "LM-JS-WDEC36",
                  "LM-JS-WDEC42",
                  "LM-JS-WF330",
                  "LM-JS-WF342",
                  "LM-JS-WF642",
                  "LM-JS-WP182484",
                  "LM-JS-WP182490",
                  "LM-JS-WP182496",
                  "LM-JS-WP242484",
                  "LM-JS-WP242490",
                  "LM-JS-WP242496",
                  "LM-JS-WR3015",
                  "LM-JS-WR30GH",
                  "LMJSERC2442L",
                  "LPE-B12",
                  "LPE-B15",
                  "LPE-B18",
                  "LPE-B21",
                  "LPE-B24",
                  "LPE-B27",
                  "LPE-B30",
                  "LPE-B33",
                  "LPE-B36",
                  "LPE-B9",
                  "LPE-BEP3PL",
                  "LPE-BS",
                  "LPE-BTS 4 1/2",
                  "LPE-CB36",
                  "LPE-CM",
                  "LPE-CW3030",
                  "LPE-CW3036",
                  "LPE-CW3042",
                  "LPE-DBTB18",
                  "LPE-DCSB36",
                  "LPE-DCW2430",
                  "LPE-DCW2442",
                  "LPE-DRB30",
                  "LPE-F330",
                  "LPE-F342",
                  "LPE-FBP4836",
                  "LPE-FBP9648",
                  "LPE-O3084",
                  "LPE-O3090",
                  "LPE-O3096",
                  "LPE-REP2484PL",
                  "LPE-REP2496PL",
                  "LPE-S3/4",
                  "LPE-SB30",
                  "LPE-SB33",
                  "LPE-SB36",
                  "LPE-SB60",
                  "LPE-SBC36/SLS",
                  "LPE-SK1824",
                  "LPE-SK2424",
                  "LPE-TDB15",
                  "LPE-TDB18",
                  "LPE-TDB24",
                  "LPE-TUKE",
                  "LPE-U182484",
                  "LPE-U182496",
                  "LPE-U242484",
                  "LPE-U242496",
                  "LPE-UF384",
                  "LPE-UF396",
                  "LPE-US96",
                  "LPE-USK18",
                  "LPE-USK24",
                  "LPE-V48",
                  "LPE-W1230",
                  "LPE-W1236",
                  "LPE-W1242",
                  "LPE-W1530",
                  "LPE-W1536",
                  "LPE-W1542",
                  "LPE-W1830",
                  "LPE-W1836",
                  "LPE-W1842",
                  "LPE-W2130",
                  "LPE-W2136",
                  "LPE-W2142",
                  "LPE-W2430",
                  "LPE-W2436",
                  "LPE-W2442",
                  "LPE-W2730",
                  "LPE-W2736",
                  "LPE-W2742",
                  "LPE-W3012",
                  "LPE-W3015",
                  "LPE-W3018",
                  "LPE-W3024",
                  "LPE-W3030",
                  "LPE-W3036",
                  "LPE-W3042",
                  "LPE-W3315",
                  "LPE-W3330",
                  "LPE-W3336",
                  "LPE-W3342",
                  "LPE-W3612",
                  "LPE-W3615",
                  "LPE-W3624",
                  "LPE-W362424",
                  "LPE-W3630",
                  "LPE-W3636",
                  "LPE-W3642",
                  "LPE-W930",
                  "LPE-W936",
                  "LPE-W942",
                  "LPE-WR1830",
                  "LPE-WS42",
                  "MBRO-B12",
                  "MBRO-B15",
                  "MBRO-B18",
                  "MBRO-B21",
                  "MBRO-B24",
                  "MBRO-B27",
                  "MBRO-B30",
                  "MBRO-B33",
                  "MBRO-B36",
                  "MBRO-B39",
                  "MBRO-BBC36/39L/R",
                  "MBRO-BBC39/42L/R",
                  "MBRO-BBC45/48FHL/R",
                  "MBRO-BBC45/48FHL/R-MC",
                  "MBRO-BBC45/48L/R",
                  "MBRO-BCOR33L/R",
                  "MBRO-BCOR36L/R",
                  "MBRO-BEC1224L",
                  "MBRO-BEC1224R",
                  "MBRO-BF3",
                  "MBRO-BF6",
                  "MBRO-BH09",
                  "MBRO-BH12",
                  "MBRO-BH15",
                  "MBRO-BH18",
                  "MBRO-BH21",
                  "MBRO-BH24",
                  "MBRO-BH27",
                  "MBRO-BH30",
                  "MBRO-BH33",
                  "MBRO-BH36",
                  "MBRO-BH39",
                  "MBRO-BM8",
                  "MBRO-BMC24"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "HPW-FS60",
                "HPW-GALLON OF PAINT",
                "HPW-GD-W1215",
                "HPW-GD-W1515",
                "HPW-GD-W1530",
                "HPW-GD-W1536",
                "HPW-GD-W1542",
                "HPW-GD-W1815",
                "HPW-GD-W1830",
                "HPW-GD-W1836",
                "HPW-GD-W1842",
                "HPW-GD-W2115",
                "HPW-GD-W2415",
                "HPW-GD-W2715",
                "HPW-GD-W3015",
                "HPW-GD-W3030",
                "HPW-GD-W3036",
                "HPW-GD-W3042",
                "HPW-GD-W3315",
                "HPW-GD-W3615",
                "HPW-GD-W3630",
                "HPW-GD-W3636",
                "HPW-GD-W3642",
                "HPW-GD-WCOR2415",
                "HPW-GD-WDC2430",
                "HPW-GD-WDC2436",
                "HPW-GD-WDC2442",
                "HPW-GDW1215",
                "HPW-GDW1515",
                "HPW-GDW1530",
                "HPW-GDW1536",
                "HPW-GDW1542",
                "HPW-GDW1815",
                "HPW-GDW1830",
                "HPW-GDW1836",
                "HPW-GDW1842",
                "HPW-GDW2115",
                "HPW-GDW2415",
                "HPW-GDW2715",
                "HPW-GDW3015",
                "HPW-GDW3030",
                "HPW-GDW3036",
                "HPW-GDW3042",
                "HPW-GDW3315",
                "HPW-GDW3615",
                "HPW-GDW3630",
                "HPW-GDW3636",
                "HPW-GDW3642",
                "HPW-GDWCOR2415",
                "HPW-GDWDC2430",
                "HPW-GDWDC2436",
                "HPW-GDWDC2442",
                "HPW-LC1884",
                "HPW-LCVM8",
                "HPW-LM8",
                "HPW-LRM8",
                "HPW-M2436",
                "HPW-MBEP",
                "HPW-MC3018",
                "HPW-MPBEP",
                "HPW-MWEP15",
                "HPW-MWEP30",
                "HPW-MWEP36",
                "HPW-MWEP42",
                "HPW-OC3384",
                "HPW-OC3390",
                "HPW-OC3396",
                "HPW-OCM8-1",
                "HPW-PC1884",
                "HPW-PC1890",
                "HPW-PC1896",
                "HPW-PC2484",
                "HPW-PC2490",
                "HPW-PC2496",
                "HPW-PC3084",
                "HPW-PC3090",
                "HPW-PC3096",
                "HPW-PINT OF PAINT",
                "HPW-QUART OF PAINT",
                "HPW-REP120",
                "HPW-REP96",
                "HPW-SB24",
                "HPW-SB27",
                "HPW-SB30",
                "HPW-SB33",
                "HPW-SB36",
                "HPW-SBF30",
                "HPW-SBF36",
                "HPW-SBM8",
                "HPW-SC10",
                "HPW-SD",
                "HPW-SDP34 4X4",
                "HPW-SHM8",
                "HPW-SM8",
                "HPW-SPRAY CAN",
                "HPW-SSPA34 4X4",
                "HPW-TK8",
                "HPW-TKBM8",
                "HPW-TLM8",
                "HPW-TOUCH UP KIT",
                "HPW-V54",
                "HPW-VA2421",
                "HPW-VA3021",
                "HPW-VA3621",
                "HPW-VDB12-3",
                "HPW-VDB15-3",
                "HPW-VDB18-3",
                "HPW-VKD3021",
                "HPW-VSD3021DL",
                "HPW-VSD3021DR",
                "HPW-VSD3621DL",
                "HPW-VSD3621DR",
                "HPW-VSD4821DLR",
                "HPW-VSD6021DLR",
                "HPW-W0930",
                "HPW-W0936",
                "HPW-W0942",
                "HPW-W1230",
                "HPW-W1236",
                "HPW-W1242",
                "HPW-W1530",
                "HPW-W1536",
                "HPW-W1542",
                "HPW-W1830",
                "HPW-W1836",
                "HPW-W1842",
                "HPW-W2130",
                "HPW-W2136",
                "HPW-W2142",
                "HPW-W2412",
                "HPW-W2415",
                "HPW-W2418",
                "HPW-W2424",
                "HPW-W2430",
                "HPW-W2436",
                "HPW-W2442",
                "HPW-W2730",
                "HPW-W2736",
                "HPW-W2742",
                "HPW-W3012",
                "HPW-W301224",
                "HPW-W3015",
                "HPW-W3018",
                "HPW-W301824",
                "HPW-W3024",
                "HPW-W302424",
                "HPW-W3030",
                "HPW-W3036",
                "HPW-W3042",
                "HPW-W331224",
                "HPW-W3315",
                "HPW-W3318",
                "HPW-W3324",
                "HPW-W3330",
                "HPW-W3336",
                "HPW-W3342",
                "HPW-W3612",
                "HPW-W361224",
                "HPW-W3615",
                "HPW-W3618",
                "HPW-W361824",
                "HPW-W3624",
                "HPW-W362424",
                "HPW-W3630",
                "HPW-W3636",
                "HPW-W3642",
                "HPW-W3930",
                "HPW-WBC2730",
                "HPW-WBC2736",
                "HPW-WBC2742",
                "HPW-WCOR2430",
                "HPW-WCOR2436",
                "HPW-WCOR2442",
                "HPW-WDC2430",
                "HPW-WDC2436",
                "HPW-WDC2442",
                "HPW-WECA30",
                "HPW-WECA36",
                "HPW-WECA42",
                "HPW-WHB3624",
                "HPW-WHB3630",
                "HPW-WOC1215",
                "HPW-WOC1515",
                "HPW-WOC1530",
                "HPW-WOC1536",
                "HPW-WOC1542",
                "HPW-WOC1815",
                "HPW-WOC1830",
                "HPW-WOC1836",
                "HPW-WOC1842",
                "HPW-WOC2115",
                "HPW-WOC2415",
                "HPW-WOC2715",
                "HPW-WOC3015",
                "HPW-WOC3030",
                "HPW-WOC3036",
                "HPW-WOC3042",
                "HPW-WOC3315",
                "HPW-WOC3615",
                "HPW-WOC3630",
                "HPW-WOC3636",
                "HPW-WOC3642",
                "HPW-WOCD2430",
                "HPW-WOCD2436",
                "HPW-WOCD2442",
                "HPW-WOCOR2415",
                "HPW-WSC1818",
                "HS-BAR-128BG",
                "HS-BAR-128MB",
                "HS-BAR-128SN",
                "HS-BAR-96BG",
                "HS-BAR-96MB",
                "HS-BAR-96SN",
                "HS-BCS",
                "HS-CDT-B18",
                "HS-CDT-B24",
                "HS-CT-L",
                "HS-CT-S",
                "HS-ML-BASEFH",
                "HS-SP-BF3",
                "HS-SP-BF6",
                "HS-SP-W09",
                "HS-SP-WF330",
                "HS-SP-WF336",
                "HS-SP-WF342",
                "HS-SP-WF636",
                "HS-STL",
                "HS-STS",
                "HS-TD-B09",
                "HS-TR-B15S",
                "HS-TR-B18D",
                "HS-TR-B21D",
                "HS-UT-B09",
                "HS-UT-B12FH",
                "HS-WDC-30PLS",
                "HS-WDC-3642PLS",
                "LLP24W",
                "LLP28W",
                "LLP30W",
                "LLP32W",
                "LLP36W",
                "LM-JS-3DB12",
                "LM-JS-3DB15",
                "LM-JS-3DB18",
                "LM-JS-3DB21",
                "LM-JS-3DB24",
                "LM-JS-3DB30",
                "LM-JS-3DB36",
                "LM-JS-4SK1824.75",
                "LM-JS-4SK2424.75",
                "LM-JS-AB12L",
                "LM-JS-AB12R",
                "LM-JS-AW1230",
                "LM-JS-AW1236",
                "LM-JS-AW1242",
                "LM-JS-B09",
                "LM-JS-B12",
                "LM-JS-B15",
                "LM-JS-B18",
                "LM-JS-B21",
                "LM-JS-B24",
                "LM-JS-B27",
                "LM-JS-B30",
                "LM-JS-B33",
                "LM-JS-B36",
                "LM-JS-BBC3639",
                "LM-JS-BBC4245",
                "LM-JS-BBC4851",
                "LM-JS-BDEC30",
                "LM-JS-BM8",
                "LM-JS-BMC30",
                "LM-JS-CM3",
                "LM-JS-DSBC36",
                "LM-JS-DWP3",
                "LM-JS-ERC2430",
                "LM-JS-ERC2436",
                "LM-JS-FBM8",
                "LM-JS-FSB30",
                "LM-JS-FSB36",
                "LM-JS-ICM8",
                "LM-JS-LRM8",
                "LM-JS-LS33",
                "LM-JS-LS36",
                "LM-JS-OC3384",
                "LM-JS-OC3390",
                "LM-JS-OC3396",
                "LM-JS-OCM8",
                "LM-JS-PAN1/4",
                "LM-JS-QRM8",
                "LM-JS-REP4896",
                "LM-JS-REP96",
                "LM-JS-RT18",
                "LM-JS-RT24",
                "LM-JS-SB24",
                "LM-JS-SB27",
                "LM-JS-SB30",
                "LM-JS-SB33",
                "LM-JS-SB36",
                "LM-JS-SD",
                "LM-JS-SM8",
                "LM-JS-TF396",
                "LM-JS-TF696",
                "LM-JS-TK8",
                "LM-JS-TUK",
                "LM-JS-VAL72",
                "LM-JS-W0930",
                "LM-JS-W0936",
                "LM-JS-W0942",
                "LM-JS-W1230",
                "LM-JS-W1236",
                "LM-JS-W1242",
                "LM-JS-W1530",
                "LM-JS-W1536",
                "LM-JS-W1542",
                "LM-JS-W1830",
                "LM-JS-W1836",
                "LM-JS-W1842",
                "LM-JS-W2130",
                "LM-JS-W2136",
                "LM-JS-W2142",
                "LM-JS-W2430",
                "LM-JS-W2436",
                "LM-JS-W2442",
                "LM-JS-W2730",
                "LM-JS-W2736",
                "LM-JS-W2742",
                "LM-JS-W3012",
                "LM-JS-W3015",
                "LM-JS-W3018",
                "LM-JS-W3024",
                "LM-JS-W3030",
                "LM-JS-W3036",
                "LM-JS-W3042",
                "LM-JS-W3312",
                "LM-JS-W331224",
                "LM-JS-W3315",
                "LM-JS-W3318",
                "LM-JS-W331824",
                "LM-JS-W3330",
                "LM-JS-W3336",
                "LM-JS-W3342",
                "LM-JS-W3612",
                "LM-JS-W361224",
                "LM-JS-W3618",
                "LM-JS-W361824",
                "LM-JS-W3624",
                "LM-JS-W362424",
                "LM-JS-W3630",
                "LM-JS-W3636",
                "LM-JS-W3642",
                "LM-JS-WBC30-3330",
                "LM-JS-WBC30-3336",
                "LM-JS-WBC30-3342",
                "LM-JS-WDC2430",
                "LM-JS-WDC2436",
                "LM-JS-WDC2442",
                "LM-JS-WDEC30",
                "LM-JS-WDEC36",
                "LM-JS-WDEC42",
                "LM-JS-WF330",
                "LM-JS-WF342",
                "LM-JS-WF642",
                "LM-JS-WP182484",
                "LM-JS-WP182490",
                "LM-JS-WP182496",
                "LM-JS-WP242484",
                "LM-JS-WP242490",
                "LM-JS-WP242496",
                "LM-JS-WR3015",
                "LM-JS-WR30GH",
                "LMJSERC2442L",
                "LPE-B12",
                "LPE-B15",
                "LPE-B18",
                "LPE-B21",
                "LPE-B24",
                "LPE-B27",
                "LPE-B30",
                "LPE-B33",
                "LPE-B36",
                "LPE-B9",
                "LPE-BEP3PL",
                "LPE-BS",
                "LPE-BTS 4 1/2",
                "LPE-CB36",
                "LPE-CM",
                "LPE-CW3030",
                "LPE-CW3036",
                "LPE-CW3042",
                "LPE-DBTB18",
                "LPE-DCSB36",
                "LPE-DCW2430",
                "LPE-DCW2442",
                "LPE-DRB30",
                "LPE-F330",
                "LPE-F342",
                "LPE-FBP4836",
                "LPE-FBP9648",
                "LPE-O3084",
                "LPE-O3090",
                "LPE-O3096",
                "LPE-REP2484PL",
                "LPE-REP2496PL",
                "LPE-S3/4",
                "LPE-SB30",
                "LPE-SB33",
                "LPE-SB36",
                "LPE-SB60",
                "LPE-SBC36/SLS",
                "LPE-SK1824",
                "LPE-SK2424",
                "LPE-TDB15",
                "LPE-TDB18",
                "LPE-TDB24",
                "LPE-TUKE",
                "LPE-U182484",
                "LPE-U182496",
                "LPE-U242484",
                "LPE-U242496",
                "LPE-UF384",
                "LPE-UF396",
                "LPE-US96",
                "LPE-USK18",
                "LPE-USK24",
                "LPE-V48",
                "LPE-W1230",
                "LPE-W1236",
                "LPE-W1242",
                "LPE-W1530",
                "LPE-W1536",
                "LPE-W1542",
                "LPE-W1830",
                "LPE-W1836",
                "LPE-W1842",
                "LPE-W2130",
                "LPE-W2136",
                "LPE-W2142",
                "LPE-W2430",
                "LPE-W2436",
                "LPE-W2442",
                "LPE-W2730",
                "LPE-W2736",
                "LPE-W2742",
                "LPE-W3012",
                "LPE-W3015",
                "LPE-W3018",
                "LPE-W3024",
                "LPE-W3030",
                "LPE-W3036",
                "LPE-W3042",
                "LPE-W3315",
                "LPE-W3330",
                "LPE-W3336",
                "LPE-W3342",
                "LPE-W3612",
                "LPE-W3615",
                "LPE-W3624",
                "LPE-W362424",
                "LPE-W3630",
                "LPE-W3636",
                "LPE-W3642",
                "LPE-W930",
                "LPE-W936",
                "LPE-W942",
                "LPE-WR1830",
                "LPE-WS42",
                "MBRO-B12",
                "MBRO-B15",
                "MBRO-B18",
                "MBRO-B21",
                "MBRO-B24",
                "MBRO-B27",
                "MBRO-B30",
                "MBRO-B33",
                "MBRO-B36",
                "MBRO-B39",
                "MBRO-BBC36/39L/R",
                "MBRO-BBC39/42L/R",
                "MBRO-BBC45/48FHL/R",
                "MBRO-BBC45/48FHL/R-MC",
                "MBRO-BBC45/48L/R",
                "MBRO-BCOR33L/R",
                "MBRO-BCOR36L/R",
                "MBRO-BEC1224L",
                "MBRO-BEC1224R",
                "MBRO-BF3",
                "MBRO-BF6",
                "MBRO-BH09",
                "MBRO-BH12",
                "MBRO-BH15",
                "MBRO-BH18",
                "MBRO-BH21",
                "MBRO-BH24",
                "MBRO-BH27",
                "MBRO-BH30",
                "MBRO-BH33",
                "MBRO-BH36",
                "MBRO-BH39",
                "MBRO-BM8",
                "MBRO-BMC24"
              ],
              "status": "done",
              "job_id": 1238,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 3082.2
            }
          ],
          "dry_run": false
        },
        {
          "batch": 9,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1716,
              "label": "push-channel-sample-magento-products-20260806-063203",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "MBRO-BMC30",
                  "MBRO-BPP09",
                  "MBRO-BWB18",
                  "MBRO-CLEARANCE KIT",
                  "MBRO-CLEARANCE KIT TALL",
                  "MBRO-CSB36",
                  "MBRO-CSB36-FP",
                  "MBRO-CVM8",
                  "MBRO-DB12-3",
                  "MBRO-DB15-3",
                  "MBRO-DB18-3",
                  "MBRO-DB21-3",
                  "MBRO-DB24-3",
                  "MBRO-DB27-3",
                  "MBRO-DB30-2",
                  "MBRO-DB30-3",
                  "MBRO-DB33-3",
                  "MBRO-DB36-3",
                  "MBRO-DWR3L/R",
                  "MBRO-EZR33",
                  "MBRO-EZR36",
                  "MBRO-F330",
                  "MBRO-F336",
                  "MBRO-F342",
                  "MBRO-F396",
                  "MBRO-F630",
                  "MBRO-F642",
                  "MBRO-F696",
                  "MBRO-FPP9648 1/4",
                  "MBRO-FPP9648 3/4",
                  "MBRO-FPP9648GL 1/4",
                  "MBRO-FPPB9648 1/2",
                  "MBRO-FS24",
                  "MBRO-FS30",
                  "MBRO-FS36",
                  "MBRO-FS60",
                  "MBRO-GD-W1215",
                  "MBRO-GD-W1515",
                  "MBRO-GD-W1530",
                  "MBRO-GD-W1536",
                  "MBRO-GD-W1542",
                  "MBRO-GD-W1815",
                  "MBRO-GD-W1830",
                  "MBRO-GD-W1836",
                  "MBRO-GD-W1842",
                  "MBRO-GD-W2115",
                  "MBRO-GD-W2415",
                  "MBRO-GD-W2715",
                  "MBRO-GD-W3015",
                  "MBRO-GD-W3030",
                  "MBRO-GD-W3036",
                  "MBRO-GD-W3042",
                  "MBRO-GD-W3315",
                  "MBRO-GD-W3615",
                  "MBRO-GD-W3630",
                  "MBRO-GD-W3636",
                  "MBRO-GD-W3642",
                  "MBRO-GD-WCOR2415",
                  "MBRO-GD-WDC2430",
                  "MBRO-GD-WDC2436",
                  "MBRO-GD-WDC2442",
                  "MBRO-GDW1215",
                  "MBRO-GDW1515",
                  "MBRO-GDW1530",
                  "MBRO-GDW1536",
                  "MBRO-GDW1542",
                  "MBRO-GDW1815",
                  "MBRO-GDW1830",
                  "MBRO-GDW1836",
                  "MBRO-GDW1842",
                  "MBRO-GDW2115",
                  "MBRO-GDW2415",
                  "MBRO-GDW2715",
                  "MBRO-GDW3015",
                  "MBRO-GDW3030",
                  "MBRO-GDW3036",
                  "MBRO-GDW3042",
                  "MBRO-GDW3315",
                  "MBRO-GDW3615",
                  "MBRO-GDW3630",
                  "MBRO-GDW3636",
                  "MBRO-GDW3642",
                  "MBRO-GDWCOR2415",
                  "MBRO-GDWDC2430",
                  "MBRO-GDWDC2436",
                  "MBRO-GDWDC2442",
                  "MBRO-LC1884",
                  "MBRO-LCVM8",
                  "MBRO-LM8",
                  "MBRO-LRM8",
                  "MBRO-M2436",
                  "MBRO-MBEP",
                  "MBRO-MC3018",
                  "MBRO-MPBEP",
                  "MBRO-MWEP15",
                  "MBRO-MWEP30",
                  "MBRO-MWEP36",
                  "MBRO-MWEP42",
                  "MBRO-OC3384",
                  "MBRO-OC3390",
                  "MBRO-OC3396",
                  "MBRO-OCM8-1",
                  "MBRO-PC1884",
                  "MBRO-PC1890",
                  "MBRO-PC1896",
                  "MBRO-PC2484",
                  "MBRO-PC2490",
                  "MBRO-PC2496",
                  "MBRO-PC3084",
                  "MBRO-PC3090",
                  "MBRO-PC3096",
                  "MBRO-REP120",
                  "MBRO-REP96",
                  "MBRO-SB24",
                  "MBRO-SB27",
                  "MBRO-SB30",
                  "MBRO-SB33",
                  "MBRO-SB36",
                  "MBRO-SBF30",
                  "MBRO-SBF36",
                  "MBRO-SBM8",
                  "MBRO-SC10",
                  "MBRO-SD",
                  "MBRO-SDP34 4X4",
                  "MBRO-SHM8",
                  "MBRO-SM8",
                  "MBRO-SSPA34 4X4",
                  "MBRO-TK8",
                  "MBRO-TKBM8",
                  "MBRO-TOUCH UP KIT",
                  "MBRO-V54",
                  "MBRO-VA2421",
                  "MBRO-VA3021",
                  "MBRO-VA3621",
                  "MBRO-VDB12-3",
                  "MBRO-VDB15-3",
                  "MBRO-VDB18-3",
                  "MBRO-VKD3021",
                  "MBRO-VSD3021DL",
                  "MBRO-VSD3021DR",
                  "MBRO-VSD3621DL",
                  "MBRO-VSD3621DR",
                  "MBRO-VSD4821DLR",
                  "MBRO-VSD6021DLR",
                  "MBRO-W0930",
                  "MBRO-W0936",
                  "MBRO-W0942",
                  "MBRO-W1230",
                  "MBRO-W1236",
                  "MBRO-W1242",
                  "MBRO-W1530",
                  "MBRO-W1536",
                  "MBRO-W1542",
                  "MBRO-W1830",
                  "MBRO-W1836",
                  "MBRO-W1842",
                  "MBRO-W2130",
                  "MBRO-W2136",
                  "MBRO-W2142",
                  "MBRO-W2412",
                  "MBRO-W2415",
                  "MBRO-W2418",
                  "MBRO-W2424",
                  "MBRO-W2430",
                  "MBRO-W2436",
                  "MBRO-W2442",
                  "MBRO-W2730",
                  "MBRO-W2736",
                  "MBRO-W2742",
                  "MBRO-W3012",
                  "MBRO-W301224",
                  "MBRO-W3015",
                  "MBRO-W3018",
                  "MBRO-W301824",
                  "MBRO-W3024",
                  "MBRO-W302424",
                  "MBRO-W3030",
                  "MBRO-W3036",
                  "MBRO-W3042",
                  "MBRO-W331224",
                  "MBRO-W3315",
                  "MBRO-W3318",
                  "MBRO-W3324",
                  "MBRO-W3330",
                  "MBRO-W3336",
                  "MBRO-W3342",
                  "MBRO-W3612",
                  "MBRO-W361224",
                  "MBRO-W3615",
                  "MBRO-W3618",
                  "MBRO-W361824",
                  "MBRO-W3624",
                  "MBRO-W362424",
                  "MBRO-W3630",
                  "MBRO-W3636",
                  "MBRO-W3642",
                  "MBRO-W3930",
                  "MBRO-WBC2730",
                  "MBRO-WBC2736",
                  "MBRO-WBC2742",
                  "MBRO-WCOR2430",
                  "MBRO-WCOR2436",
                  "MBRO-WCOR2442",
                  "MBRO-WDC2430",
                  "MBRO-WDC2436",
                  "MBRO-WDC2442",
                  "MBRO-WECA30",
                  "MBRO-WECA36",
                  "MBRO-WECA42",
                  "MBRO-WHB3624",
                  "MBRO-WHB3630",
                  "MBRO-WOC1215",
                  "MBRO-WOC1515",
                  "MBRO-WOC1530",
                  "MBRO-WOC1536",
                  "MBRO-WOC1542",
                  "MBRO-WOC1815",
                  "MBRO-WOC1830",
                  "MBRO-WOC1836",
                  "MBRO-WOC1842",
                  "MBRO-WOC2115",
                  "MBRO-WOC2415",
                  "MBRO-WOC2715",
                  "MBRO-WOC3015",
                  "MBRO-WOC3030",
                  "MBRO-WOC3036",
                  "MBRO-WOC3042",
                  "MBRO-WOC3315",
                  "MBRO-WOC3615",
                  "MBRO-WOC3630",
                  "MBRO-WOC3636",
                  "MBRO-WOC3642",
                  "MBRO-WOCD2430",
                  "MBRO-WOCD2436",
                  "MBRO-WOCD2442",
                  "MBRO-WOCOR2415",
                  "MBRO-WSC1818",
                  "MNRO-B12",
                  "MNRO-B15",
                  "MNRO-B18",
                  "MNRO-B21",
                  "MNRO-B24",
                  "MNRO-B27",
                  "MNRO-B30",
                  "MNRO-B33",
                  "MNRO-B36",
                  "MNRO-B39",
                  "MNRO-BBC36/39L/R",
                  "MNRO-BBC39/42L/R",
                  "MNRO-BBC45/48FHL/R",
                  "MNRO-BBC45/48FHL/R-MC",
                  "MNRO-BBC45/48L/R",
                  "MNRO-BCOR33L/R",
                  "MNRO-BCOR36L/R",
                  "MNRO-BEC1224L",
                  "MNRO-BEC1224R",
                  "MNRO-BF3",
                  "MNRO-BF6",
                  "MNRO-BH09",
                  "MNRO-BH12",
                  "MNRO-BH15",
                  "MNRO-BH18",
                  "MNRO-BH21",
                  "MNRO-BH24",
                  "MNRO-BH27",
                  "MNRO-BH30",
                  "MNRO-BH33",
                  "MNRO-BH36",
                  "MNRO-BH39",
                  "MNRO-BM8",
                  "MNRO-BMC24",
                  "MNRO-BMC30",
                  "MNRO-BPP09",
                  "MNRO-BWB18",
                  "MNRO-CLEARANCE KIT",
                  "MNRO-CLEARANCE KIT TALL",
                  "MNRO-CSB36",
                  "MNRO-CSB36-FP",
                  "MNRO-CVM8",
                  "MNRO-DB12-3",
                  "MNRO-DB15-3",
                  "MNRO-DB18-3",
                  "MNRO-DB21-3",
                  "MNRO-DB24-3",
                  "MNRO-DB27-3",
                  "MNRO-DB30-2",
                  "MNRO-DB30-3",
                  "MNRO-DB33-3",
                  "MNRO-DB36-3",
                  "MNRO-DWR3L/R",
                  "MNRO-EZR33",
                  "MNRO-EZR36",
                  "MNRO-F330",
                  "MNRO-F336",
                  "MNRO-F342",
                  "MNRO-F396",
                  "MNRO-F630",
                  "MNRO-F642",
                  "MNRO-F696",
                  "MNRO-FPP9648 1/4",
                  "MNRO-FPP9648 3/4",
                  "MNRO-FPP9648GL 1/4",
                  "MNRO-FPPB9648 1/2",
                  "MNRO-FS24",
                  "MNRO-FS30",
                  "MNRO-FS36",
                  "MNRO-FS60",
                  "MNRO-GD-W1215",
                  "MNRO-GD-W1515",
                  "MNRO-GD-W1530",
                  "MNRO-GD-W1536",
                  "MNRO-GD-W1542",
                  "MNRO-GD-W1815",
                  "MNRO-GD-W1830",
                  "MNRO-GD-W1836",
                  "MNRO-GD-W1842",
                  "MNRO-GD-W2115",
                  "MNRO-GD-W2415",
                  "MNRO-GD-W2715",
                  "MNRO-GD-W3015",
                  "MNRO-GD-W3030",
                  "MNRO-GD-W3036",
                  "MNRO-GD-W3042",
                  "MNRO-GD-W3315",
                  "MNRO-GD-W3615",
                  "MNRO-GD-W3630",
                  "MNRO-GD-W3636",
                  "MNRO-GD-W3642",
                  "MNRO-GD-WCOR2415",
                  "MNRO-GD-WDC2430",
                  "MNRO-GD-WDC2436",
                  "MNRO-GD-WDC2442",
                  "MNRO-GDW1215",
                  "MNRO-GDW1515",
                  "MNRO-GDW1530",
                  "MNRO-GDW1536",
                  "MNRO-GDW1542",
                  "MNRO-GDW1815",
                  "MNRO-GDW1830",
                  "MNRO-GDW1836",
                  "MNRO-GDW1842",
                  "MNRO-GDW2115",
                  "MNRO-GDW2415",
                  "MNRO-GDW2715",
                  "MNRO-GDW3015",
                  "MNRO-GDW3030",
                  "MNRO-GDW3036",
                  "MNRO-GDW3042",
                  "MNRO-GDW3315",
                  "MNRO-GDW3615",
                  "MNRO-GDW3630",
                  "MNRO-GDW3636",
                  "MNRO-GDW3642",
                  "MNRO-GDWCOR2415",
                  "MNRO-GDWDC2430",
                  "MNRO-GDWDC2436",
                  "MNRO-GDWDC2442",
                  "MNRO-LC1884",
                  "MNRO-LCVM8",
                  "MNRO-LM8",
                  "MNRO-LRM8",
                  "MNRO-M2436",
                  "MNRO-MBEP",
                  "MNRO-MC3018",
                  "MNRO-MPBEP",
                  "MNRO-MWEP15",
                  "MNRO-MWEP30",
                  "MNRO-MWEP36",
                  "MNRO-MWEP42",
                  "MNRO-OC3384",
                  "MNRO-OC3390",
                  "MNRO-OC3396",
                  "MNRO-OCM8-1",
                  "MNRO-PC1884",
                  "MNRO-PC1890",
                  "MNRO-PC1896",
                  "MNRO-PC2484",
                  "MNRO-PC2490",
                  "MNRO-PC2496",
                  "MNRO-PC3084",
                  "MNRO-PC3090",
                  "MNRO-PC3096",
                  "MNRO-REP120",
                  "MNRO-REP96",
                  "MNRO-SB24",
                  "MNRO-SB27",
                  "MNRO-SB30",
                  "MNRO-SB33",
                  "MNRO-SB36",
                  "MNRO-SBF30",
                  "MNRO-SBF36",
                  "MNRO-SBM8",
                  "MNRO-SC10",
                  "MNRO-SD",
                  "MNRO-SDP34 4X4",
                  "MNRO-SHM8",
                  "MNRO-SK12",
                  "MNRO-SK15",
                  "MNRO-SK18",
                  "MNRO-SK24",
                  "MNRO-SK30",
                  "MNRO-SK36",
                  "MNRO-SK42",
                  "MNRO-SKB",
                  "MNRO-SM8",
                  "MNRO-SSPA34 4X4",
                  "MNRO-TK8",
                  "MNRO-TKBM8",
                  "MNRO-TOUCH UP KIT",
                  "MNRO-V54",
                  "MNRO-VA2421",
                  "MNRO-VA3021",
                  "MNRO-VA3621",
                  "MNRO-VDB12-3",
                  "MNRO-VDB15-3",
                  "MNRO-VDB18-3",
                  "MNRO-VKD3021",
                  "MNRO-VSD3021DL",
                  "MNRO-VSD3021DR",
                  "MNRO-VSD3621DL",
                  "MNRO-VSD3621DR",
                  "MNRO-VSD4821DLR",
                  "MNRO-VSD6021DLR",
                  "MNRO-W0930",
                  "MNRO-W0936",
                  "MNRO-W0942",
                  "MNRO-W1230",
                  "MNRO-W1236",
                  "MNRO-W1242",
                  "MNRO-W1530",
                  "MNRO-W1536",
                  "MNRO-W1542",
                  "MNRO-W1830",
                  "MNRO-W1836",
                  "MNRO-W1842",
                  "MNRO-W2130",
                  "MNRO-W2136",
                  "MNRO-W2142",
                  "MNRO-W2412",
                  "MNRO-W2415",
                  "MNRO-W2418",
                  "MNRO-W2424",
                  "MNRO-W2430",
                  "MNRO-W2436",
                  "MNRO-W2442",
                  "MNRO-W2730",
                  "MNRO-W2736",
                  "MNRO-W2742",
                  "MNRO-W3012",
                  "MNRO-W301224",
                  "MNRO-W3015",
                  "MNRO-W3018",
                  "MNRO-W301824",
                  "MNRO-W3024",
                  "MNRO-W302424",
                  "MNRO-W3030",
                  "MNRO-W3036",
                  "MNRO-W3042",
                  "MNRO-W331224",
                  "MNRO-W3315",
                  "MNRO-W3318",
                  "MNRO-W3324",
                  "MNRO-W3330",
                  "MNRO-W3336",
                  "MNRO-W3342",
                  "MNRO-W3612",
                  "MNRO-W361224",
                  "MNRO-W3615",
                  "MNRO-W3618",
                  "MNRO-W361824",
                  "MNRO-W3624",
                  "MNRO-W362424",
                  "MNRO-W3630",
                  "MNRO-W3636",
                  "MNRO-W3642",
                  "MNRO-W3930",
                  "MNRO-WBC2730",
                  "MNRO-WBC2736",
                  "MNRO-WBC2742",
                  "MNRO-WCOR2430",
                  "MNRO-WCOR2436",
                  "MNRO-WCOR2442",
                  "MNRO-WDC2430",
                  "MNRO-WDC2436",
                  "MNRO-WDC2442",
                  "MNRO-WECA30",
                  "MNRO-WECA36",
                  "MNRO-WECA42",
                  "MNRO-WHB3624",
                  "MNRO-WHB3630",
                  "MNRO-WOC1215",
                  "MNRO-WOC1515",
                  "MNRO-WOC1530",
                  "MNRO-WOC1536",
                  "MNRO-WOC1542",
                  "MNRO-WOC1815",
                  "MNRO-WOC1830",
                  "MNRO-WOC1836",
                  "MNRO-WOC1842",
                  "MNRO-WOC2115"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "MBRO-BMC30",
                "MBRO-BPP09",
                "MBRO-BWB18",
                "MBRO-CLEARANCE KIT",
                "MBRO-CLEARANCE KIT TALL",
                "MBRO-CSB36",
                "MBRO-CSB36-FP",
                "MBRO-CVM8",
                "MBRO-DB12-3",
                "MBRO-DB15-3",
                "MBRO-DB18-3",
                "MBRO-DB21-3",
                "MBRO-DB24-3",
                "MBRO-DB27-3",
                "MBRO-DB30-2",
                "MBRO-DB30-3",
                "MBRO-DB33-3",
                "MBRO-DB36-3",
                "MBRO-DWR3L/R",
                "MBRO-EZR33",
                "MBRO-EZR36",
                "MBRO-F330",
                "MBRO-F336",
                "MBRO-F342",
                "MBRO-F396",
                "MBRO-F630",
                "MBRO-F642",
                "MBRO-F696",
                "MBRO-FPP9648 1/4",
                "MBRO-FPP9648 3/4",
                "MBRO-FPP9648GL 1/4",
                "MBRO-FPPB9648 1/2",
                "MBRO-FS24",
                "MBRO-FS30",
                "MBRO-FS36",
                "MBRO-FS60",
                "MBRO-GD-W1215",
                "MBRO-GD-W1515",
                "MBRO-GD-W1530",
                "MBRO-GD-W1536",
                "MBRO-GD-W1542",
                "MBRO-GD-W1815",
                "MBRO-GD-W1830",
                "MBRO-GD-W1836",
                "MBRO-GD-W1842",
                "MBRO-GD-W2115",
                "MBRO-GD-W2415",
                "MBRO-GD-W2715",
                "MBRO-GD-W3015",
                "MBRO-GD-W3030",
                "MBRO-GD-W3036",
                "MBRO-GD-W3042",
                "MBRO-GD-W3315",
                "MBRO-GD-W3615",
                "MBRO-GD-W3630",
                "MBRO-GD-W3636",
                "MBRO-GD-W3642",
                "MBRO-GD-WCOR2415",
                "MBRO-GD-WDC2430",
                "MBRO-GD-WDC2436",
                "MBRO-GD-WDC2442",
                "MBRO-GDW1215",
                "MBRO-GDW1515",
                "MBRO-GDW1530",
                "MBRO-GDW1536",
                "MBRO-GDW1542",
                "MBRO-GDW1815",
                "MBRO-GDW1830",
                "MBRO-GDW1836",
                "MBRO-GDW1842",
                "MBRO-GDW2115",
                "MBRO-GDW2415",
                "MBRO-GDW2715",
                "MBRO-GDW3015",
                "MBRO-GDW3030",
                "MBRO-GDW3036",
                "MBRO-GDW3042",
                "MBRO-GDW3315",
                "MBRO-GDW3615",
                "MBRO-GDW3630",
                "MBRO-GDW3636",
                "MBRO-GDW3642",
                "MBRO-GDWCOR2415",
                "MBRO-GDWDC2430",
                "MBRO-GDWDC2436",
                "MBRO-GDWDC2442",
                "MBRO-LC1884",
                "MBRO-LCVM8",
                "MBRO-LM8",
                "MBRO-LRM8",
                "MBRO-M2436",
                "MBRO-MBEP",
                "MBRO-MC3018",
                "MBRO-MPBEP",
                "MBRO-MWEP15",
                "MBRO-MWEP30",
                "MBRO-MWEP36",
                "MBRO-MWEP42",
                "MBRO-OC3384",
                "MBRO-OC3390",
                "MBRO-OC3396",
                "MBRO-OCM8-1",
                "MBRO-PC1884",
                "MBRO-PC1890",
                "MBRO-PC1896",
                "MBRO-PC2484",
                "MBRO-PC2490",
                "MBRO-PC2496",
                "MBRO-PC3084",
                "MBRO-PC3090",
                "MBRO-PC3096",
                "MBRO-REP120",
                "MBRO-REP96",
                "MBRO-SB24",
                "MBRO-SB27",
                "MBRO-SB30",
                "MBRO-SB33",
                "MBRO-SB36",
                "MBRO-SBF30",
                "MBRO-SBF36",
                "MBRO-SBM8",
                "MBRO-SC10",
                "MBRO-SD",
                "MBRO-SDP34 4X4",
                "MBRO-SHM8",
                "MBRO-SM8",
                "MBRO-SSPA34 4X4",
                "MBRO-TK8",
                "MBRO-TKBM8",
                "MBRO-TOUCH UP KIT",
                "MBRO-V54",
                "MBRO-VA2421",
                "MBRO-VA3021",
                "MBRO-VA3621",
                "MBRO-VDB12-3",
                "MBRO-VDB15-3",
                "MBRO-VDB18-3",
                "MBRO-VKD3021",
                "MBRO-VSD3021DL",
                "MBRO-VSD3021DR",
                "MBRO-VSD3621DL",
                "MBRO-VSD3621DR",
                "MBRO-VSD4821DLR",
                "MBRO-VSD6021DLR",
                "MBRO-W0930",
                "MBRO-W0936",
                "MBRO-W0942",
                "MBRO-W1230",
                "MBRO-W1236",
                "MBRO-W1242",
                "MBRO-W1530",
                "MBRO-W1536",
                "MBRO-W1542",
                "MBRO-W1830",
                "MBRO-W1836",
                "MBRO-W1842",
                "MBRO-W2130",
                "MBRO-W2136",
                "MBRO-W2142",
                "MBRO-W2412",
                "MBRO-W2415",
                "MBRO-W2418",
                "MBRO-W2424",
                "MBRO-W2430",
                "MBRO-W2436",
                "MBRO-W2442",
                "MBRO-W2730",
                "MBRO-W2736",
                "MBRO-W2742",
                "MBRO-W3012",
                "MBRO-W301224",
                "MBRO-W3015",
                "MBRO-W3018",
                "MBRO-W301824",
                "MBRO-W3024",
                "MBRO-W302424",
                "MBRO-W3030",
                "MBRO-W3036",
                "MBRO-W3042",
                "MBRO-W331224",
                "MBRO-W3315",
                "MBRO-W3318",
                "MBRO-W3324",
                "MBRO-W3330",
                "MBRO-W3336",
                "MBRO-W3342",
                "MBRO-W3612",
                "MBRO-W361224",
                "MBRO-W3615",
                "MBRO-W3618",
                "MBRO-W361824",
                "MBRO-W3624",
                "MBRO-W362424",
                "MBRO-W3630",
                "MBRO-W3636",
                "MBRO-W3642",
                "MBRO-W3930",
                "MBRO-WBC2730",
                "MBRO-WBC2736",
                "MBRO-WBC2742",
                "MBRO-WCOR2430",
                "MBRO-WCOR2436",
                "MBRO-WCOR2442",
                "MBRO-WDC2430",
                "MBRO-WDC2436",
                "MBRO-WDC2442",
                "MBRO-WECA30",
                "MBRO-WECA36",
                "MBRO-WECA42",
                "MBRO-WHB3624",
                "MBRO-WHB3630",
                "MBRO-WOC1215",
                "MBRO-WOC1515",
                "MBRO-WOC1530",
                "MBRO-WOC1536",
                "MBRO-WOC1542",
                "MBRO-WOC1815",
                "MBRO-WOC1830",
                "MBRO-WOC1836",
                "MBRO-WOC1842",
                "MBRO-WOC2115",
                "MBRO-WOC2415",
                "MBRO-WOC2715",
                "MBRO-WOC3015",
                "MBRO-WOC3030",
                "MBRO-WOC3036",
                "MBRO-WOC3042",
                "MBRO-WOC3315",
                "MBRO-WOC3615",
                "MBRO-WOC3630",
                "MBRO-WOC3636",
                "MBRO-WOC3642",
                "MBRO-WOCD2430",
                "MBRO-WOCD2436",
                "MBRO-WOCD2442",
                "MBRO-WOCOR2415",
                "MBRO-WSC1818",
                "MNRO-B12",
                "MNRO-B15",
                "MNRO-B18",
                "MNRO-B21",
                "MNRO-B24",
                "MNRO-B27",
                "MNRO-B30",
                "MNRO-B33",
                "MNRO-B36",
                "MNRO-B39",
                "MNRO-BBC36/39L/R",
                "MNRO-BBC39/42L/R",
                "MNRO-BBC45/48FHL/R",
                "MNRO-BBC45/48FHL/R-MC",
                "MNRO-BBC45/48L/R",
                "MNRO-BCOR33L/R",
                "MNRO-BCOR36L/R",
                "MNRO-BEC1224L",
                "MNRO-BEC1224R",
                "MNRO-BF3",
                "MNRO-BF6",
                "MNRO-BH09",
                "MNRO-BH12",
                "MNRO-BH15",
                "MNRO-BH18",
                "MNRO-BH21",
                "MNRO-BH24",
                "MNRO-BH27",
                "MNRO-BH30",
                "MNRO-BH33",
                "MNRO-BH36",
                "MNRO-BH39",
                "MNRO-BM8",
                "MNRO-BMC24",
                "MNRO-BMC30",
                "MNRO-BPP09",
                "MNRO-BWB18",
                "MNRO-CLEARANCE KIT",
                "MNRO-CLEARANCE KIT TALL",
                "MNRO-CSB36",
                "MNRO-CSB36-FP",
                "MNRO-CVM8",
                "MNRO-DB12-3",
                "MNRO-DB15-3",
                "MNRO-DB18-3",
                "MNRO-DB21-3",
                "MNRO-DB24-3",
                "MNRO-DB27-3",
                "MNRO-DB30-2",
                "MNRO-DB30-3",
                "MNRO-DB33-3",
                "MNRO-DB36-3",
                "MNRO-DWR3L/R",
                "MNRO-EZR33",
                "MNRO-EZR36",
                "MNRO-F330",
                "MNRO-F336",
                "MNRO-F342",
                "MNRO-F396",
                "MNRO-F630",
                "MNRO-F642",
                "MNRO-F696",
                "MNRO-FPP9648 1/4",
                "MNRO-FPP9648 3/4",
                "MNRO-FPP9648GL 1/4",
                "MNRO-FPPB9648 1/2",
                "MNRO-FS24",
                "MNRO-FS30",
                "MNRO-FS36",
                "MNRO-FS60",
                "MNRO-GD-W1215",
                "MNRO-GD-W1515",
                "MNRO-GD-W1530",
                "MNRO-GD-W1536",
                "MNRO-GD-W1542",
                "MNRO-GD-W1815",
                "MNRO-GD-W1830",
                "MNRO-GD-W1836",
                "MNRO-GD-W1842",
                "MNRO-GD-W2115",
                "MNRO-GD-W2415",
                "MNRO-GD-W2715",
                "MNRO-GD-W3015",
                "MNRO-GD-W3030",
                "MNRO-GD-W3036",
                "MNRO-GD-W3042",
                "MNRO-GD-W3315",
                "MNRO-GD-W3615",
                "MNRO-GD-W3630",
                "MNRO-GD-W3636",
                "MNRO-GD-W3642",
                "MNRO-GD-WCOR2415",
                "MNRO-GD-WDC2430",
                "MNRO-GD-WDC2436",
                "MNRO-GD-WDC2442",
                "MNRO-GDW1215",
                "MNRO-GDW1515",
                "MNRO-GDW1530",
                "MNRO-GDW1536",
                "MNRO-GDW1542",
                "MNRO-GDW1815",
                "MNRO-GDW1830",
                "MNRO-GDW1836",
                "MNRO-GDW1842",
                "MNRO-GDW2115",
                "MNRO-GDW2415",
                "MNRO-GDW2715",
                "MNRO-GDW3015",
                "MNRO-GDW3030",
                "MNRO-GDW3036",
                "MNRO-GDW3042",
                "MNRO-GDW3315",
                "MNRO-GDW3615",
                "MNRO-GDW3630",
                "MNRO-GDW3636",
                "MNRO-GDW3642",
                "MNRO-GDWCOR2415",
                "MNRO-GDWDC2430",
                "MNRO-GDWDC2436",
                "MNRO-GDWDC2442",
                "MNRO-LC1884",
                "MNRO-LCVM8",
                "MNRO-LM8",
                "MNRO-LRM8",
                "MNRO-M2436",
                "MNRO-MBEP",
                "MNRO-MC3018",
                "MNRO-MPBEP",
                "MNRO-MWEP15",
                "MNRO-MWEP30",
                "MNRO-MWEP36",
                "MNRO-MWEP42",
                "MNRO-OC3384",
                "MNRO-OC3390",
                "MNRO-OC3396",
                "MNRO-OCM8-1",
                "MNRO-PC1884",
                "MNRO-PC1890",
                "MNRO-PC1896",
                "MNRO-PC2484",
                "MNRO-PC2490",
                "MNRO-PC2496",
                "MNRO-PC3084",
                "MNRO-PC3090",
                "MNRO-PC3096",
                "MNRO-REP120",
                "MNRO-REP96",
                "MNRO-SB24",
                "MNRO-SB27",
                "MNRO-SB30",
                "MNRO-SB33",
                "MNRO-SB36",
                "MNRO-SBF30",
                "MNRO-SBF36",
                "MNRO-SBM8",
                "MNRO-SC10",
                "MNRO-SD",
                "MNRO-SDP34 4X4",
                "MNRO-SHM8",
                "MNRO-SK12",
                "MNRO-SK15",
                "MNRO-SK18",
                "MNRO-SK24",
                "MNRO-SK30",
                "MNRO-SK36",
                "MNRO-SK42",
                "MNRO-SKB",
                "MNRO-SM8",
                "MNRO-SSPA34 4X4",
                "MNRO-TK8",
                "MNRO-TKBM8",
                "MNRO-TOUCH UP KIT",
                "MNRO-V54",
                "MNRO-VA2421",
                "MNRO-VA3021",
                "MNRO-VA3621",
                "MNRO-VDB12-3",
                "MNRO-VDB15-3",
                "MNRO-VDB18-3",
                "MNRO-VKD3021",
                "MNRO-VSD3021DL",
                "MNRO-VSD3021DR",
                "MNRO-VSD3621DL",
                "MNRO-VSD3621DR",
                "MNRO-VSD4821DLR",
                "MNRO-VSD6021DLR",
                "MNRO-W0930",
                "MNRO-W0936",
                "MNRO-W0942",
                "MNRO-W1230",
                "MNRO-W1236",
                "MNRO-W1242",
                "MNRO-W1530",
                "MNRO-W1536",
                "MNRO-W1542",
                "MNRO-W1830",
                "MNRO-W1836",
                "MNRO-W1842",
                "MNRO-W2130",
                "MNRO-W2136",
                "MNRO-W2142",
                "MNRO-W2412",
                "MNRO-W2415",
                "MNRO-W2418",
                "MNRO-W2424",
                "MNRO-W2430",
                "MNRO-W2436",
                "MNRO-W2442",
                "MNRO-W2730",
                "MNRO-W2736",
                "MNRO-W2742",
                "MNRO-W3012",
                "MNRO-W301224",
                "MNRO-W3015",
                "MNRO-W3018",
                "MNRO-W301824",
                "MNRO-W3024",
                "MNRO-W302424",
                "MNRO-W3030",
                "MNRO-W3036",
                "MNRO-W3042",
                "MNRO-W331224",
                "MNRO-W3315",
                "MNRO-W3318",
                "MNRO-W3324",
                "MNRO-W3330",
                "MNRO-W3336",
                "MNRO-W3342",
                "MNRO-W3612",
                "MNRO-W361224",
                "MNRO-W3615",
                "MNRO-W3618",
                "MNRO-W361824",
                "MNRO-W3624",
                "MNRO-W362424",
                "MNRO-W3630",
                "MNRO-W3636",
                "MNRO-W3642",
                "MNRO-W3930",
                "MNRO-WBC2730",
                "MNRO-WBC2736",
                "MNRO-WBC2742",
                "MNRO-WCOR2430",
                "MNRO-WCOR2436",
                "MNRO-WCOR2442",
                "MNRO-WDC2430",
                "MNRO-WDC2436",
                "MNRO-WDC2442",
                "MNRO-WECA30",
                "MNRO-WECA36",
                "MNRO-WECA42",
                "MNRO-WHB3624",
                "MNRO-WHB3630",
                "MNRO-WOC1215",
                "MNRO-WOC1515",
                "MNRO-WOC1530",
                "MNRO-WOC1536",
                "MNRO-WOC1542",
                "MNRO-WOC1815",
                "MNRO-WOC1830",
                "MNRO-WOC1836",
                "MNRO-WOC1842",
                "MNRO-WOC2115"
              ],
              "status": "done",
              "job_id": 1239,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 592.9
            },
            {
              "phase": "images",
              "queue_id": 1717,
              "label": "push-channel-sample-magento-images-20260806-064156",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "MBRO-BMC30",
                  "MBRO-BPP09",
                  "MBRO-BWB18",
                  "MBRO-CLEARANCE KIT",
                  "MBRO-CLEARANCE KIT TALL",
                  "MBRO-CSB36",
                  "MBRO-CSB36-FP",
                  "MBRO-CVM8",
                  "MBRO-DB12-3",
                  "MBRO-DB15-3",
                  "MBRO-DB18-3",
                  "MBRO-DB21-3",
                  "MBRO-DB24-3",
                  "MBRO-DB27-3",
                  "MBRO-DB30-2",
                  "MBRO-DB30-3",
                  "MBRO-DB33-3",
                  "MBRO-DB36-3",
                  "MBRO-DWR3L/R",
                  "MBRO-EZR33",
                  "MBRO-EZR36",
                  "MBRO-F330",
                  "MBRO-F336",
                  "MBRO-F342",
                  "MBRO-F396",
                  "MBRO-F630",
                  "MBRO-F642",
                  "MBRO-F696",
                  "MBRO-FPP9648 1/4",
                  "MBRO-FPP9648 3/4",
                  "MBRO-FPP9648GL 1/4",
                  "MBRO-FPPB9648 1/2",
                  "MBRO-FS24",
                  "MBRO-FS30",
                  "MBRO-FS36",
                  "MBRO-FS60",
                  "MBRO-GD-W1215",
                  "MBRO-GD-W1515",
                  "MBRO-GD-W1530",
                  "MBRO-GD-W1536",
                  "MBRO-GD-W1542",
                  "MBRO-GD-W1815",
                  "MBRO-GD-W1830",
                  "MBRO-GD-W1836",
                  "MBRO-GD-W1842",
                  "MBRO-GD-W2115",
                  "MBRO-GD-W2415",
                  "MBRO-GD-W2715",
                  "MBRO-GD-W3015",
                  "MBRO-GD-W3030",
                  "MBRO-GD-W3036",
                  "MBRO-GD-W3042",
                  "MBRO-GD-W3315",
                  "MBRO-GD-W3615",
                  "MBRO-GD-W3630",
                  "MBRO-GD-W3636",
                  "MBRO-GD-W3642",
                  "MBRO-GD-WCOR2415",
                  "MBRO-GD-WDC2430",
                  "MBRO-GD-WDC2436",
                  "MBRO-GD-WDC2442",
                  "MBRO-GDW1215",
                  "MBRO-GDW1515",
                  "MBRO-GDW1530",
                  "MBRO-GDW1536",
                  "MBRO-GDW1542",
                  "MBRO-GDW1815",
                  "MBRO-GDW1830",
                  "MBRO-GDW1836",
                  "MBRO-GDW1842",
                  "MBRO-GDW2115",
                  "MBRO-GDW2415",
                  "MBRO-GDW2715",
                  "MBRO-GDW3015",
                  "MBRO-GDW3030",
                  "MBRO-GDW3036",
                  "MBRO-GDW3042",
                  "MBRO-GDW3315",
                  "MBRO-GDW3615",
                  "MBRO-GDW3630",
                  "MBRO-GDW3636",
                  "MBRO-GDW3642",
                  "MBRO-GDWCOR2415",
                  "MBRO-GDWDC2430",
                  "MBRO-GDWDC2436",
                  "MBRO-GDWDC2442",
                  "MBRO-LC1884",
                  "MBRO-LCVM8",
                  "MBRO-LM8",
                  "MBRO-LRM8",
                  "MBRO-M2436",
                  "MBRO-MBEP",
                  "MBRO-MC3018",
                  "MBRO-MPBEP",
                  "MBRO-MWEP15",
                  "MBRO-MWEP30",
                  "MBRO-MWEP36",
                  "MBRO-MWEP42",
                  "MBRO-OC3384",
                  "MBRO-OC3390",
                  "MBRO-OC3396",
                  "MBRO-OCM8-1",
                  "MBRO-PC1884",
                  "MBRO-PC1890",
                  "MBRO-PC1896",
                  "MBRO-PC2484",
                  "MBRO-PC2490",
                  "MBRO-PC2496",
                  "MBRO-PC3084",
                  "MBRO-PC3090",
                  "MBRO-PC3096",
                  "MBRO-REP120",
                  "MBRO-REP96",
                  "MBRO-SB24",
                  "MBRO-SB27",
                  "MBRO-SB30",
                  "MBRO-SB33",
                  "MBRO-SB36",
                  "MBRO-SBF30",
                  "MBRO-SBF36",
                  "MBRO-SBM8",
                  "MBRO-SC10",
                  "MBRO-SD",
                  "MBRO-SDP34 4X4",
                  "MBRO-SHM8",
                  "MBRO-SM8",
                  "MBRO-SSPA34 4X4",
                  "MBRO-TK8",
                  "MBRO-TKBM8",
                  "MBRO-TOUCH UP KIT",
                  "MBRO-V54",
                  "MBRO-VA2421",
                  "MBRO-VA3021",
                  "MBRO-VA3621",
                  "MBRO-VDB12-3",
                  "MBRO-VDB15-3",
                  "MBRO-VDB18-3",
                  "MBRO-VKD3021",
                  "MBRO-VSD3021DL",
                  "MBRO-VSD3021DR",
                  "MBRO-VSD3621DL",
                  "MBRO-VSD3621DR",
                  "MBRO-VSD4821DLR",
                  "MBRO-VSD6021DLR",
                  "MBRO-W0930",
                  "MBRO-W0936",
                  "MBRO-W0942",
                  "MBRO-W1230",
                  "MBRO-W1236",
                  "MBRO-W1242",
                  "MBRO-W1530",
                  "MBRO-W1536",
                  "MBRO-W1542",
                  "MBRO-W1830",
                  "MBRO-W1836",
                  "MBRO-W1842",
                  "MBRO-W2130",
                  "MBRO-W2136",
                  "MBRO-W2142",
                  "MBRO-W2412",
                  "MBRO-W2415",
                  "MBRO-W2418",
                  "MBRO-W2424",
                  "MBRO-W2430",
                  "MBRO-W2436",
                  "MBRO-W2442",
                  "MBRO-W2730",
                  "MBRO-W2736",
                  "MBRO-W2742",
                  "MBRO-W3012",
                  "MBRO-W301224",
                  "MBRO-W3015",
                  "MBRO-W3018",
                  "MBRO-W301824",
                  "MBRO-W3024",
                  "MBRO-W302424",
                  "MBRO-W3030",
                  "MBRO-W3036",
                  "MBRO-W3042",
                  "MBRO-W331224",
                  "MBRO-W3315",
                  "MBRO-W3318",
                  "MBRO-W3324",
                  "MBRO-W3330",
                  "MBRO-W3336",
                  "MBRO-W3342",
                  "MBRO-W3612",
                  "MBRO-W361224",
                  "MBRO-W3615",
                  "MBRO-W3618",
                  "MBRO-W361824",
                  "MBRO-W3624",
                  "MBRO-W362424",
                  "MBRO-W3630",
                  "MBRO-W3636",
                  "MBRO-W3642",
                  "MBRO-W3930",
                  "MBRO-WBC2730",
                  "MBRO-WBC2736",
                  "MBRO-WBC2742",
                  "MBRO-WCOR2430",
                  "MBRO-WCOR2436",
                  "MBRO-WCOR2442",
                  "MBRO-WDC2430",
                  "MBRO-WDC2436",
                  "MBRO-WDC2442",
                  "MBRO-WECA30",
                  "MBRO-WECA36",
                  "MBRO-WECA42",
                  "MBRO-WHB3624",
                  "MBRO-WHB3630",
                  "MBRO-WOC1215",
                  "MBRO-WOC1515",
                  "MBRO-WOC1530",
                  "MBRO-WOC1536",
                  "MBRO-WOC1542",
                  "MBRO-WOC1815",
                  "MBRO-WOC1830",
                  "MBRO-WOC1836",
                  "MBRO-WOC1842",
                  "MBRO-WOC2115",
                  "MBRO-WOC2415",
                  "MBRO-WOC2715",
                  "MBRO-WOC3015",
                  "MBRO-WOC3030",
                  "MBRO-WOC3036",
                  "MBRO-WOC3042",
                  "MBRO-WOC3315",
                  "MBRO-WOC3615",
                  "MBRO-WOC3630",
                  "MBRO-WOC3636",
                  "MBRO-WOC3642",
                  "MBRO-WOCD2430",
                  "MBRO-WOCD2436",
                  "MBRO-WOCD2442",
                  "MBRO-WOCOR2415",
                  "MBRO-WSC1818",
                  "MNRO-B12",
                  "MNRO-B15",
                  "MNRO-B18",
                  "MNRO-B21",
                  "MNRO-B24",
                  "MNRO-B27",
                  "MNRO-B30",
                  "MNRO-B33",
                  "MNRO-B36",
                  "MNRO-B39",
                  "MNRO-BBC36/39L/R",
                  "MNRO-BBC39/42L/R",
                  "MNRO-BBC45/48FHL/R",
                  "MNRO-BBC45/48FHL/R-MC",
                  "MNRO-BBC45/48L/R",
                  "MNRO-BCOR33L/R",
                  "MNRO-BCOR36L/R",
                  "MNRO-BEC1224L",
                  "MNRO-BEC1224R",
                  "MNRO-BF3",
                  "MNRO-BF6",
                  "MNRO-BH09",
                  "MNRO-BH12",
                  "MNRO-BH15",
                  "MNRO-BH18",
                  "MNRO-BH21",
                  "MNRO-BH24",
                  "MNRO-BH27",
                  "MNRO-BH30",
                  "MNRO-BH33",
                  "MNRO-BH36",
                  "MNRO-BH39",
                  "MNRO-BM8",
                  "MNRO-BMC24",
                  "MNRO-BMC30",
                  "MNRO-BPP09",
                  "MNRO-BWB18",
                  "MNRO-CLEARANCE KIT",
                  "MNRO-CLEARANCE KIT TALL",
                  "MNRO-CSB36",
                  "MNRO-CSB36-FP",
                  "MNRO-CVM8",
                  "MNRO-DB12-3",
                  "MNRO-DB15-3",
                  "MNRO-DB18-3",
                  "MNRO-DB21-3",
                  "MNRO-DB24-3",
                  "MNRO-DB27-3",
                  "MNRO-DB30-2",
                  "MNRO-DB30-3",
                  "MNRO-DB33-3",
                  "MNRO-DB36-3",
                  "MNRO-DWR3L/R",
                  "MNRO-EZR33",
                  "MNRO-EZR36",
                  "MNRO-F330",
                  "MNRO-F336",
                  "MNRO-F342",
                  "MNRO-F396",
                  "MNRO-F630",
                  "MNRO-F642",
                  "MNRO-F696",
                  "MNRO-FPP9648 1/4",
                  "MNRO-FPP9648 3/4",
                  "MNRO-FPP9648GL 1/4",
                  "MNRO-FPPB9648 1/2",
                  "MNRO-FS24",
                  "MNRO-FS30",
                  "MNRO-FS36",
                  "MNRO-FS60",
                  "MNRO-GD-W1215",
                  "MNRO-GD-W1515",
                  "MNRO-GD-W1530",
                  "MNRO-GD-W1536",
                  "MNRO-GD-W1542",
                  "MNRO-GD-W1815",
                  "MNRO-GD-W1830",
                  "MNRO-GD-W1836",
                  "MNRO-GD-W1842",
                  "MNRO-GD-W2115",
                  "MNRO-GD-W2415",
                  "MNRO-GD-W2715",
                  "MNRO-GD-W3015",
                  "MNRO-GD-W3030",
                  "MNRO-GD-W3036",
                  "MNRO-GD-W3042",
                  "MNRO-GD-W3315",
                  "MNRO-GD-W3615",
                  "MNRO-GD-W3630",
                  "MNRO-GD-W3636",
                  "MNRO-GD-W3642",
                  "MNRO-GD-WCOR2415",
                  "MNRO-GD-WDC2430",
                  "MNRO-GD-WDC2436",
                  "MNRO-GD-WDC2442",
                  "MNRO-GDW1215",
                  "MNRO-GDW1515",
                  "MNRO-GDW1530",
                  "MNRO-GDW1536",
                  "MNRO-GDW1542",
                  "MNRO-GDW1815",
                  "MNRO-GDW1830",
                  "MNRO-GDW1836",
                  "MNRO-GDW1842",
                  "MNRO-GDW2115",
                  "MNRO-GDW2415",
                  "MNRO-GDW2715",
                  "MNRO-GDW3015",
                  "MNRO-GDW3030",
                  "MNRO-GDW3036",
                  "MNRO-GDW3042",
                  "MNRO-GDW3315",
                  "MNRO-GDW3615",
                  "MNRO-GDW3630",
                  "MNRO-GDW3636",
                  "MNRO-GDW3642",
                  "MNRO-GDWCOR2415",
                  "MNRO-GDWDC2430",
                  "MNRO-GDWDC2436",
                  "MNRO-GDWDC2442",
                  "MNRO-LC1884",
                  "MNRO-LCVM8",
                  "MNRO-LM8",
                  "MNRO-LRM8",
                  "MNRO-M2436",
                  "MNRO-MBEP",
                  "MNRO-MC3018",
                  "MNRO-MPBEP",
                  "MNRO-MWEP15",
                  "MNRO-MWEP30",
                  "MNRO-MWEP36",
                  "MNRO-MWEP42",
                  "MNRO-OC3384",
                  "MNRO-OC3390",
                  "MNRO-OC3396",
                  "MNRO-OCM8-1",
                  "MNRO-PC1884",
                  "MNRO-PC1890",
                  "MNRO-PC1896",
                  "MNRO-PC2484",
                  "MNRO-PC2490",
                  "MNRO-PC2496",
                  "MNRO-PC3084",
                  "MNRO-PC3090",
                  "MNRO-PC3096",
                  "MNRO-REP120",
                  "MNRO-REP96",
                  "MNRO-SB24",
                  "MNRO-SB27",
                  "MNRO-SB30",
                  "MNRO-SB33",
                  "MNRO-SB36",
                  "MNRO-SBF30",
                  "MNRO-SBF36",
                  "MNRO-SBM8",
                  "MNRO-SC10",
                  "MNRO-SD",
                  "MNRO-SDP34 4X4",
                  "MNRO-SHM8",
                  "MNRO-SK12",
                  "MNRO-SK15",
                  "MNRO-SK18",
                  "MNRO-SK24",
                  "MNRO-SK30",
                  "MNRO-SK36",
                  "MNRO-SK42",
                  "MNRO-SKB",
                  "MNRO-SM8",
                  "MNRO-SSPA34 4X4",
                  "MNRO-TK8",
                  "MNRO-TKBM8",
                  "MNRO-TOUCH UP KIT",
                  "MNRO-V54",
                  "MNRO-VA2421",
                  "MNRO-VA3021",
                  "MNRO-VA3621",
                  "MNRO-VDB12-3",
                  "MNRO-VDB15-3",
                  "MNRO-VDB18-3",
                  "MNRO-VKD3021",
                  "MNRO-VSD3021DL",
                  "MNRO-VSD3021DR",
                  "MNRO-VSD3621DL",
                  "MNRO-VSD3621DR",
                  "MNRO-VSD4821DLR",
                  "MNRO-VSD6021DLR",
                  "MNRO-W0930",
                  "MNRO-W0936",
                  "MNRO-W0942",
                  "MNRO-W1230",
                  "MNRO-W1236",
                  "MNRO-W1242",
                  "MNRO-W1530",
                  "MNRO-W1536",
                  "MNRO-W1542",
                  "MNRO-W1830",
                  "MNRO-W1836",
                  "MNRO-W1842",
                  "MNRO-W2130",
                  "MNRO-W2136",
                  "MNRO-W2142",
                  "MNRO-W2412",
                  "MNRO-W2415",
                  "MNRO-W2418",
                  "MNRO-W2424",
                  "MNRO-W2430",
                  "MNRO-W2436",
                  "MNRO-W2442",
                  "MNRO-W2730",
                  "MNRO-W2736",
                  "MNRO-W2742",
                  "MNRO-W3012",
                  "MNRO-W301224",
                  "MNRO-W3015",
                  "MNRO-W3018",
                  "MNRO-W301824",
                  "MNRO-W3024",
                  "MNRO-W302424",
                  "MNRO-W3030",
                  "MNRO-W3036",
                  "MNRO-W3042",
                  "MNRO-W331224",
                  "MNRO-W3315",
                  "MNRO-W3318",
                  "MNRO-W3324",
                  "MNRO-W3330",
                  "MNRO-W3336",
                  "MNRO-W3342",
                  "MNRO-W3612",
                  "MNRO-W361224",
                  "MNRO-W3615",
                  "MNRO-W3618",
                  "MNRO-W361824",
                  "MNRO-W3624",
                  "MNRO-W362424",
                  "MNRO-W3630",
                  "MNRO-W3636",
                  "MNRO-W3642",
                  "MNRO-W3930",
                  "MNRO-WBC2730",
                  "MNRO-WBC2736",
                  "MNRO-WBC2742",
                  "MNRO-WCOR2430",
                  "MNRO-WCOR2436",
                  "MNRO-WCOR2442",
                  "MNRO-WDC2430",
                  "MNRO-WDC2436",
                  "MNRO-WDC2442",
                  "MNRO-WECA30",
                  "MNRO-WECA36",
                  "MNRO-WECA42",
                  "MNRO-WHB3624",
                  "MNRO-WHB3630",
                  "MNRO-WOC1215",
                  "MNRO-WOC1515",
                  "MNRO-WOC1530",
                  "MNRO-WOC1536",
                  "MNRO-WOC1542",
                  "MNRO-WOC1815",
                  "MNRO-WOC1830",
                  "MNRO-WOC1836",
                  "MNRO-WOC1842",
                  "MNRO-WOC2115"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "MBRO-BMC30",
                "MBRO-BPP09",
                "MBRO-BWB18",
                "MBRO-CLEARANCE KIT",
                "MBRO-CLEARANCE KIT TALL",
                "MBRO-CSB36",
                "MBRO-CSB36-FP",
                "MBRO-CVM8",
                "MBRO-DB12-3",
                "MBRO-DB15-3",
                "MBRO-DB18-3",
                "MBRO-DB21-3",
                "MBRO-DB24-3",
                "MBRO-DB27-3",
                "MBRO-DB30-2",
                "MBRO-DB30-3",
                "MBRO-DB33-3",
                "MBRO-DB36-3",
                "MBRO-DWR3L/R",
                "MBRO-EZR33",
                "MBRO-EZR36",
                "MBRO-F330",
                "MBRO-F336",
                "MBRO-F342",
                "MBRO-F396",
                "MBRO-F630",
                "MBRO-F642",
                "MBRO-F696",
                "MBRO-FPP9648 1/4",
                "MBRO-FPP9648 3/4",
                "MBRO-FPP9648GL 1/4",
                "MBRO-FPPB9648 1/2",
                "MBRO-FS24",
                "MBRO-FS30",
                "MBRO-FS36",
                "MBRO-FS60",
                "MBRO-GD-W1215",
                "MBRO-GD-W1515",
                "MBRO-GD-W1530",
                "MBRO-GD-W1536",
                "MBRO-GD-W1542",
                "MBRO-GD-W1815",
                "MBRO-GD-W1830",
                "MBRO-GD-W1836",
                "MBRO-GD-W1842",
                "MBRO-GD-W2115",
                "MBRO-GD-W2415",
                "MBRO-GD-W2715",
                "MBRO-GD-W3015",
                "MBRO-GD-W3030",
                "MBRO-GD-W3036",
                "MBRO-GD-W3042",
                "MBRO-GD-W3315",
                "MBRO-GD-W3615",
                "MBRO-GD-W3630",
                "MBRO-GD-W3636",
                "MBRO-GD-W3642",
                "MBRO-GD-WCOR2415",
                "MBRO-GD-WDC2430",
                "MBRO-GD-WDC2436",
                "MBRO-GD-WDC2442",
                "MBRO-GDW1215",
                "MBRO-GDW1515",
                "MBRO-GDW1530",
                "MBRO-GDW1536",
                "MBRO-GDW1542",
                "MBRO-GDW1815",
                "MBRO-GDW1830",
                "MBRO-GDW1836",
                "MBRO-GDW1842",
                "MBRO-GDW2115",
                "MBRO-GDW2415",
                "MBRO-GDW2715",
                "MBRO-GDW3015",
                "MBRO-GDW3030",
                "MBRO-GDW3036",
                "MBRO-GDW3042",
                "MBRO-GDW3315",
                "MBRO-GDW3615",
                "MBRO-GDW3630",
                "MBRO-GDW3636",
                "MBRO-GDW3642",
                "MBRO-GDWCOR2415",
                "MBRO-GDWDC2430",
                "MBRO-GDWDC2436",
                "MBRO-GDWDC2442",
                "MBRO-LC1884",
                "MBRO-LCVM8",
                "MBRO-LM8",
                "MBRO-LRM8",
                "MBRO-M2436",
                "MBRO-MBEP",
                "MBRO-MC3018",
                "MBRO-MPBEP",
                "MBRO-MWEP15",
                "MBRO-MWEP30",
                "MBRO-MWEP36",
                "MBRO-MWEP42",
                "MBRO-OC3384",
                "MBRO-OC3390",
                "MBRO-OC3396",
                "MBRO-OCM8-1",
                "MBRO-PC1884",
                "MBRO-PC1890",
                "MBRO-PC1896",
                "MBRO-PC2484",
                "MBRO-PC2490",
                "MBRO-PC2496",
                "MBRO-PC3084",
                "MBRO-PC3090",
                "MBRO-PC3096",
                "MBRO-REP120",
                "MBRO-REP96",
                "MBRO-SB24",
                "MBRO-SB27",
                "MBRO-SB30",
                "MBRO-SB33",
                "MBRO-SB36",
                "MBRO-SBF30",
                "MBRO-SBF36",
                "MBRO-SBM8",
                "MBRO-SC10",
                "MBRO-SD",
                "MBRO-SDP34 4X4",
                "MBRO-SHM8",
                "MBRO-SM8",
                "MBRO-SSPA34 4X4",
                "MBRO-TK8",
                "MBRO-TKBM8",
                "MBRO-TOUCH UP KIT",
                "MBRO-V54",
                "MBRO-VA2421",
                "MBRO-VA3021",
                "MBRO-VA3621",
                "MBRO-VDB12-3",
                "MBRO-VDB15-3",
                "MBRO-VDB18-3",
                "MBRO-VKD3021",
                "MBRO-VSD3021DL",
                "MBRO-VSD3021DR",
                "MBRO-VSD3621DL",
                "MBRO-VSD3621DR",
                "MBRO-VSD4821DLR",
                "MBRO-VSD6021DLR",
                "MBRO-W0930",
                "MBRO-W0936",
                "MBRO-W0942",
                "MBRO-W1230",
                "MBRO-W1236",
                "MBRO-W1242",
                "MBRO-W1530",
                "MBRO-W1536",
                "MBRO-W1542",
                "MBRO-W1830",
                "MBRO-W1836",
                "MBRO-W1842",
                "MBRO-W2130",
                "MBRO-W2136",
                "MBRO-W2142",
                "MBRO-W2412",
                "MBRO-W2415",
                "MBRO-W2418",
                "MBRO-W2424",
                "MBRO-W2430",
                "MBRO-W2436",
                "MBRO-W2442",
                "MBRO-W2730",
                "MBRO-W2736",
                "MBRO-W2742",
                "MBRO-W3012",
                "MBRO-W301224",
                "MBRO-W3015",
                "MBRO-W3018",
                "MBRO-W301824",
                "MBRO-W3024",
                "MBRO-W302424",
                "MBRO-W3030",
                "MBRO-W3036",
                "MBRO-W3042",
                "MBRO-W331224",
                "MBRO-W3315",
                "MBRO-W3318",
                "MBRO-W3324",
                "MBRO-W3330",
                "MBRO-W3336",
                "MBRO-W3342",
                "MBRO-W3612",
                "MBRO-W361224",
                "MBRO-W3615",
                "MBRO-W3618",
                "MBRO-W361824",
                "MBRO-W3624",
                "MBRO-W362424",
                "MBRO-W3630",
                "MBRO-W3636",
                "MBRO-W3642",
                "MBRO-W3930",
                "MBRO-WBC2730",
                "MBRO-WBC2736",
                "MBRO-WBC2742",
                "MBRO-WCOR2430",
                "MBRO-WCOR2436",
                "MBRO-WCOR2442",
                "MBRO-WDC2430",
                "MBRO-WDC2436",
                "MBRO-WDC2442",
                "MBRO-WECA30",
                "MBRO-WECA36",
                "MBRO-WECA42",
                "MBRO-WHB3624",
                "MBRO-WHB3630",
                "MBRO-WOC1215",
                "MBRO-WOC1515",
                "MBRO-WOC1530",
                "MBRO-WOC1536",
                "MBRO-WOC1542",
                "MBRO-WOC1815",
                "MBRO-WOC1830",
                "MBRO-WOC1836",
                "MBRO-WOC1842",
                "MBRO-WOC2115",
                "MBRO-WOC2415",
                "MBRO-WOC2715",
                "MBRO-WOC3015",
                "MBRO-WOC3030",
                "MBRO-WOC3036",
                "MBRO-WOC3042",
                "MBRO-WOC3315",
                "MBRO-WOC3615",
                "MBRO-WOC3630",
                "MBRO-WOC3636",
                "MBRO-WOC3642",
                "MBRO-WOCD2430",
                "MBRO-WOCD2436",
                "MBRO-WOCD2442",
                "MBRO-WOCOR2415",
                "MBRO-WSC1818",
                "MNRO-B12",
                "MNRO-B15",
                "MNRO-B18",
                "MNRO-B21",
                "MNRO-B24",
                "MNRO-B27",
                "MNRO-B30",
                "MNRO-B33",
                "MNRO-B36",
                "MNRO-B39",
                "MNRO-BBC36/39L/R",
                "MNRO-BBC39/42L/R",
                "MNRO-BBC45/48FHL/R",
                "MNRO-BBC45/48FHL/R-MC",
                "MNRO-BBC45/48L/R",
                "MNRO-BCOR33L/R",
                "MNRO-BCOR36L/R",
                "MNRO-BEC1224L",
                "MNRO-BEC1224R",
                "MNRO-BF3",
                "MNRO-BF6",
                "MNRO-BH09",
                "MNRO-BH12",
                "MNRO-BH15",
                "MNRO-BH18",
                "MNRO-BH21",
                "MNRO-BH24",
                "MNRO-BH27",
                "MNRO-BH30",
                "MNRO-BH33",
                "MNRO-BH36",
                "MNRO-BH39",
                "MNRO-BM8",
                "MNRO-BMC24",
                "MNRO-BMC30",
                "MNRO-BPP09",
                "MNRO-BWB18",
                "MNRO-CLEARANCE KIT",
                "MNRO-CLEARANCE KIT TALL",
                "MNRO-CSB36",
                "MNRO-CSB36-FP",
                "MNRO-CVM8",
                "MNRO-DB12-3",
                "MNRO-DB15-3",
                "MNRO-DB18-3",
                "MNRO-DB21-3",
                "MNRO-DB24-3",
                "MNRO-DB27-3",
                "MNRO-DB30-2",
                "MNRO-DB30-3",
                "MNRO-DB33-3",
                "MNRO-DB36-3",
                "MNRO-DWR3L/R",
                "MNRO-EZR33",
                "MNRO-EZR36",
                "MNRO-F330",
                "MNRO-F336",
                "MNRO-F342",
                "MNRO-F396",
                "MNRO-F630",
                "MNRO-F642",
                "MNRO-F696",
                "MNRO-FPP9648 1/4",
                "MNRO-FPP9648 3/4",
                "MNRO-FPP9648GL 1/4",
                "MNRO-FPPB9648 1/2",
                "MNRO-FS24",
                "MNRO-FS30",
                "MNRO-FS36",
                "MNRO-FS60",
                "MNRO-GD-W1215",
                "MNRO-GD-W1515",
                "MNRO-GD-W1530",
                "MNRO-GD-W1536",
                "MNRO-GD-W1542",
                "MNRO-GD-W1815",
                "MNRO-GD-W1830",
                "MNRO-GD-W1836",
                "MNRO-GD-W1842",
                "MNRO-GD-W2115",
                "MNRO-GD-W2415",
                "MNRO-GD-W2715",
                "MNRO-GD-W3015",
                "MNRO-GD-W3030",
                "MNRO-GD-W3036",
                "MNRO-GD-W3042",
                "MNRO-GD-W3315",
                "MNRO-GD-W3615",
                "MNRO-GD-W3630",
                "MNRO-GD-W3636",
                "MNRO-GD-W3642",
                "MNRO-GD-WCOR2415",
                "MNRO-GD-WDC2430",
                "MNRO-GD-WDC2436",
                "MNRO-GD-WDC2442",
                "MNRO-GDW1215",
                "MNRO-GDW1515",
                "MNRO-GDW1530",
                "MNRO-GDW1536",
                "MNRO-GDW1542",
                "MNRO-GDW1815",
                "MNRO-GDW1830",
                "MNRO-GDW1836",
                "MNRO-GDW1842",
                "MNRO-GDW2115",
                "MNRO-GDW2415",
                "MNRO-GDW2715",
                "MNRO-GDW3015",
                "MNRO-GDW3030",
                "MNRO-GDW3036",
                "MNRO-GDW3042",
                "MNRO-GDW3315",
                "MNRO-GDW3615",
                "MNRO-GDW3630",
                "MNRO-GDW3636",
                "MNRO-GDW3642",
                "MNRO-GDWCOR2415",
                "MNRO-GDWDC2430",
                "MNRO-GDWDC2436",
                "MNRO-GDWDC2442",
                "MNRO-LC1884",
                "MNRO-LCVM8",
                "MNRO-LM8",
                "MNRO-LRM8",
                "MNRO-M2436",
                "MNRO-MBEP",
                "MNRO-MC3018",
                "MNRO-MPBEP",
                "MNRO-MWEP15",
                "MNRO-MWEP30",
                "MNRO-MWEP36",
                "MNRO-MWEP42",
                "MNRO-OC3384",
                "MNRO-OC3390",
                "MNRO-OC3396",
                "MNRO-OCM8-1",
                "MNRO-PC1884",
                "MNRO-PC1890",
                "MNRO-PC1896",
                "MNRO-PC2484",
                "MNRO-PC2490",
                "MNRO-PC2496",
                "MNRO-PC3084",
                "MNRO-PC3090",
                "MNRO-PC3096",
                "MNRO-REP120",
                "MNRO-REP96",
                "MNRO-SB24",
                "MNRO-SB27",
                "MNRO-SB30",
                "MNRO-SB33",
                "MNRO-SB36",
                "MNRO-SBF30",
                "MNRO-SBF36",
                "MNRO-SBM8",
                "MNRO-SC10",
                "MNRO-SD",
                "MNRO-SDP34 4X4",
                "MNRO-SHM8",
                "MNRO-SK12",
                "MNRO-SK15",
                "MNRO-SK18",
                "MNRO-SK24",
                "MNRO-SK30",
                "MNRO-SK36",
                "MNRO-SK42",
                "MNRO-SKB",
                "MNRO-SM8",
                "MNRO-SSPA34 4X4",
                "MNRO-TK8",
                "MNRO-TKBM8",
                "MNRO-TOUCH UP KIT",
                "MNRO-V54",
                "MNRO-VA2421",
                "MNRO-VA3021",
                "MNRO-VA3621",
                "MNRO-VDB12-3",
                "MNRO-VDB15-3",
                "MNRO-VDB18-3",
                "MNRO-VKD3021",
                "MNRO-VSD3021DL",
                "MNRO-VSD3021DR",
                "MNRO-VSD3621DL",
                "MNRO-VSD3621DR",
                "MNRO-VSD4821DLR",
                "MNRO-VSD6021DLR",
                "MNRO-W0930",
                "MNRO-W0936",
                "MNRO-W0942",
                "MNRO-W1230",
                "MNRO-W1236",
                "MNRO-W1242",
                "MNRO-W1530",
                "MNRO-W1536",
                "MNRO-W1542",
                "MNRO-W1830",
                "MNRO-W1836",
                "MNRO-W1842",
                "MNRO-W2130",
                "MNRO-W2136",
                "MNRO-W2142",
                "MNRO-W2412",
                "MNRO-W2415",
                "MNRO-W2418",
                "MNRO-W2424",
                "MNRO-W2430",
                "MNRO-W2436",
                "MNRO-W2442",
                "MNRO-W2730",
                "MNRO-W2736",
                "MNRO-W2742",
                "MNRO-W3012",
                "MNRO-W301224",
                "MNRO-W3015",
                "MNRO-W3018",
                "MNRO-W301824",
                "MNRO-W3024",
                "MNRO-W302424",
                "MNRO-W3030",
                "MNRO-W3036",
                "MNRO-W3042",
                "MNRO-W331224",
                "MNRO-W3315",
                "MNRO-W3318",
                "MNRO-W3324",
                "MNRO-W3330",
                "MNRO-W3336",
                "MNRO-W3342",
                "MNRO-W3612",
                "MNRO-W361224",
                "MNRO-W3615",
                "MNRO-W3618",
                "MNRO-W361824",
                "MNRO-W3624",
                "MNRO-W362424",
                "MNRO-W3630",
                "MNRO-W3636",
                "MNRO-W3642",
                "MNRO-W3930",
                "MNRO-WBC2730",
                "MNRO-WBC2736",
                "MNRO-WBC2742",
                "MNRO-WCOR2430",
                "MNRO-WCOR2436",
                "MNRO-WCOR2442",
                "MNRO-WDC2430",
                "MNRO-WDC2436",
                "MNRO-WDC2442",
                "MNRO-WECA30",
                "MNRO-WECA36",
                "MNRO-WECA42",
                "MNRO-WHB3624",
                "MNRO-WHB3630",
                "MNRO-WOC1215",
                "MNRO-WOC1515",
                "MNRO-WOC1530",
                "MNRO-WOC1536",
                "MNRO-WOC1542",
                "MNRO-WOC1815",
                "MNRO-WOC1830",
                "MNRO-WOC1836",
                "MNRO-WOC1842",
                "MNRO-WOC2115"
              ],
              "status": "done",
              "job_id": 1240,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 3785.5
            }
          ],
          "dry_run": false
        },
        {
          "batch": 10,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1718,
              "label": "push-channel-sample-magento-products-20260806-074501",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "MNRO-WOC2415",
                  "MNRO-WOC2715",
                  "MNRO-WOC3015",
                  "MNRO-WOC3030",
                  "MNRO-WOC3036",
                  "MNRO-WOC3042",
                  "MNRO-WOC3315",
                  "MNRO-WOC3615",
                  "MNRO-WOC3630",
                  "MNRO-WOC3636",
                  "MNRO-WOC3642",
                  "MNRO-WOCD2430",
                  "MNRO-WOCD2436",
                  "MNRO-WOCD2442",
                  "MNRO-WOCOR2415",
                  "MNRO-WSC1818",
                  "MSW-B12",
                  "MSW-B15",
                  "MSW-B18",
                  "MSW-B21",
                  "MSW-B24",
                  "MSW-B27",
                  "MSW-B30",
                  "MSW-B33",
                  "MSW-B36",
                  "MSW-B39",
                  "MSW-BBC36/39L/R",
                  "MSW-BBC39/42L/R",
                  "MSW-BBC45/48FHL/R",
                  "MSW-BBC45/48FHL/R-MC",
                  "MSW-BBC45/48L/R",
                  "MSW-BCOR33L/R",
                  "MSW-BCOR36L/R",
                  "MSW-BEC1224L",
                  "MSW-BEC1224R",
                  "MSW-BF3",
                  "MSW-BF6",
                  "MSW-BH09",
                  "MSW-BH12",
                  "MSW-BH15",
                  "MSW-BH18",
                  "MSW-BH21",
                  "MSW-BH24",
                  "MSW-BH27",
                  "MSW-BH30",
                  "MSW-BH33",
                  "MSW-BH36",
                  "MSW-BH39",
                  "MSW-BM8",
                  "MSW-BMC24",
                  "MSW-BMC30",
                  "MSW-BPP09",
                  "MSW-BWB18",
                  "MSW-CLEARANCE KIT",
                  "MSW-CLEARANCE KIT TALL",
                  "MSW-CSB36",
                  "MSW-CSB36-FP",
                  "MSW-CVM8",
                  "MSW-DB12-3",
                  "MSW-DB15-3",
                  "MSW-DB18-3",
                  "MSW-DB21-3",
                  "MSW-DB24-3",
                  "MSW-DB27-3",
                  "MSW-DB30-2",
                  "MSW-DB30-3",
                  "MSW-DB33-3",
                  "MSW-DB36-3",
                  "MSW-DWR3L/R",
                  "MSW-EZR33",
                  "MSW-EZR36",
                  "MSW-F330",
                  "MSW-F336",
                  "MSW-F342",
                  "MSW-F396",
                  "MSW-F630",
                  "MSW-F642",
                  "MSW-F696",
                  "MSW-FPP9648 1/4",
                  "MSW-FPP9648 3/4",
                  "MSW-FPPB9648 1/2",
                  "MSW-FS24",
                  "MSW-FS30",
                  "MSW-FS36",
                  "MSW-FS60",
                  "MSW-GALLON OF PAINT",
                  "MSW-GD-W1215",
                  "MSW-GD-W1515",
                  "MSW-GD-W1530",
                  "MSW-GD-W1536",
                  "MSW-GD-W1542",
                  "MSW-GD-W1815",
                  "MSW-GD-W1830",
                  "MSW-GD-W1836",
                  "MSW-GD-W1842",
                  "MSW-GD-W2115",
                  "MSW-GD-W2415",
                  "MSW-GD-W2715",
                  "MSW-GD-W3015",
                  "MSW-GD-W3030",
                  "MSW-GD-W3036",
                  "MSW-GD-W3042",
                  "MSW-GD-W3315",
                  "MSW-GD-W3615",
                  "MSW-GD-W3630",
                  "MSW-GD-W3636",
                  "MSW-GD-W3642",
                  "MSW-GD-WCOR2415",
                  "MSW-GD-WDC2430",
                  "MSW-GD-WDC2436",
                  "MSW-GD-WDC2442",
                  "MSW-GDW1215",
                  "MSW-GDW1515",
                  "MSW-GDW1530",
                  "MSW-GDW1536",
                  "MSW-GDW1542",
                  "MSW-GDW1815",
                  "MSW-GDW1830",
                  "MSW-GDW1836",
                  "MSW-GDW1842",
                  "MSW-GDW2115",
                  "MSW-GDW2415",
                  "MSW-GDW2715",
                  "MSW-GDW3015",
                  "MSW-GDW3030",
                  "MSW-GDW3036",
                  "MSW-GDW3042",
                  "MSW-GDW3315",
                  "MSW-GDW3615",
                  "MSW-GDW3630",
                  "MSW-GDW3636",
                  "MSW-GDW3642",
                  "MSW-GDWCOR2415",
                  "MSW-GDWDC2430",
                  "MSW-GDWDC2436",
                  "MSW-GDWDC2442",
                  "MSW-LC1884",
                  "MSW-LCVM8",
                  "MSW-LM8",
                  "MSW-LRM8",
                  "MSW-MBEP",
                  "MSW-MC3018",
                  "MSW-MPBEP",
                  "MSW-MWEP15",
                  "MSW-MWEP30",
                  "MSW-MWEP36",
                  "MSW-MWEP42",
                  "MSW-OC3384",
                  "MSW-OC3390",
                  "MSW-OC3396",
                  "MSW-OCM8-1",
                  "MSW-PC1884",
                  "MSW-PC1890",
                  "MSW-PC1896",
                  "MSW-PC2484",
                  "MSW-PC2490",
                  "MSW-PC2496",
                  "MSW-PC3084",
                  "MSW-PC3090",
                  "MSW-PC3096",
                  "MSW-PINT OF PAINT",
                  "MSW-QUART OF PAINT",
                  "MSW-REP120",
                  "MSW-REP96",
                  "MSW-SB24",
                  "MSW-SB27",
                  "MSW-SB30",
                  "MSW-SB33",
                  "MSW-SB36",
                  "MSW-SBF30",
                  "MSW-SBF36",
                  "MSW-SBM8",
                  "MSW-SC10",
                  "MSW-SD",
                  "MSW-SDP34 4X4",
                  "MSW-SHM8",
                  "MSW-SM8",
                  "MSW-SPRAY CAN",
                  "MSW-SSPA34 4X4",
                  "MSW-TK8",
                  "MSW-TKBM8",
                  "MSW-TLM8",
                  "MSW-TOUCH UP KIT",
                  "MSW-V54",
                  "MSW-VA2421",
                  "MSW-VA3021",
                  "MSW-VA3621",
                  "MSW-VDB12-3",
                  "MSW-VDB15-3",
                  "MSW-VDB18-3",
                  "MSW-VKD3021",
                  "MSW-VSD3021DL",
                  "MSW-VSD3021DR",
                  "MSW-VSD3621DL",
                  "MSW-VSD3621DR",
                  "MSW-VSD4821DLR",
                  "MSW-VSD6021DLR",
                  "MSW-W0930",
                  "MSW-W0936",
                  "MSW-W0942",
                  "MSW-W1230",
                  "MSW-W1236",
                  "MSW-W1242",
                  "MSW-W1530",
                  "MSW-W1536",
                  "MSW-W1542",
                  "MSW-W1830",
                  "MSW-W1836",
                  "MSW-W1842",
                  "MSW-W2130",
                  "MSW-W2136",
                  "MSW-W2142",
                  "MSW-W2412",
                  "MSW-W2415",
                  "MSW-W2418",
                  "MSW-W2424",
                  "MSW-W2430",
                  "MSW-W2436",
                  "MSW-W2442",
                  "MSW-W2730",
                  "MSW-W2736",
                  "MSW-W2742",
                  "MSW-W3012",
                  "MSW-W301224",
                  "MSW-W3015",
                  "MSW-W3018",
                  "MSW-W301824",
                  "MSW-W3024",
                  "MSW-W302424",
                  "MSW-W3030",
                  "MSW-W3036",
                  "MSW-W3042",
                  "MSW-W331224",
                  "MSW-W3315",
                  "MSW-W3318",
                  "MSW-W3324",
                  "MSW-W3330",
                  "MSW-W3336",
                  "MSW-W3342",
                  "MSW-W3612",
                  "MSW-W361224",
                  "MSW-W3615",
                  "MSW-W3618",
                  "MSW-W361824",
                  "MSW-W3624",
                  "MSW-W362424",
                  "MSW-W3630",
                  "MSW-W3636",
                  "MSW-W3642",
                  "MSW-W3930",
                  "MSW-WBC2730",
                  "MSW-WBC2736",
                  "MSW-WBC2742",
                  "MSW-WCOR2430",
                  "MSW-WCOR2436",
                  "MSW-WCOR2442",
                  "MSW-WDC2430",
                  "MSW-WDC2436",
                  "MSW-WDC2442",
                  "MSW-WECA30",
                  "MSW-WECA36",
                  "MSW-WECA42",
                  "MSW-WHB3624",
                  "MSW-WHB3630",
                  "MSW-WOC1215",
                  "MSW-WOC1515",
                  "MSW-WOC1530",
                  "MSW-WOC1536",
                  "MSW-WOC1542",
                  "MSW-WOC1815",
                  "MSW-WOC1830",
                  "MSW-WOC1836",
                  "MSW-WOC1842",
                  "MSW-WOC2115",
                  "MSW-WOC2415",
                  "MSW-WOC2715",
                  "MSW-WOC3015",
                  "MSW-WOC3030",
                  "MSW-WOC3036",
                  "MSW-WOC3042",
                  "MSW-WOC3315",
                  "MSW-WOC3615",
                  "MSW-WOC3630",
                  "MSW-WOC3636",
                  "MSW-WOC3642",
                  "MSW-WOCD2430",
                  "MSW-WOCD2436",
                  "MSW-WOCD2442",
                  "MSW-WOCOR2415",
                  "MSW-WSC1818",
                  "NE-DH-2375x3725",
                  "NE-DH-2375x4525",
                  "NE-DH-2375x5325",
                  "NE-DH-2425x3725",
                  "NE-DH-2425x4125",
                  "NE-DH-2425x4525",
                  "NE-DH-2425x5325",
                  "NE-DH-2425x6125",
                  "NE-DH-2425x6525",
                  "NE-DH-2425x6925",
                  "NE-DH-2775x3725",
                  "NE-DH-2775x4525",
                  "NE-DH-2775x5325",
                  "NE-DH-2825x3725",
                  "NE-DH-2825x4125",
                  "NE-DH-2825x4525",
                  "NE-DH-2825x5325",
                  "NE-DH-2825x5725",
                  "NE-DH-2825x6125",
                  "NE-DH-2825x6525",
                  "NE-DH-2825x6925",
                  "NE-DH-3125x3725",
                  "NE-DH-3125x4125",
                  "NE-DH-3125x4525",
                  "NE-DH-3125x5325",
                  "NE-DH-3125x5725",
                  "NE-DH-3125x6125",
                  "NE-DH-3125x6525",
                  "NE-DH-3125x6925",
                  "NE-DH-3175x3725",
                  "NE-DH-3175x4525",
                  "NE-DH-3175x4925",
                  "NE-DH-3175x5325",
                  "NE-DH-3175x6125",
                  "NE-DH-3425x3725",
                  "NE-DH-3425x4125",
                  "NE-DH-3425x4525",
                  "NE-DH-3425x5325",
                  "NE-DH-3425x5725",
                  "NE-DH-3425x6125",
                  "NE-DH-3425x6525",
                  "NE-DH-3425x6925",
                  "NE-DH-3575x3725",
                  "NE-DH-3575x4525",
                  "NE-DH-3575x4925",
                  "NE-DH-3575x5325",
                  "NE-DH-3575x6125",
                  "NE-DH-3975x5325",
                  "NE-DH-4025x4125",
                  "NE-DH-4025x4525",
                  "NE-DH-4025x5325",
                  "NE-DH-4025x6125",
                  "NE-DH-4025x6525",
                  "NE-DH-4025x6925",
                  "NE-SL-3075x1475",
                  "NE-SL-3075x1675",
                  "NE-SL-3075x1875",
                  "NE-SL-3075x2275",
                  "NE-SL-3175x1425",
                  "NE-SL-3175x1625",
                  "NE-SL-3175x1825",
                  "NE-SL-3575x2325",
                  "PB-BRO-BF3",
                  "PB-BRO-BF6",
                  "PB-BRO-BM8",
                  "PB-BRO-CLEARANCE KIT",
                  "PB-BRO-CLEARANCE KIT TALL",
                  "PB-BRO-CVM8",
                  "PB-BRO-DWR3L/R",
                  "PB-BRO-F330",
                  "PB-BRO-F336",
                  "PB-BRO-F342",
                  "PB-BRO-F396",
                  "PB-BRO-F630",
                  "PB-BRO-F642",
                  "PB-BRO-F696",
                  "PB-BRO-FPP9648 1/4",
                  "PB-BRO-FPP9648 3/4",
                  "PB-BRO-FPP9648GL 1/4",
                  "PB-BRO-FPPB9648 1/2",
                  "PB-BRO-FS24",
                  "PB-BRO-FS30",
                  "PB-BRO-FS36",
                  "PB-BRO-FS60",
                  "PB-BRO-LCVM8",
                  "PB-BRO-LM8",
                  "PB-BRO-LRM8",
                  "PB-BRO-M2436",
                  "PB-BRO-OCM8-1",
                  "PB-BRO-REP120",
                  "PB-BRO-REP96",
                  "PB-BRO-SBM8",
                  "PB-BRO-SC10",
                  "PB-BRO-SDP34 4X4",
                  "PB-BRO-SHM8",
                  "PB-BRO-SM8",
                  "PB-BRO-SSPA34 4X4",
                  "PB-BRO-TK8",
                  "PB-BRO-TKBM8",
                  "PB-BRO-TOUCH UP KIT",
                  "PB-BRO-V54",
                  "PB-CH-BF3",
                  "PB-CH-BF6",
                  "PB-CH-BM8",
                  "PB-CH-CB",
                  "PB-CH-CVM8",
                  "PB-CH-DWR3L/R",
                  "PB-CH-F330",
                  "PB-CH-F336",
                  "PB-CH-F342",
                  "PB-CH-F396",
                  "PB-CH-F630",
                  "PB-CH-F642",
                  "PB-CH-F696",
                  "PB-CH-FPP9648 1/4",
                  "PB-CH-FPP9648 3/4",
                  "PB-CH-FPPB9648 1/2",
                  "PB-CH-FS24",
                  "PB-CH-FS30",
                  "PB-CH-FS36",
                  "PB-CH-FS60",
                  "PB-CH-LCVM8",
                  "PB-CH-LM8",
                  "PB-CH-LRM8",
                  "PB-CH-OCM8-1",
                  "PB-CH-REP120",
                  "PB-CH-REP96",
                  "PB-CH-SBM8",
                  "PB-CH-SC10",
                  "PB-CH-SDP34 4X4",
                  "PB-CH-SHM8",
                  "PB-CH-SM8",
                  "PB-CH-SSPA34 4X4",
                  "PB-CH-TK8",
                  "PB-CH-TKBM8",
                  "PB-CH-TLM8",
                  "PB-CH-TOUCH UP KIT",
                  "PB-CH-V54",
                  "PB-HE-B12",
                  "PB-HE-B15",
                  "PB-HE-B18",
                  "PB-HE-B21",
                  "PB-HE-B24",
                  "PB-HE-B27",
                  "PB-HE-B30",
                  "PB-HE-B33",
                  "PB-HE-B36",
                  "PB-HE-BBC3942",
                  "PB-HE-BBC4548",
                  "PB-HE-BC33",
                  "PB-HE-BC36",
                  "PB-HE-BDEP24",
                  "PB-HE-BFH09",
                  "PB-HE-BM8",
                  "PB-HE-CMC8",
                  "PB-HE-CMV8",
                  "PB-HE-DB12",
                  "PB-HE-DB15",
                  "PB-HE-DB18",
                  "PB-HE-DB21",
                  "PB-HE-DB24",
                  "PB-HE-DB30",
                  "PB-HE-DB30-2",
                  "PB-HE-DB36",
                  "PB-HE-DB36-2",
                  "PB-HE-DWEP3",
                  "PB-HE-FB8",
                  "PB-HE-ICM8",
                  "PB-HE-LRB8",
                  "PB-HE-LRS8",
                  "PB-HE-MWB30",
                  "PB-HE-OC3384",
                  "PB-HE-OC3390",
                  "PB-HE-OC3396",
                  "PB-HE-OCM8",
                  "PB-HE-PV4896",
                  "PB-HE-QR8",
                  "PB-HE-REP3096-.75",
                  "PB-HE-SB30",
                  "PB-HE-SB33",
                  "PB-HE-SB36",
                  "PB-HE-SBF36",
                  "PB-HE-SD",
                  "PB-HE-SHM8",
                  "PB-HE-SM8",
                  "PB-HE-TF396",
                  "PB-HE-TF696",
                  "PB-HE-TKC8",
                  "PB-HE-TUK",
                  "PB-HE-UP1884",
                  "PB-HE-UP1890",
                  "PB-HE-UP1896",
                  "PB-HE-UP2484",
                  "PB-HE-UP2490",
                  "PB-HE-UP2496",
                  "PB-HE-W0930",
                  "PB-HE-W0936",
                  "PB-HE-W0942",
                  "PB-HE-W1230",
                  "PB-HE-W1236",
                  "PB-HE-W1242",
                  "PB-HE-W1530",
                  "PB-HE-W1536",
                  "PB-HE-W1542",
                  "PB-HE-W1830",
                  "PB-HE-W1836",
                  "PB-HE-W1842",
                  "PB-HE-W2130",
                  "PB-HE-W2136",
                  "PB-HE-W2142"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "MNRO-WOC2415",
                "MNRO-WOC2715",
                "MNRO-WOC3015",
                "MNRO-WOC3030",
                "MNRO-WOC3036",
                "MNRO-WOC3042",
                "MNRO-WOC3315",
                "MNRO-WOC3615",
                "MNRO-WOC3630",
                "MNRO-WOC3636",
                "MNRO-WOC3642",
                "MNRO-WOCD2430",
                "MNRO-WOCD2436",
                "MNRO-WOCD2442",
                "MNRO-WOCOR2415",
                "MNRO-WSC1818",
                "MSW-B12",
                "MSW-B15",
                "MSW-B18",
                "MSW-B21",
                "MSW-B24",
                "MSW-B27",
                "MSW-B30",
                "MSW-B33",
                "MSW-B36",
                "MSW-B39",
                "MSW-BBC36/39L/R",
                "MSW-BBC39/42L/R",
                "MSW-BBC45/48FHL/R",
                "MSW-BBC45/48FHL/R-MC",
                "MSW-BBC45/48L/R",
                "MSW-BCOR33L/R",
                "MSW-BCOR36L/R",
                "MSW-BEC1224L",
                "MSW-BEC1224R",
                "MSW-BF3",
                "MSW-BF6",
                "MSW-BH09",
                "MSW-BH12",
                "MSW-BH15",
                "MSW-BH18",
                "MSW-BH21",
                "MSW-BH24",
                "MSW-BH27",
                "MSW-BH30",
                "MSW-BH33",
                "MSW-BH36",
                "MSW-BH39",
                "MSW-BM8",
                "MSW-BMC24",
                "MSW-BMC30",
                "MSW-BPP09",
                "MSW-BWB18",
                "MSW-CLEARANCE KIT",
                "MSW-CLEARANCE KIT TALL",
                "MSW-CSB36",
                "MSW-CSB36-FP",
                "MSW-CVM8",
                "MSW-DB12-3",
                "MSW-DB15-3",
                "MSW-DB18-3",
                "MSW-DB21-3",
                "MSW-DB24-3",
                "MSW-DB27-3",
                "MSW-DB30-2",
                "MSW-DB30-3",
                "MSW-DB33-3",
                "MSW-DB36-3",
                "MSW-DWR3L/R",
                "MSW-EZR33",
                "MSW-EZR36",
                "MSW-F330",
                "MSW-F336",
                "MSW-F342",
                "MSW-F396",
                "MSW-F630",
                "MSW-F642",
                "MSW-F696",
                "MSW-FPP9648 1/4",
                "MSW-FPP9648 3/4",
                "MSW-FPPB9648 1/2",
                "MSW-FS24",
                "MSW-FS30",
                "MSW-FS36",
                "MSW-FS60",
                "MSW-GALLON OF PAINT",
                "MSW-GD-W1215",
                "MSW-GD-W1515",
                "MSW-GD-W1530",
                "MSW-GD-W1536",
                "MSW-GD-W1542",
                "MSW-GD-W1815",
                "MSW-GD-W1830",
                "MSW-GD-W1836",
                "MSW-GD-W1842",
                "MSW-GD-W2115",
                "MSW-GD-W2415",
                "MSW-GD-W2715",
                "MSW-GD-W3015",
                "MSW-GD-W3030",
                "MSW-GD-W3036",
                "MSW-GD-W3042",
                "MSW-GD-W3315",
                "MSW-GD-W3615",
                "MSW-GD-W3630",
                "MSW-GD-W3636",
                "MSW-GD-W3642",
                "MSW-GD-WCOR2415",
                "MSW-GD-WDC2430",
                "MSW-GD-WDC2436",
                "MSW-GD-WDC2442",
                "MSW-GDW1215",
                "MSW-GDW1515",
                "MSW-GDW1530",
                "MSW-GDW1536",
                "MSW-GDW1542",
                "MSW-GDW1815",
                "MSW-GDW1830",
                "MSW-GDW1836",
                "MSW-GDW1842",
                "MSW-GDW2115",
                "MSW-GDW2415",
                "MSW-GDW2715",
                "MSW-GDW3015",
                "MSW-GDW3030",
                "MSW-GDW3036",
                "MSW-GDW3042",
                "MSW-GDW3315",
                "MSW-GDW3615",
                "MSW-GDW3630",
                "MSW-GDW3636",
                "MSW-GDW3642",
                "MSW-GDWCOR2415",
                "MSW-GDWDC2430",
                "MSW-GDWDC2436",
                "MSW-GDWDC2442",
                "MSW-LC1884",
                "MSW-LCVM8",
                "MSW-LM8",
                "MSW-LRM8",
                "MSW-MBEP",
                "MSW-MC3018",
                "MSW-MPBEP",
                "MSW-MWEP15",
                "MSW-MWEP30",
                "MSW-MWEP36",
                "MSW-MWEP42",
                "MSW-OC3384",
                "MSW-OC3390",
                "MSW-OC3396",
                "MSW-OCM8-1",
                "MSW-PC1884",
                "MSW-PC1890",
                "MSW-PC1896",
                "MSW-PC2484",
                "MSW-PC2490",
                "MSW-PC2496",
                "MSW-PC3084",
                "MSW-PC3090",
                "MSW-PC3096",
                "MSW-PINT OF PAINT",
                "MSW-QUART OF PAINT",
                "MSW-REP120",
                "MSW-REP96",
                "MSW-SB24",
                "MSW-SB27",
                "MSW-SB30",
                "MSW-SB33",
                "MSW-SB36",
                "MSW-SBF30",
                "MSW-SBF36",
                "MSW-SBM8",
                "MSW-SC10",
                "MSW-SD",
                "MSW-SDP34 4X4",
                "MSW-SHM8",
                "MSW-SM8",
                "MSW-SPRAY CAN",
                "MSW-SSPA34 4X4",
                "MSW-TK8",
                "MSW-TKBM8",
                "MSW-TLM8",
                "MSW-TOUCH UP KIT",
                "MSW-V54",
                "MSW-VA2421",
                "MSW-VA3021",
                "MSW-VA3621",
                "MSW-VDB12-3",
                "MSW-VDB15-3",
                "MSW-VDB18-3",
                "MSW-VKD3021",
                "MSW-VSD3021DL",
                "MSW-VSD3021DR",
                "MSW-VSD3621DL",
                "MSW-VSD3621DR",
                "MSW-VSD4821DLR",
                "MSW-VSD6021DLR",
                "MSW-W0930",
                "MSW-W0936",
                "MSW-W0942",
                "MSW-W1230",
                "MSW-W1236",
                "MSW-W1242",
                "MSW-W1530",
                "MSW-W1536",
                "MSW-W1542",
                "MSW-W1830",
                "MSW-W1836",
                "MSW-W1842",
                "MSW-W2130",
                "MSW-W2136",
                "MSW-W2142",
                "MSW-W2412",
                "MSW-W2415",
                "MSW-W2418",
                "MSW-W2424",
                "MSW-W2430",
                "MSW-W2436",
                "MSW-W2442",
                "MSW-W2730",
                "MSW-W2736",
                "MSW-W2742",
                "MSW-W3012",
                "MSW-W301224",
                "MSW-W3015",
                "MSW-W3018",
                "MSW-W301824",
                "MSW-W3024",
                "MSW-W302424",
                "MSW-W3030",
                "MSW-W3036",
                "MSW-W3042",
                "MSW-W331224",
                "MSW-W3315",
                "MSW-W3318",
                "MSW-W3324",
                "MSW-W3330",
                "MSW-W3336",
                "MSW-W3342",
                "MSW-W3612",
                "MSW-W361224",
                "MSW-W3615",
                "MSW-W3618",
                "MSW-W361824",
                "MSW-W3624",
                "MSW-W362424",
                "MSW-W3630",
                "MSW-W3636",
                "MSW-W3642",
                "MSW-W3930",
                "MSW-WBC2730",
                "MSW-WBC2736",
                "MSW-WBC2742",
                "MSW-WCOR2430",
                "MSW-WCOR2436",
                "MSW-WCOR2442",
                "MSW-WDC2430",
                "MSW-WDC2436",
                "MSW-WDC2442",
                "MSW-WECA30",
                "MSW-WECA36",
                "MSW-WECA42",
                "MSW-WHB3624",
                "MSW-WHB3630",
                "MSW-WOC1215",
                "MSW-WOC1515",
                "MSW-WOC1530",
                "MSW-WOC1536",
                "MSW-WOC1542",
                "MSW-WOC1815",
                "MSW-WOC1830",
                "MSW-WOC1836",
                "MSW-WOC1842",
                "MSW-WOC2115",
                "MSW-WOC2415",
                "MSW-WOC2715",
                "MSW-WOC3015",
                "MSW-WOC3030",
                "MSW-WOC3036",
                "MSW-WOC3042",
                "MSW-WOC3315",
                "MSW-WOC3615",
                "MSW-WOC3630",
                "MSW-WOC3636",
                "MSW-WOC3642",
                "MSW-WOCD2430",
                "MSW-WOCD2436",
                "MSW-WOCD2442",
                "MSW-WOCOR2415",
                "MSW-WSC1818",
                "NE-DH-2375x3725",
                "NE-DH-2375x4525",
                "NE-DH-2375x5325",
                "NE-DH-2425x3725",
                "NE-DH-2425x4125",
                "NE-DH-2425x4525",
                "NE-DH-2425x5325",
                "NE-DH-2425x6125",
                "NE-DH-2425x6525",
                "NE-DH-2425x6925",
                "NE-DH-2775x3725",
                "NE-DH-2775x4525",
                "NE-DH-2775x5325",
                "NE-DH-2825x3725",
                "NE-DH-2825x4125",
                "NE-DH-2825x4525",
                "NE-DH-2825x5325",
                "NE-DH-2825x5725",
                "NE-DH-2825x6125",
                "NE-DH-2825x6525",
                "NE-DH-2825x6925",
                "NE-DH-3125x3725",
                "NE-DH-3125x4125",
                "NE-DH-3125x4525",
                "NE-DH-3125x5325",
                "NE-DH-3125x5725",
                "NE-DH-3125x6125",
                "NE-DH-3125x6525",
                "NE-DH-3125x6925",
                "NE-DH-3175x3725",
                "NE-DH-3175x4525",
                "NE-DH-3175x4925",
                "NE-DH-3175x5325",
                "NE-DH-3175x6125",
                "NE-DH-3425x3725",
                "NE-DH-3425x4125",
                "NE-DH-3425x4525",
                "NE-DH-3425x5325",
                "NE-DH-3425x5725",
                "NE-DH-3425x6125",
                "NE-DH-3425x6525",
                "NE-DH-3425x6925",
                "NE-DH-3575x3725",
                "NE-DH-3575x4525",
                "NE-DH-3575x4925",
                "NE-DH-3575x5325",
                "NE-DH-3575x6125",
                "NE-DH-3975x5325",
                "NE-DH-4025x4125",
                "NE-DH-4025x4525",
                "NE-DH-4025x5325",
                "NE-DH-4025x6125",
                "NE-DH-4025x6525",
                "NE-DH-4025x6925",
                "NE-SL-3075x1475",
                "NE-SL-3075x1675",
                "NE-SL-3075x1875",
                "NE-SL-3075x2275",
                "NE-SL-3175x1425",
                "NE-SL-3175x1625",
                "NE-SL-3175x1825",
                "NE-SL-3575x2325",
                "PB-BRO-BF3",
                "PB-BRO-BF6",
                "PB-BRO-BM8",
                "PB-BRO-CLEARANCE KIT",
                "PB-BRO-CLEARANCE KIT TALL",
                "PB-BRO-CVM8",
                "PB-BRO-DWR3L/R",
                "PB-BRO-F330",
                "PB-BRO-F336",
                "PB-BRO-F342",
                "PB-BRO-F396",
                "PB-BRO-F630",
                "PB-BRO-F642",
                "PB-BRO-F696",
                "PB-BRO-FPP9648 1/4",
                "PB-BRO-FPP9648 3/4",
                "PB-BRO-FPP9648GL 1/4",
                "PB-BRO-FPPB9648 1/2",
                "PB-BRO-FS24",
                "PB-BRO-FS30",
                "PB-BRO-FS36",
                "PB-BRO-FS60",
                "PB-BRO-LCVM8",
                "PB-BRO-LM8",
                "PB-BRO-LRM8",
                "PB-BRO-M2436",
                "PB-BRO-OCM8-1",
                "PB-BRO-REP120",
                "PB-BRO-REP96",
                "PB-BRO-SBM8",
                "PB-BRO-SC10",
                "PB-BRO-SDP34 4X4",
                "PB-BRO-SHM8",
                "PB-BRO-SM8",
                "PB-BRO-SSPA34 4X4",
                "PB-BRO-TK8",
                "PB-BRO-TKBM8",
                "PB-BRO-TOUCH UP KIT",
                "PB-BRO-V54",
                "PB-CH-BF3",
                "PB-CH-BF6",
                "PB-CH-BM8",
                "PB-CH-CB",
                "PB-CH-CVM8",
                "PB-CH-DWR3L/R",
                "PB-CH-F330",
                "PB-CH-F336",
                "PB-CH-F342",
                "PB-CH-F396",
                "PB-CH-F630",
                "PB-CH-F642",
                "PB-CH-F696",
                "PB-CH-FPP9648 1/4",
                "PB-CH-FPP9648 3/4",
                "PB-CH-FPPB9648 1/2",
                "PB-CH-FS24",
                "PB-CH-FS30",
                "PB-CH-FS36",
                "PB-CH-FS60",
                "PB-CH-LCVM8",
                "PB-CH-LM8",
                "PB-CH-LRM8",
                "PB-CH-OCM8-1",
                "PB-CH-REP120",
                "PB-CH-REP96",
                "PB-CH-SBM8",
                "PB-CH-SC10",
                "PB-CH-SDP34 4X4",
                "PB-CH-SHM8",
                "PB-CH-SM8",
                "PB-CH-SSPA34 4X4",
                "PB-CH-TK8",
                "PB-CH-TKBM8",
                "PB-CH-TLM8",
                "PB-CH-TOUCH UP KIT",
                "PB-CH-V54",
                "PB-HE-B12",
                "PB-HE-B15",
                "PB-HE-B18",
                "PB-HE-B21",
                "PB-HE-B24",
                "PB-HE-B27",
                "PB-HE-B30",
                "PB-HE-B33",
                "PB-HE-B36",
                "PB-HE-BBC3942",
                "PB-HE-BBC4548",
                "PB-HE-BC33",
                "PB-HE-BC36",
                "PB-HE-BDEP24",
                "PB-HE-BFH09",
                "PB-HE-BM8",
                "PB-HE-CMC8",
                "PB-HE-CMV8",
                "PB-HE-DB12",
                "PB-HE-DB15",
                "PB-HE-DB18",
                "PB-HE-DB21",
                "PB-HE-DB24",
                "PB-HE-DB30",
                "PB-HE-DB30-2",
                "PB-HE-DB36",
                "PB-HE-DB36-2",
                "PB-HE-DWEP3",
                "PB-HE-FB8",
                "PB-HE-ICM8",
                "PB-HE-LRB8",
                "PB-HE-LRS8",
                "PB-HE-MWB30",
                "PB-HE-OC3384",
                "PB-HE-OC3390",
                "PB-HE-OC3396",
                "PB-HE-OCM8",
                "PB-HE-PV4896",
                "PB-HE-QR8",
                "PB-HE-REP3096-.75",
                "PB-HE-SB30",
                "PB-HE-SB33",
                "PB-HE-SB36",
                "PB-HE-SBF36",
                "PB-HE-SD",
                "PB-HE-SHM8",
                "PB-HE-SM8",
                "PB-HE-TF396",
                "PB-HE-TF696",
                "PB-HE-TKC8",
                "PB-HE-TUK",
                "PB-HE-UP1884",
                "PB-HE-UP1890",
                "PB-HE-UP1896",
                "PB-HE-UP2484",
                "PB-HE-UP2490",
                "PB-HE-UP2496",
                "PB-HE-W0930",
                "PB-HE-W0936",
                "PB-HE-W0942",
                "PB-HE-W1230",
                "PB-HE-W1236",
                "PB-HE-W1242",
                "PB-HE-W1530",
                "PB-HE-W1536",
                "PB-HE-W1542",
                "PB-HE-W1830",
                "PB-HE-W1836",
                "PB-HE-W1842",
                "PB-HE-W2130",
                "PB-HE-W2136",
                "PB-HE-W2142"
              ],
              "status": "done",
              "job_id": 1241,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 299.7
            },
            {
              "phase": "images",
              "queue_id": 1719,
              "label": "push-channel-sample-magento-images-20260806-075001",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "MNRO-WOC2415",
                  "MNRO-WOC2715",
                  "MNRO-WOC3015",
                  "MNRO-WOC3030",
                  "MNRO-WOC3036",
                  "MNRO-WOC3042",
                  "MNRO-WOC3315",
                  "MNRO-WOC3615",
                  "MNRO-WOC3630",
                  "MNRO-WOC3636",
                  "MNRO-WOC3642",
                  "MNRO-WOCD2430",
                  "MNRO-WOCD2436",
                  "MNRO-WOCD2442",
                  "MNRO-WOCOR2415",
                  "MNRO-WSC1818",
                  "MSW-B12",
                  "MSW-B15",
                  "MSW-B18",
                  "MSW-B21",
                  "MSW-B24",
                  "MSW-B27",
                  "MSW-B30",
                  "MSW-B33",
                  "MSW-B36",
                  "MSW-B39",
                  "MSW-BBC36/39L/R",
                  "MSW-BBC39/42L/R",
                  "MSW-BBC45/48FHL/R",
                  "MSW-BBC45/48FHL/R-MC",
                  "MSW-BBC45/48L/R",
                  "MSW-BCOR33L/R",
                  "MSW-BCOR36L/R",
                  "MSW-BEC1224L",
                  "MSW-BEC1224R",
                  "MSW-BF3",
                  "MSW-BF6",
                  "MSW-BH09",
                  "MSW-BH12",
                  "MSW-BH15",
                  "MSW-BH18",
                  "MSW-BH21",
                  "MSW-BH24",
                  "MSW-BH27",
                  "MSW-BH30",
                  "MSW-BH33",
                  "MSW-BH36",
                  "MSW-BH39",
                  "MSW-BM8",
                  "MSW-BMC24",
                  "MSW-BMC30",
                  "MSW-BPP09",
                  "MSW-BWB18",
                  "MSW-CLEARANCE KIT",
                  "MSW-CLEARANCE KIT TALL",
                  "MSW-CSB36",
                  "MSW-CSB36-FP",
                  "MSW-CVM8",
                  "MSW-DB12-3",
                  "MSW-DB15-3",
                  "MSW-DB18-3",
                  "MSW-DB21-3",
                  "MSW-DB24-3",
                  "MSW-DB27-3",
                  "MSW-DB30-2",
                  "MSW-DB30-3",
                  "MSW-DB33-3",
                  "MSW-DB36-3",
                  "MSW-DWR3L/R",
                  "MSW-EZR33",
                  "MSW-EZR36",
                  "MSW-F330",
                  "MSW-F336",
                  "MSW-F342",
                  "MSW-F396",
                  "MSW-F630",
                  "MSW-F642",
                  "MSW-F696",
                  "MSW-FPP9648 1/4",
                  "MSW-FPP9648 3/4",
                  "MSW-FPPB9648 1/2",
                  "MSW-FS24",
                  "MSW-FS30",
                  "MSW-FS36",
                  "MSW-FS60",
                  "MSW-GALLON OF PAINT",
                  "MSW-GD-W1215",
                  "MSW-GD-W1515",
                  "MSW-GD-W1530",
                  "MSW-GD-W1536",
                  "MSW-GD-W1542",
                  "MSW-GD-W1815",
                  "MSW-GD-W1830",
                  "MSW-GD-W1836",
                  "MSW-GD-W1842",
                  "MSW-GD-W2115",
                  "MSW-GD-W2415",
                  "MSW-GD-W2715",
                  "MSW-GD-W3015",
                  "MSW-GD-W3030",
                  "MSW-GD-W3036",
                  "MSW-GD-W3042",
                  "MSW-GD-W3315",
                  "MSW-GD-W3615",
                  "MSW-GD-W3630",
                  "MSW-GD-W3636",
                  "MSW-GD-W3642",
                  "MSW-GD-WCOR2415",
                  "MSW-GD-WDC2430",
                  "MSW-GD-WDC2436",
                  "MSW-GD-WDC2442",
                  "MSW-GDW1215",
                  "MSW-GDW1515",
                  "MSW-GDW1530",
                  "MSW-GDW1536",
                  "MSW-GDW1542",
                  "MSW-GDW1815",
                  "MSW-GDW1830",
                  "MSW-GDW1836",
                  "MSW-GDW1842",
                  "MSW-GDW2115",
                  "MSW-GDW2415",
                  "MSW-GDW2715",
                  "MSW-GDW3015",
                  "MSW-GDW3030",
                  "MSW-GDW3036",
                  "MSW-GDW3042",
                  "MSW-GDW3315",
                  "MSW-GDW3615",
                  "MSW-GDW3630",
                  "MSW-GDW3636",
                  "MSW-GDW3642",
                  "MSW-GDWCOR2415",
                  "MSW-GDWDC2430",
                  "MSW-GDWDC2436",
                  "MSW-GDWDC2442",
                  "MSW-LC1884",
                  "MSW-LCVM8",
                  "MSW-LM8",
                  "MSW-LRM8",
                  "MSW-MBEP",
                  "MSW-MC3018",
                  "MSW-MPBEP",
                  "MSW-MWEP15",
                  "MSW-MWEP30",
                  "MSW-MWEP36",
                  "MSW-MWEP42",
                  "MSW-OC3384",
                  "MSW-OC3390",
                  "MSW-OC3396",
                  "MSW-OCM8-1",
                  "MSW-PC1884",
                  "MSW-PC1890",
                  "MSW-PC1896",
                  "MSW-PC2484",
                  "MSW-PC2490",
                  "MSW-PC2496",
                  "MSW-PC3084",
                  "MSW-PC3090",
                  "MSW-PC3096",
                  "MSW-PINT OF PAINT",
                  "MSW-QUART OF PAINT",
                  "MSW-REP120",
                  "MSW-REP96",
                  "MSW-SB24",
                  "MSW-SB27",
                  "MSW-SB30",
                  "MSW-SB33",
                  "MSW-SB36",
                  "MSW-SBF30",
                  "MSW-SBF36",
                  "MSW-SBM8",
                  "MSW-SC10",
                  "MSW-SD",
                  "MSW-SDP34 4X4",
                  "MSW-SHM8",
                  "MSW-SM8",
                  "MSW-SPRAY CAN",
                  "MSW-SSPA34 4X4",
                  "MSW-TK8",
                  "MSW-TKBM8",
                  "MSW-TLM8",
                  "MSW-TOUCH UP KIT",
                  "MSW-V54",
                  "MSW-VA2421",
                  "MSW-VA3021",
                  "MSW-VA3621",
                  "MSW-VDB12-3",
                  "MSW-VDB15-3",
                  "MSW-VDB18-3",
                  "MSW-VKD3021",
                  "MSW-VSD3021DL",
                  "MSW-VSD3021DR",
                  "MSW-VSD3621DL",
                  "MSW-VSD3621DR",
                  "MSW-VSD4821DLR",
                  "MSW-VSD6021DLR",
                  "MSW-W0930",
                  "MSW-W0936",
                  "MSW-W0942",
                  "MSW-W1230",
                  "MSW-W1236",
                  "MSW-W1242",
                  "MSW-W1530",
                  "MSW-W1536",
                  "MSW-W1542",
                  "MSW-W1830",
                  "MSW-W1836",
                  "MSW-W1842",
                  "MSW-W2130",
                  "MSW-W2136",
                  "MSW-W2142",
                  "MSW-W2412",
                  "MSW-W2415",
                  "MSW-W2418",
                  "MSW-W2424",
                  "MSW-W2430",
                  "MSW-W2436",
                  "MSW-W2442",
                  "MSW-W2730",
                  "MSW-W2736",
                  "MSW-W2742",
                  "MSW-W3012",
                  "MSW-W301224",
                  "MSW-W3015",
                  "MSW-W3018",
                  "MSW-W301824",
                  "MSW-W3024",
                  "MSW-W302424",
                  "MSW-W3030",
                  "MSW-W3036",
                  "MSW-W3042",
                  "MSW-W331224",
                  "MSW-W3315",
                  "MSW-W3318",
                  "MSW-W3324",
                  "MSW-W3330",
                  "MSW-W3336",
                  "MSW-W3342",
                  "MSW-W3612",
                  "MSW-W361224",
                  "MSW-W3615",
                  "MSW-W3618",
                  "MSW-W361824",
                  "MSW-W3624",
                  "MSW-W362424",
                  "MSW-W3630",
                  "MSW-W3636",
                  "MSW-W3642",
                  "MSW-W3930",
                  "MSW-WBC2730",
                  "MSW-WBC2736",
                  "MSW-WBC2742",
                  "MSW-WCOR2430",
                  "MSW-WCOR2436",
                  "MSW-WCOR2442",
                  "MSW-WDC2430",
                  "MSW-WDC2436",
                  "MSW-WDC2442",
                  "MSW-WECA30",
                  "MSW-WECA36",
                  "MSW-WECA42",
                  "MSW-WHB3624",
                  "MSW-WHB3630",
                  "MSW-WOC1215",
                  "MSW-WOC1515",
                  "MSW-WOC1530",
                  "MSW-WOC1536",
                  "MSW-WOC1542",
                  "MSW-WOC1815",
                  "MSW-WOC1830",
                  "MSW-WOC1836",
                  "MSW-WOC1842",
                  "MSW-WOC2115",
                  "MSW-WOC2415",
                  "MSW-WOC2715",
                  "MSW-WOC3015",
                  "MSW-WOC3030",
                  "MSW-WOC3036",
                  "MSW-WOC3042",
                  "MSW-WOC3315",
                  "MSW-WOC3615",
                  "MSW-WOC3630",
                  "MSW-WOC3636",
                  "MSW-WOC3642",
                  "MSW-WOCD2430",
                  "MSW-WOCD2436",
                  "MSW-WOCD2442",
                  "MSW-WOCOR2415",
                  "MSW-WSC1818",
                  "NE-DH-2375x3725",
                  "NE-DH-2375x4525",
                  "NE-DH-2375x5325",
                  "NE-DH-2425x3725",
                  "NE-DH-2425x4125",
                  "NE-DH-2425x4525",
                  "NE-DH-2425x5325",
                  "NE-DH-2425x6125",
                  "NE-DH-2425x6525",
                  "NE-DH-2425x6925",
                  "NE-DH-2775x3725",
                  "NE-DH-2775x4525",
                  "NE-DH-2775x5325",
                  "NE-DH-2825x3725",
                  "NE-DH-2825x4125",
                  "NE-DH-2825x4525",
                  "NE-DH-2825x5325",
                  "NE-DH-2825x5725",
                  "NE-DH-2825x6125",
                  "NE-DH-2825x6525",
                  "NE-DH-2825x6925",
                  "NE-DH-3125x3725",
                  "NE-DH-3125x4125",
                  "NE-DH-3125x4525",
                  "NE-DH-3125x5325",
                  "NE-DH-3125x5725",
                  "NE-DH-3125x6125",
                  "NE-DH-3125x6525",
                  "NE-DH-3125x6925",
                  "NE-DH-3175x3725",
                  "NE-DH-3175x4525",
                  "NE-DH-3175x4925",
                  "NE-DH-3175x5325",
                  "NE-DH-3175x6125",
                  "NE-DH-3425x3725",
                  "NE-DH-3425x4125",
                  "NE-DH-3425x4525",
                  "NE-DH-3425x5325",
                  "NE-DH-3425x5725",
                  "NE-DH-3425x6125",
                  "NE-DH-3425x6525",
                  "NE-DH-3425x6925",
                  "NE-DH-3575x3725",
                  "NE-DH-3575x4525",
                  "NE-DH-3575x4925",
                  "NE-DH-3575x5325",
                  "NE-DH-3575x6125",
                  "NE-DH-3975x5325",
                  "NE-DH-4025x4125",
                  "NE-DH-4025x4525",
                  "NE-DH-4025x5325",
                  "NE-DH-4025x6125",
                  "NE-DH-4025x6525",
                  "NE-DH-4025x6925",
                  "NE-SL-3075x1475",
                  "NE-SL-3075x1675",
                  "NE-SL-3075x1875",
                  "NE-SL-3075x2275",
                  "NE-SL-3175x1425",
                  "NE-SL-3175x1625",
                  "NE-SL-3175x1825",
                  "NE-SL-3575x2325",
                  "PB-BRO-BF3",
                  "PB-BRO-BF6",
                  "PB-BRO-BM8",
                  "PB-BRO-CLEARANCE KIT",
                  "PB-BRO-CLEARANCE KIT TALL",
                  "PB-BRO-CVM8",
                  "PB-BRO-DWR3L/R",
                  "PB-BRO-F330",
                  "PB-BRO-F336",
                  "PB-BRO-F342",
                  "PB-BRO-F396",
                  "PB-BRO-F630",
                  "PB-BRO-F642",
                  "PB-BRO-F696",
                  "PB-BRO-FPP9648 1/4",
                  "PB-BRO-FPP9648 3/4",
                  "PB-BRO-FPP9648GL 1/4",
                  "PB-BRO-FPPB9648 1/2",
                  "PB-BRO-FS24",
                  "PB-BRO-FS30",
                  "PB-BRO-FS36",
                  "PB-BRO-FS60",
                  "PB-BRO-LCVM8",
                  "PB-BRO-LM8",
                  "PB-BRO-LRM8",
                  "PB-BRO-M2436",
                  "PB-BRO-OCM8-1",
                  "PB-BRO-REP120",
                  "PB-BRO-REP96",
                  "PB-BRO-SBM8",
                  "PB-BRO-SC10",
                  "PB-BRO-SDP34 4X4",
                  "PB-BRO-SHM8",
                  "PB-BRO-SM8",
                  "PB-BRO-SSPA34 4X4",
                  "PB-BRO-TK8",
                  "PB-BRO-TKBM8",
                  "PB-BRO-TOUCH UP KIT",
                  "PB-BRO-V54",
                  "PB-CH-BF3",
                  "PB-CH-BF6",
                  "PB-CH-BM8",
                  "PB-CH-CB",
                  "PB-CH-CVM8",
                  "PB-CH-DWR3L/R",
                  "PB-CH-F330",
                  "PB-CH-F336",
                  "PB-CH-F342",
                  "PB-CH-F396",
                  "PB-CH-F630",
                  "PB-CH-F642",
                  "PB-CH-F696",
                  "PB-CH-FPP9648 1/4",
                  "PB-CH-FPP9648 3/4",
                  "PB-CH-FPPB9648 1/2",
                  "PB-CH-FS24",
                  "PB-CH-FS30",
                  "PB-CH-FS36",
                  "PB-CH-FS60",
                  "PB-CH-LCVM8",
                  "PB-CH-LM8",
                  "PB-CH-LRM8",
                  "PB-CH-OCM8-1",
                  "PB-CH-REP120",
                  "PB-CH-REP96",
                  "PB-CH-SBM8",
                  "PB-CH-SC10",
                  "PB-CH-SDP34 4X4",
                  "PB-CH-SHM8",
                  "PB-CH-SM8",
                  "PB-CH-SSPA34 4X4",
                  "PB-CH-TK8",
                  "PB-CH-TKBM8",
                  "PB-CH-TLM8",
                  "PB-CH-TOUCH UP KIT",
                  "PB-CH-V54",
                  "PB-HE-B12",
                  "PB-HE-B15",
                  "PB-HE-B18",
                  "PB-HE-B21",
                  "PB-HE-B24",
                  "PB-HE-B27",
                  "PB-HE-B30",
                  "PB-HE-B33",
                  "PB-HE-B36",
                  "PB-HE-BBC3942",
                  "PB-HE-BBC4548",
                  "PB-HE-BC33",
                  "PB-HE-BC36",
                  "PB-HE-BDEP24",
                  "PB-HE-BFH09",
                  "PB-HE-BM8",
                  "PB-HE-CMC8",
                  "PB-HE-CMV8",
                  "PB-HE-DB12",
                  "PB-HE-DB15",
                  "PB-HE-DB18",
                  "PB-HE-DB21",
                  "PB-HE-DB24",
                  "PB-HE-DB30",
                  "PB-HE-DB30-2",
                  "PB-HE-DB36",
                  "PB-HE-DB36-2",
                  "PB-HE-DWEP3",
                  "PB-HE-FB8",
                  "PB-HE-ICM8",
                  "PB-HE-LRB8",
                  "PB-HE-LRS8",
                  "PB-HE-MWB30",
                  "PB-HE-OC3384",
                  "PB-HE-OC3390",
                  "PB-HE-OC3396",
                  "PB-HE-OCM8",
                  "PB-HE-PV4896",
                  "PB-HE-QR8",
                  "PB-HE-REP3096-.75",
                  "PB-HE-SB30",
                  "PB-HE-SB33",
                  "PB-HE-SB36",
                  "PB-HE-SBF36",
                  "PB-HE-SD",
                  "PB-HE-SHM8",
                  "PB-HE-SM8",
                  "PB-HE-TF396",
                  "PB-HE-TF696",
                  "PB-HE-TKC8",
                  "PB-HE-TUK",
                  "PB-HE-UP1884",
                  "PB-HE-UP1890",
                  "PB-HE-UP1896",
                  "PB-HE-UP2484",
                  "PB-HE-UP2490",
                  "PB-HE-UP2496",
                  "PB-HE-W0930",
                  "PB-HE-W0936",
                  "PB-HE-W0942",
                  "PB-HE-W1230",
                  "PB-HE-W1236",
                  "PB-HE-W1242",
                  "PB-HE-W1530",
                  "PB-HE-W1536",
                  "PB-HE-W1542",
                  "PB-HE-W1830",
                  "PB-HE-W1836",
                  "PB-HE-W1842",
                  "PB-HE-W2130",
                  "PB-HE-W2136",
                  "PB-HE-W2142"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "MNRO-WOC2415",
                "MNRO-WOC2715",
                "MNRO-WOC3015",
                "MNRO-WOC3030",
                "MNRO-WOC3036",
                "MNRO-WOC3042",
                "MNRO-WOC3315",
                "MNRO-WOC3615",
                "MNRO-WOC3630",
                "MNRO-WOC3636",
                "MNRO-WOC3642",
                "MNRO-WOCD2430",
                "MNRO-WOCD2436",
                "MNRO-WOCD2442",
                "MNRO-WOCOR2415",
                "MNRO-WSC1818",
                "MSW-B12",
                "MSW-B15",
                "MSW-B18",
                "MSW-B21",
                "MSW-B24",
                "MSW-B27",
                "MSW-B30",
                "MSW-B33",
                "MSW-B36",
                "MSW-B39",
                "MSW-BBC36/39L/R",
                "MSW-BBC39/42L/R",
                "MSW-BBC45/48FHL/R",
                "MSW-BBC45/48FHL/R-MC",
                "MSW-BBC45/48L/R",
                "MSW-BCOR33L/R",
                "MSW-BCOR36L/R",
                "MSW-BEC1224L",
                "MSW-BEC1224R",
                "MSW-BF3",
                "MSW-BF6",
                "MSW-BH09",
                "MSW-BH12",
                "MSW-BH15",
                "MSW-BH18",
                "MSW-BH21",
                "MSW-BH24",
                "MSW-BH27",
                "MSW-BH30",
                "MSW-BH33",
                "MSW-BH36",
                "MSW-BH39",
                "MSW-BM8",
                "MSW-BMC24",
                "MSW-BMC30",
                "MSW-BPP09",
                "MSW-BWB18",
                "MSW-CLEARANCE KIT",
                "MSW-CLEARANCE KIT TALL",
                "MSW-CSB36",
                "MSW-CSB36-FP",
                "MSW-CVM8",
                "MSW-DB12-3",
                "MSW-DB15-3",
                "MSW-DB18-3",
                "MSW-DB21-3",
                "MSW-DB24-3",
                "MSW-DB27-3",
                "MSW-DB30-2",
                "MSW-DB30-3",
                "MSW-DB33-3",
                "MSW-DB36-3",
                "MSW-DWR3L/R",
                "MSW-EZR33",
                "MSW-EZR36",
                "MSW-F330",
                "MSW-F336",
                "MSW-F342",
                "MSW-F396",
                "MSW-F630",
                "MSW-F642",
                "MSW-F696",
                "MSW-FPP9648 1/4",
                "MSW-FPP9648 3/4",
                "MSW-FPPB9648 1/2",
                "MSW-FS24",
                "MSW-FS30",
                "MSW-FS36",
                "MSW-FS60",
                "MSW-GALLON OF PAINT",
                "MSW-GD-W1215",
                "MSW-GD-W1515",
                "MSW-GD-W1530",
                "MSW-GD-W1536",
                "MSW-GD-W1542",
                "MSW-GD-W1815",
                "MSW-GD-W1830",
                "MSW-GD-W1836",
                "MSW-GD-W1842",
                "MSW-GD-W2115",
                "MSW-GD-W2415",
                "MSW-GD-W2715",
                "MSW-GD-W3015",
                "MSW-GD-W3030",
                "MSW-GD-W3036",
                "MSW-GD-W3042",
                "MSW-GD-W3315",
                "MSW-GD-W3615",
                "MSW-GD-W3630",
                "MSW-GD-W3636",
                "MSW-GD-W3642",
                "MSW-GD-WCOR2415",
                "MSW-GD-WDC2430",
                "MSW-GD-WDC2436",
                "MSW-GD-WDC2442",
                "MSW-GDW1215",
                "MSW-GDW1515",
                "MSW-GDW1530",
                "MSW-GDW1536",
                "MSW-GDW1542",
                "MSW-GDW1815",
                "MSW-GDW1830",
                "MSW-GDW1836",
                "MSW-GDW1842",
                "MSW-GDW2115",
                "MSW-GDW2415",
                "MSW-GDW2715",
                "MSW-GDW3015",
                "MSW-GDW3030",
                "MSW-GDW3036",
                "MSW-GDW3042",
                "MSW-GDW3315",
                "MSW-GDW3615",
                "MSW-GDW3630",
                "MSW-GDW3636",
                "MSW-GDW3642",
                "MSW-GDWCOR2415",
                "MSW-GDWDC2430",
                "MSW-GDWDC2436",
                "MSW-GDWDC2442",
                "MSW-LC1884",
                "MSW-LCVM8",
                "MSW-LM8",
                "MSW-LRM8",
                "MSW-MBEP",
                "MSW-MC3018",
                "MSW-MPBEP",
                "MSW-MWEP15",
                "MSW-MWEP30",
                "MSW-MWEP36",
                "MSW-MWEP42",
                "MSW-OC3384",
                "MSW-OC3390",
                "MSW-OC3396",
                "MSW-OCM8-1",
                "MSW-PC1884",
                "MSW-PC1890",
                "MSW-PC1896",
                "MSW-PC2484",
                "MSW-PC2490",
                "MSW-PC2496",
                "MSW-PC3084",
                "MSW-PC3090",
                "MSW-PC3096",
                "MSW-PINT OF PAINT",
                "MSW-QUART OF PAINT",
                "MSW-REP120",
                "MSW-REP96",
                "MSW-SB24",
                "MSW-SB27",
                "MSW-SB30",
                "MSW-SB33",
                "MSW-SB36",
                "MSW-SBF30",
                "MSW-SBF36",
                "MSW-SBM8",
                "MSW-SC10",
                "MSW-SD",
                "MSW-SDP34 4X4",
                "MSW-SHM8",
                "MSW-SM8",
                "MSW-SPRAY CAN",
                "MSW-SSPA34 4X4",
                "MSW-TK8",
                "MSW-TKBM8",
                "MSW-TLM8",
                "MSW-TOUCH UP KIT",
                "MSW-V54",
                "MSW-VA2421",
                "MSW-VA3021",
                "MSW-VA3621",
                "MSW-VDB12-3",
                "MSW-VDB15-3",
                "MSW-VDB18-3",
                "MSW-VKD3021",
                "MSW-VSD3021DL",
                "MSW-VSD3021DR",
                "MSW-VSD3621DL",
                "MSW-VSD3621DR",
                "MSW-VSD4821DLR",
                "MSW-VSD6021DLR",
                "MSW-W0930",
                "MSW-W0936",
                "MSW-W0942",
                "MSW-W1230",
                "MSW-W1236",
                "MSW-W1242",
                "MSW-W1530",
                "MSW-W1536",
                "MSW-W1542",
                "MSW-W1830",
                "MSW-W1836",
                "MSW-W1842",
                "MSW-W2130",
                "MSW-W2136",
                "MSW-W2142",
                "MSW-W2412",
                "MSW-W2415",
                "MSW-W2418",
                "MSW-W2424",
                "MSW-W2430",
                "MSW-W2436",
                "MSW-W2442",
                "MSW-W2730",
                "MSW-W2736",
                "MSW-W2742",
                "MSW-W3012",
                "MSW-W301224",
                "MSW-W3015",
                "MSW-W3018",
                "MSW-W301824",
                "MSW-W3024",
                "MSW-W302424",
                "MSW-W3030",
                "MSW-W3036",
                "MSW-W3042",
                "MSW-W331224",
                "MSW-W3315",
                "MSW-W3318",
                "MSW-W3324",
                "MSW-W3330",
                "MSW-W3336",
                "MSW-W3342",
                "MSW-W3612",
                "MSW-W361224",
                "MSW-W3615",
                "MSW-W3618",
                "MSW-W361824",
                "MSW-W3624",
                "MSW-W362424",
                "MSW-W3630",
                "MSW-W3636",
                "MSW-W3642",
                "MSW-W3930",
                "MSW-WBC2730",
                "MSW-WBC2736",
                "MSW-WBC2742",
                "MSW-WCOR2430",
                "MSW-WCOR2436",
                "MSW-WCOR2442",
                "MSW-WDC2430",
                "MSW-WDC2436",
                "MSW-WDC2442",
                "MSW-WECA30",
                "MSW-WECA36",
                "MSW-WECA42",
                "MSW-WHB3624",
                "MSW-WHB3630",
                "MSW-WOC1215",
                "MSW-WOC1515",
                "MSW-WOC1530",
                "MSW-WOC1536",
                "MSW-WOC1542",
                "MSW-WOC1815",
                "MSW-WOC1830",
                "MSW-WOC1836",
                "MSW-WOC1842",
                "MSW-WOC2115",
                "MSW-WOC2415",
                "MSW-WOC2715",
                "MSW-WOC3015",
                "MSW-WOC3030",
                "MSW-WOC3036",
                "MSW-WOC3042",
                "MSW-WOC3315",
                "MSW-WOC3615",
                "MSW-WOC3630",
                "MSW-WOC3636",
                "MSW-WOC3642",
                "MSW-WOCD2430",
                "MSW-WOCD2436",
                "MSW-WOCD2442",
                "MSW-WOCOR2415",
                "MSW-WSC1818",
                "NE-DH-2375x3725",
                "NE-DH-2375x4525",
                "NE-DH-2375x5325",
                "NE-DH-2425x3725",
                "NE-DH-2425x4125",
                "NE-DH-2425x4525",
                "NE-DH-2425x5325",
                "NE-DH-2425x6125",
                "NE-DH-2425x6525",
                "NE-DH-2425x6925",
                "NE-DH-2775x3725",
                "NE-DH-2775x4525",
                "NE-DH-2775x5325",
                "NE-DH-2825x3725",
                "NE-DH-2825x4125",
                "NE-DH-2825x4525",
                "NE-DH-2825x5325",
                "NE-DH-2825x5725",
                "NE-DH-2825x6125",
                "NE-DH-2825x6525",
                "NE-DH-2825x6925",
                "NE-DH-3125x3725",
                "NE-DH-3125x4125",
                "NE-DH-3125x4525",
                "NE-DH-3125x5325",
                "NE-DH-3125x5725",
                "NE-DH-3125x6125",
                "NE-DH-3125x6525",
                "NE-DH-3125x6925",
                "NE-DH-3175x3725",
                "NE-DH-3175x4525",
                "NE-DH-3175x4925",
                "NE-DH-3175x5325",
                "NE-DH-3175x6125",
                "NE-DH-3425x3725",
                "NE-DH-3425x4125",
                "NE-DH-3425x4525",
                "NE-DH-3425x5325",
                "NE-DH-3425x5725",
                "NE-DH-3425x6125",
                "NE-DH-3425x6525",
                "NE-DH-3425x6925",
                "NE-DH-3575x3725",
                "NE-DH-3575x4525",
                "NE-DH-3575x4925",
                "NE-DH-3575x5325",
                "NE-DH-3575x6125",
                "NE-DH-3975x5325",
                "NE-DH-4025x4125",
                "NE-DH-4025x4525",
                "NE-DH-4025x5325",
                "NE-DH-4025x6125",
                "NE-DH-4025x6525",
                "NE-DH-4025x6925",
                "NE-SL-3075x1475",
                "NE-SL-3075x1675",
                "NE-SL-3075x1875",
                "NE-SL-3075x2275",
                "NE-SL-3175x1425",
                "NE-SL-3175x1625",
                "NE-SL-3175x1825",
                "NE-SL-3575x2325",
                "PB-BRO-BF3",
                "PB-BRO-BF6",
                "PB-BRO-BM8",
                "PB-BRO-CLEARANCE KIT",
                "PB-BRO-CLEARANCE KIT TALL",
                "PB-BRO-CVM8",
                "PB-BRO-DWR3L/R",
                "PB-BRO-F330",
                "PB-BRO-F336",
                "PB-BRO-F342",
                "PB-BRO-F396",
                "PB-BRO-F630",
                "PB-BRO-F642",
                "PB-BRO-F696",
                "PB-BRO-FPP9648 1/4",
                "PB-BRO-FPP9648 3/4",
                "PB-BRO-FPP9648GL 1/4",
                "PB-BRO-FPPB9648 1/2",
                "PB-BRO-FS24",
                "PB-BRO-FS30",
                "PB-BRO-FS36",
                "PB-BRO-FS60",
                "PB-BRO-LCVM8",
                "PB-BRO-LM8",
                "PB-BRO-LRM8",
                "PB-BRO-M2436",
                "PB-BRO-OCM8-1",
                "PB-BRO-REP120",
                "PB-BRO-REP96",
                "PB-BRO-SBM8",
                "PB-BRO-SC10",
                "PB-BRO-SDP34 4X4",
                "PB-BRO-SHM8",
                "PB-BRO-SM8",
                "PB-BRO-SSPA34 4X4",
                "PB-BRO-TK8",
                "PB-BRO-TKBM8",
                "PB-BRO-TOUCH UP KIT",
                "PB-BRO-V54",
                "PB-CH-BF3",
                "PB-CH-BF6",
                "PB-CH-BM8",
                "PB-CH-CB",
                "PB-CH-CVM8",
                "PB-CH-DWR3L/R",
                "PB-CH-F330",
                "PB-CH-F336",
                "PB-CH-F342",
                "PB-CH-F396",
                "PB-CH-F630",
                "PB-CH-F642",
                "PB-CH-F696",
                "PB-CH-FPP9648 1/4",
                "PB-CH-FPP9648 3/4",
                "PB-CH-FPPB9648 1/2",
                "PB-CH-FS24",
                "PB-CH-FS30",
                "PB-CH-FS36",
                "PB-CH-FS60",
                "PB-CH-LCVM8",
                "PB-CH-LM8",
                "PB-CH-LRM8",
                "PB-CH-OCM8-1",
                "PB-CH-REP120",
                "PB-CH-REP96",
                "PB-CH-SBM8",
                "PB-CH-SC10",
                "PB-CH-SDP34 4X4",
                "PB-CH-SHM8",
                "PB-CH-SM8",
                "PB-CH-SSPA34 4X4",
                "PB-CH-TK8",
                "PB-CH-TKBM8",
                "PB-CH-TLM8",
                "PB-CH-TOUCH UP KIT",
                "PB-CH-V54",
                "PB-HE-B12",
                "PB-HE-B15",
                "PB-HE-B18",
                "PB-HE-B21",
                "PB-HE-B24",
                "PB-HE-B27",
                "PB-HE-B30",
                "PB-HE-B33",
                "PB-HE-B36",
                "PB-HE-BBC3942",
                "PB-HE-BBC4548",
                "PB-HE-BC33",
                "PB-HE-BC36",
                "PB-HE-BDEP24",
                "PB-HE-BFH09",
                "PB-HE-BM8",
                "PB-HE-CMC8",
                "PB-HE-CMV8",
                "PB-HE-DB12",
                "PB-HE-DB15",
                "PB-HE-DB18",
                "PB-HE-DB21",
                "PB-HE-DB24",
                "PB-HE-DB30",
                "PB-HE-DB30-2",
                "PB-HE-DB36",
                "PB-HE-DB36-2",
                "PB-HE-DWEP3",
                "PB-HE-FB8",
                "PB-HE-ICM8",
                "PB-HE-LRB8",
                "PB-HE-LRS8",
                "PB-HE-MWB30",
                "PB-HE-OC3384",
                "PB-HE-OC3390",
                "PB-HE-OC3396",
                "PB-HE-OCM8",
                "PB-HE-PV4896",
                "PB-HE-QR8",
                "PB-HE-REP3096-.75",
                "PB-HE-SB30",
                "PB-HE-SB33",
                "PB-HE-SB36",
                "PB-HE-SBF36",
                "PB-HE-SD",
                "PB-HE-SHM8",
                "PB-HE-SM8",
                "PB-HE-TF396",
                "PB-HE-TF696",
                "PB-HE-TKC8",
                "PB-HE-TUK",
                "PB-HE-UP1884",
                "PB-HE-UP1890",
                "PB-HE-UP1896",
                "PB-HE-UP2484",
                "PB-HE-UP2490",
                "PB-HE-UP2496",
                "PB-HE-W0930",
                "PB-HE-W0936",
                "PB-HE-W0942",
                "PB-HE-W1230",
                "PB-HE-W1236",
                "PB-HE-W1242",
                "PB-HE-W1530",
                "PB-HE-W1536",
                "PB-HE-W1542",
                "PB-HE-W1830",
                "PB-HE-W1836",
                "PB-HE-W1842",
                "PB-HE-W2130",
                "PB-HE-W2136",
                "PB-HE-W2142"
              ],
              "status": "done",
              "job_id": 1242,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 2736.1
            }
          ],
          "dry_run": false
        },
        {
          "batch": 11,
          "sku_count": 500,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1720,
              "label": "push-channel-sample-magento-products-20260806-083537",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "PB-HE-W2418",
                  "PB-HE-W2430",
                  "PB-HE-W2436",
                  "PB-HE-W2442",
                  "PB-HE-W2730",
                  "PB-HE-W2736",
                  "PB-HE-W2742",
                  "PB-HE-W3012",
                  "PB-HE-W3015",
                  "PB-HE-W3018",
                  "PB-HE-W3024",
                  "PB-HE-W3030",
                  "PB-HE-W3036",
                  "PB-HE-W3042",
                  "PB-HE-W3312",
                  "PB-HE-W3315",
                  "PB-HE-W3318",
                  "PB-HE-W3324",
                  "PB-HE-W3330",
                  "PB-HE-W3336",
                  "PB-HE-W3342",
                  "PB-HE-W3612",
                  "PB-HE-W3615",
                  "PB-HE-W3618",
                  "PB-HE-W361824",
                  "PB-HE-W3624",
                  "PB-HE-W362424",
                  "PB-HE-W3630",
                  "PB-HE-W3636",
                  "PB-HE-W3642",
                  "PB-HE-WBC3030",
                  "PB-HE-WBC3036",
                  "PB-HE-WBC3042",
                  "PB-HE-WDC2430",
                  "PB-HE-WDC2436",
                  "PB-HE-WDC2442",
                  "PB-HE-WDEP1230",
                  "PB-HE-WDEP1236",
                  "PB-HE-WDEP1242",
                  "PB-HE-WEC30",
                  "PB-HE-WEC36",
                  "PB-HE-WEC42",
                  "PB-HE-WF330",
                  "PB-HE-WF342",
                  "PB-HE-WF642",
                  "PB-HE-WR3015",
                  "PB-MW-B12",
                  "PB-MW-B15",
                  "PB-MW-B18",
                  "PB-MW-B21",
                  "PB-MW-B24",
                  "PB-MW-B27",
                  "PB-MW-B30",
                  "PB-MW-B33",
                  "PB-MW-B36",
                  "PB-MW-BBC3942",
                  "PB-MW-BBC4548",
                  "PB-MW-BC33",
                  "PB-MW-BC36",
                  "PB-MW-BDEP24",
                  "PB-MW-BFH09",
                  "PB-MW-BM8",
                  "PB-MW-CMC8",
                  "PB-MW-CMV8",
                  "PB-MW-DB12",
                  "PB-MW-DB15",
                  "PB-MW-DB18",
                  "PB-MW-DB21",
                  "PB-MW-DB24",
                  "PB-MW-DB30",
                  "PB-MW-DB30-2",
                  "PB-MW-DB36",
                  "PB-MW-DB36-2",
                  "PB-MW-DWEP3",
                  "PB-MW-FB8",
                  "PB-MW-ICM8",
                  "PB-MW-LRB8",
                  "PB-MW-LRS8",
                  "PB-MW-MWB30",
                  "PB-MW-OC3384",
                  "PB-MW-OC3390",
                  "PB-MW-OC3396",
                  "PB-MW-OCM8",
                  "PB-MW-PV4896",
                  "PB-MW-QR8",
                  "PB-MW-REP3096-.75",
                  "PB-MW-SB30",
                  "PB-MW-SB33",
                  "PB-MW-SB36",
                  "PB-MW-SBF36",
                  "PB-MW-SD",
                  "PB-MW-SHM8",
                  "PB-MW-SM8",
                  "PB-MW-TF396",
                  "PB-MW-TF696",
                  "PB-MW-TKC8",
                  "PB-MW-TUK",
                  "PB-MW-UP1884",
                  "PB-MW-UP1890",
                  "PB-MW-UP1896",
                  "PB-MW-UP2484",
                  "PB-MW-UP2490",
                  "PB-MW-UP2496",
                  "PB-MW-W0930",
                  "PB-MW-W0936",
                  "PB-MW-W0942",
                  "PB-MW-W1230",
                  "PB-MW-W1236",
                  "PB-MW-W1242",
                  "PB-MW-W1530",
                  "PB-MW-W1536",
                  "PB-MW-W1542",
                  "PB-MW-W1830",
                  "PB-MW-W1836",
                  "PB-MW-W1842",
                  "PB-MW-W2130",
                  "PB-MW-W2136",
                  "PB-MW-W2142",
                  "PB-MW-W2418",
                  "PB-MW-W2430",
                  "PB-MW-W2436",
                  "PB-MW-W2442",
                  "PB-MW-W2730",
                  "PB-MW-W2736",
                  "PB-MW-W2742",
                  "PB-MW-W3012",
                  "PB-MW-W3015",
                  "PB-MW-W3018",
                  "PB-MW-W3024",
                  "PB-MW-W3030",
                  "PB-MW-W3036",
                  "PB-MW-W3042",
                  "PB-MW-W3312",
                  "PB-MW-W3315",
                  "PB-MW-W3318",
                  "PB-MW-W3324",
                  "PB-MW-W3330",
                  "PB-MW-W3336",
                  "PB-MW-W3342",
                  "PB-MW-W3612",
                  "PB-MW-W3615",
                  "PB-MW-W3618",
                  "PB-MW-W361824",
                  "PB-MW-W3624",
                  "PB-MW-W362424",
                  "PB-MW-W3630",
                  "PB-MW-W3636",
                  "PB-MW-W3642",
                  "PB-MW-WBC3030",
                  "PB-MW-WBC3036",
                  "PB-MW-WBC3042",
                  "PB-MW-WDC2430",
                  "PB-MW-WDC2436",
                  "PB-MW-WDC2442",
                  "PB-MW-WDEP1230",
                  "PB-MW-WDEP1236",
                  "PB-MW-WDEP1242",
                  "PB-MW-WEC30",
                  "PB-MW-WEC36",
                  "PB-MW-WEC42",
                  "PB-MW-WF330",
                  "PB-MW-WF342",
                  "PB-MW-WF642",
                  "PB-MW-WR3015",
                  "PB-NRO-BF3",
                  "PB-NRO-BF6",
                  "PB-NRO-BM8",
                  "PB-NRO-CB",
                  "PB-NRO-CLEARANCE KIT",
                  "PB-NRO-CLEARANCE KIT TALL",
                  "PB-NRO-CVM8",
                  "PB-NRO-DWR3L/R",
                  "PB-NRO-F330",
                  "PB-NRO-F336",
                  "PB-NRO-F342",
                  "PB-NRO-F396",
                  "PB-NRO-F630",
                  "PB-NRO-F642",
                  "PB-NRO-F696",
                  "PB-NRO-FPP9648 1/4",
                  "PB-NRO-FPP9648 3/4",
                  "PB-NRO-FPP9648GL 1/4",
                  "PB-NRO-FPPB9648 1/2",
                  "PB-NRO-FS24",
                  "PB-NRO-FS30",
                  "PB-NRO-FS36",
                  "PB-NRO-FS60",
                  "PB-NRO-LCVM8",
                  "PB-NRO-LM8",
                  "PB-NRO-LRM8",
                  "PB-NRO-M2436",
                  "PB-NRO-OCM8-1",
                  "PB-NRO-REP120",
                  "PB-NRO-REP96",
                  "PB-NRO-SBM8",
                  "PB-NRO-SC10",
                  "PB-NRO-SDP34 4X4",
                  "PB-NRO-SHM8",
                  "PB-NRO-SK12",
                  "PB-NRO-SK15",
                  "PB-NRO-SK18",
                  "PB-NRO-SK24",
                  "PB-NRO-SK30",
                  "PB-NRO-SK36",
                  "PB-NRO-SK42",
                  "PB-NRO-SKB",
                  "PB-NRO-SM8",
                  "PB-NRO-SSPA34 4X4",
                  "PB-NRO-TK8",
                  "PB-NRO-TKBM8",
                  "PB-NRO-TOUCH UP KIT",
                  "PB-NRO-V54",
                  "PB-OB-BF3",
                  "PB-OB-BF6",
                  "PB-OB-BM8",
                  "PB-OB-CB",
                  "PB-OB-CVM8",
                  "PB-OB-DWR3L/R",
                  "PB-OB-F330",
                  "PB-OB-F336",
                  "PB-OB-F342",
                  "PB-OB-F396",
                  "PB-OB-F630",
                  "PB-OB-F642",
                  "PB-OB-F696",
                  "PB-OB-FPP9648 1/4",
                  "PB-OB-FPP9648 3/4",
                  "PB-OB-FPPB9648 1/2",
                  "PB-OB-FS24",
                  "PB-OB-FS30",
                  "PB-OB-FS36",
                  "PB-OB-FS60",
                  "PB-OB-GALLON OF PAINT",
                  "PB-OB-LCVM8",
                  "PB-OB-LM8",
                  "PB-OB-LRM8",
                  "PB-OB-OCM8-1",
                  "PB-OB-PINT OF PAINT",
                  "PB-OB-QUART OF PAINT",
                  "PB-OB-REP120",
                  "PB-OB-REP96",
                  "PB-OB-SBM8",
                  "PB-OB-SC10",
                  "PB-OB-SDP34 4X4",
                  "PB-OB-SHM8",
                  "PB-OB-SM8",
                  "PB-OB-SPRAY CAN",
                  "PB-OB-SSPA34 4X4",
                  "PB-OB-TK8",
                  "PB-OB-TKBM8",
                  "PB-OB-TLM8",
                  "PB-OB-TOUCH UP KIT",
                  "PB-OB-V54",
                  "PB-PW-BF3",
                  "PB-PW-BF6",
                  "PB-PW-BM8",
                  "PB-PW-CB",
                  "PB-PW-CVM8",
                  "PB-PW-DWR3L/R",
                  "PB-PW-F330",
                  "PB-PW-F336",
                  "PB-PW-F342",
                  "PB-PW-F396",
                  "PB-PW-F630",
                  "PB-PW-F642",
                  "PB-PW-F696",
                  "PB-PW-FPP9648 1/4",
                  "PB-PW-FPP9648 3/4",
                  "PB-PW-FPPB9648 1/2",
                  "PB-PW-FS24",
                  "PB-PW-FS30",
                  "PB-PW-FS36",
                  "PB-PW-FS60",
                  "PB-PW-GALLON OF PAINT",
                  "PB-PW-LCVM8",
                  "PB-PW-LM8",
                  "PB-PW-LRM8",
                  "PB-PW-OCM8-1",
                  "PB-PW-PINT OF PAINT",
                  "PB-PW-QUART OF PAINT",
                  "PB-PW-REP120",
                  "PB-PW-REP96",
                  "PB-PW-SBM8",
                  "PB-PW-SC10",
                  "PB-PW-SDP34 4X4",
                  "PB-PW-SHM8",
                  "PB-PW-SM8",
                  "PB-PW-SPRAY CAN",
                  "PB-PW-SSPA34 4X4",
                  "PB-PW-TK8",
                  "PB-PW-TKBM8",
                  "PB-PW-TLM8",
                  "PB-PW-TOUCH UP KIT",
                  "PB-PW-V54",
                  "PB-SG-BF3",
                  "PB-SG-BF6",
                  "PB-SG-BM8",
                  "PB-SG-CB",
                  "PB-SG-CVM8",
                  "PB-SG-DWR3L/R",
                  "PB-SG-F330",
                  "PB-SG-F336",
                  "PB-SG-F342",
                  "PB-SG-F396",
                  "PB-SG-F630",
                  "PB-SG-F642",
                  "PB-SG-F696",
                  "PB-SG-FPP9648 1/4",
                  "PB-SG-FPP9648 3/4",
                  "PB-SG-FPPB9648 1/2",
                  "PB-SG-FS24",
                  "PB-SG-FS30",
                  "PB-SG-FS36",
                  "PB-SG-FS60",
                  "PB-SG-GALLON OF PAINT",
                  "PB-SG-LCVM8",
                  "PB-SG-LM8",
                  "PB-SG-LRM8",
                  "PB-SG-M2436",
                  "PB-SG-OCM8-1",
                  "PB-SG-PINT OF PAINT",
                  "PB-SG-QUART OF PAINT",
                  "PB-SG-REP120",
                  "PB-SG-REP96",
                  "PB-SG-SBM8",
                  "PB-SG-SC10",
                  "PB-SG-SDP34 4X4",
                  "PB-SG-SHM8",
                  "PB-SG-SM8",
                  "PB-SG-SPRAY CAN",
                  "PB-SG-SSPA34 4X4",
                  "PB-SG-TK8",
                  "PB-SG-TKBM8",
                  "PB-SG-TLM8",
                  "PB-SG-TOUCH UP KIT",
                  "PB-SG-V54",
                  "PB-SW-BF3",
                  "PB-SW-BF6",
                  "PB-SW-BM8",
                  "PB-SW-CB",
                  "PB-SW-CLEARANCE KIT",
                  "PB-SW-CLEARANCE KIT TALL",
                  "PB-SW-CVM8",
                  "PB-SW-DWR3L/R",
                  "PB-SW-F330",
                  "PB-SW-F336",
                  "PB-SW-F342",
                  "PB-SW-F396",
                  "PB-SW-F630",
                  "PB-SW-F642",
                  "PB-SW-F696",
                  "PB-SW-FPP9648 1/4",
                  "PB-SW-FPP9648 3/4",
                  "PB-SW-FPPB9648 1/2",
                  "PB-SW-FS24",
                  "PB-SW-FS30",
                  "PB-SW-FS36",
                  "PB-SW-FS60",
                  "PB-SW-GALLON OF PAINT",
                  "PB-SW-LCVM8",
                  "PB-SW-LM8",
                  "PB-SW-LRM8",
                  "PB-SW-OCM8-1",
                  "PB-SW-PINT OF PAINT",
                  "PB-SW-QUART OF PAINT",
                  "PB-SW-REP120",
                  "PB-SW-REP96",
                  "PB-SW-SBM8",
                  "PB-SW-SC10",
                  "PB-SW-SDP34 4X4",
                  "PB-SW-SHM8",
                  "PB-SW-SM8",
                  "PB-SW-SPRAY CAN",
                  "PB-SW-SSPA34 4X4",
                  "PB-SW-TK8",
                  "PB-SW-TKBM8",
                  "PB-SW-TLM8",
                  "PB-SW-TOUCH UP KIT",
                  "PB-SW-V54",
                  "PBV-BED-18GR",
                  "PBV-BED-18WH",
                  "PBV-BED-24GR",
                  "PBV-BED-24WH",
                  "PBV-DAY-24NB",
                  "PBV-DAY-24W",
                  "PBV-DAY-30NB",
                  "PBV-DAY-30W",
                  "PBV-DAY-36NB",
                  "PBV-DAY-36W",
                  "PBV-DAY-42NB",
                  "PBV-DAY-42W",
                  "PBV-DAY-48NB",
                  "PBV-DAY-48W",
                  "PBV-DAY-60NB",
                  "PBV-DAY-60W",
                  "PBV-DAY-72NB",
                  "PBV-DAY-72W",
                  "PBV-MCH-18GR",
                  "PBV-MCH-18NB",
                  "PBV-MCH-18WH",
                  "PBV-MCH-24GR",
                  "PBV-MCH-24NB",
                  "PBV-MCH-24WH",
                  "SHO-ARU-GLA-6062",
                  "SHO-ARU-GLA-6076",
                  "SHO-ARU-HW-CH60",
                  "SHO-ARU-HW-MB60",
                  "SHO-ARU-HW-SN60",
                  "SHO-BER-GLA-4876",
                  "SHO-BER-GLA-6062",
                  "SHO-BER-GLA-6076",
                  "SHO-BER-HW-CH48",
                  "SHO-BER-HW-CH60",
                  "SHO-BER-HW-MB48",
                  "SHO-BER-HW-MB60",
                  "SHO-BER-HW-SN48",
                  "SHO-BER-HW-SN60",
                  "SHO-CAY-GLA-4876",
                  "SHO-CAY-GLA-6062",
                  "SHO-CAY-GLA-6076",
                  "SHO-CAY-GLA-7276",
                  "SHO-CAY-HW-BG60",
                  "SHO-CAY-HW-CH48",
                  "SHO-CAY-HW-CH60",
                  "SHO-CAY-HW-CH72",
                  "SHO-CAY-HW-MB48",
                  "SHO-CAY-HW-MB60",
                  "SHO-CAY-HW-MB72",
                  "SHO-CAY-HW-SN48",
                  "SHO-CAY-HW-SN60",
                  "SHO-CAY-HW-SN72",
                  "SHO-CAY-RET-3476",
                  "SHO-CAY-RET-3676",
                  "SHO-EAS-GLA-2472",
                  "SHO-EAS-GLA-2872",
                  "SHO-EAS-GLA-3072",
                  "SHO-EAS-GLA-3672",
                  "SHO-EAS-HW-CH",
                  "SHO-EAS-HW-MB",
                  "SHO-EAS-HW-SN",
                  "SHO-EAS-RET-3472-TRI",
                  "SHO-EAS-RET-3672-TRI",
                  "SHO-EAS-SP-0672-TRI",
                  "SHO-EAS-SP-0872-TRI",
                  "SHO-EAS-SP-1072-TRI",
                  "SHO-EAS-SP-1272-TRI",
                  "SHO-EAS-SP-1872-TRI",
                  "SHO-EAS-SP-2472-TRI",
                  "SHO-EAS-SP-3072-TRI",
                  "SHO-HAW-GLA-6062",
                  "SHO-HAW-GLA-6076",
                  "SHO-HAW-HW-CH",
                  "SHO-HAW-HW-MB",
                  "SHO-HAW-HW-SN",
                  "VT-MCQ-25-BS",
                  "VT-MCQ-2522-1R8",
                  "VT-MCQ-31-BS",
                  "VT-MCQ-3122-1R8",
                  "VT-MCQ-37-BS",
                  "VT-MCQ-3722-1R8",
                  "VT-MCQ-3722O-1R8",
                  "VT-MCQ-43-BS",
                  "VT-MCQ-4322-1R8",
                  "VT-MCQ-49-BS",
                  "VT-MCQ-4922-1R8",
                  "VT-MCQ-4922-2R8",
                  "VT-MCQ-61-BS",
                  "VT-MCQ-6122-1R8",
                  "VT-MCQ-6122-2R8",
                  "VT-MCQ-73-BS",
                  "VT-MCQ-7322-2R8",
                  "VT-MCQ-SAMPLE",
                  "VT-MCQ-SS",
                  "VT-NWC-1917-1O4",
                  "VT-NWC-2522-1O4",
                  "VT-NWC-3122-1O4",
                  "VT-NWC-3722-1O4",
                  "VT-NWC-422-SPLASH",
                  "VT-PWC-2522-1R8",
                  "VT-PWC-3122-1R8",
                  "VT-PWC-3722-1R8",
                  "VT-PWC-4922-1R8",
                  "VT-SWQ-25-BS",
                  "VT-SWQ-2522-1R8",
                  "VT-SWQ-31-BS",
                  "VT-SWQ-3122-1R8",
                  "VT-SWQ-37-BS",
                  "VT-SWQ-3722-1R8",
                  "VT-SWQ-3722O-1R8",
                  "VT-SWQ-43-BS",
                  "VT-SWQ-4322-1R8",
                  "VT-SWQ-49-BS",
                  "VT-SWQ-4922-1R8",
                  "VT-SWQ-4922-2R8",
                  "VT-SWQ-61-BS",
                  "VT-SWQ-6122-1R8",
                  "VT-SWQ-6122-2R8",
                  "VT-SWQ-73-BS",
                  "VT-SWQ-7322-2R8",
                  "VT-SWQ-SAMPLE"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "PB-HE-W2418",
                "PB-HE-W2430",
                "PB-HE-W2436",
                "PB-HE-W2442",
                "PB-HE-W2730",
                "PB-HE-W2736",
                "PB-HE-W2742",
                "PB-HE-W3012",
                "PB-HE-W3015",
                "PB-HE-W3018",
                "PB-HE-W3024",
                "PB-HE-W3030",
                "PB-HE-W3036",
                "PB-HE-W3042",
                "PB-HE-W3312",
                "PB-HE-W3315",
                "PB-HE-W3318",
                "PB-HE-W3324",
                "PB-HE-W3330",
                "PB-HE-W3336",
                "PB-HE-W3342",
                "PB-HE-W3612",
                "PB-HE-W3615",
                "PB-HE-W3618",
                "PB-HE-W361824",
                "PB-HE-W3624",
                "PB-HE-W362424",
                "PB-HE-W3630",
                "PB-HE-W3636",
                "PB-HE-W3642",
                "PB-HE-WBC3030",
                "PB-HE-WBC3036",
                "PB-HE-WBC3042",
                "PB-HE-WDC2430",
                "PB-HE-WDC2436",
                "PB-HE-WDC2442",
                "PB-HE-WDEP1230",
                "PB-HE-WDEP1236",
                "PB-HE-WDEP1242",
                "PB-HE-WEC30",
                "PB-HE-WEC36",
                "PB-HE-WEC42",
                "PB-HE-WF330",
                "PB-HE-WF342",
                "PB-HE-WF642",
                "PB-HE-WR3015",
                "PB-MW-B12",
                "PB-MW-B15",
                "PB-MW-B18",
                "PB-MW-B21",
                "PB-MW-B24",
                "PB-MW-B27",
                "PB-MW-B30",
                "PB-MW-B33",
                "PB-MW-B36",
                "PB-MW-BBC3942",
                "PB-MW-BBC4548",
                "PB-MW-BC33",
                "PB-MW-BC36",
                "PB-MW-BDEP24",
                "PB-MW-BFH09",
                "PB-MW-BM8",
                "PB-MW-CMC8",
                "PB-MW-CMV8",
                "PB-MW-DB12",
                "PB-MW-DB15",
                "PB-MW-DB18",
                "PB-MW-DB21",
                "PB-MW-DB24",
                "PB-MW-DB30",
                "PB-MW-DB30-2",
                "PB-MW-DB36",
                "PB-MW-DB36-2",
                "PB-MW-DWEP3",
                "PB-MW-FB8",
                "PB-MW-ICM8",
                "PB-MW-LRB8",
                "PB-MW-LRS8",
                "PB-MW-MWB30",
                "PB-MW-OC3384",
                "PB-MW-OC3390",
                "PB-MW-OC3396",
                "PB-MW-OCM8",
                "PB-MW-PV4896",
                "PB-MW-QR8",
                "PB-MW-REP3096-.75",
                "PB-MW-SB30",
                "PB-MW-SB33",
                "PB-MW-SB36",
                "PB-MW-SBF36",
                "PB-MW-SD",
                "PB-MW-SHM8",
                "PB-MW-SM8",
                "PB-MW-TF396",
                "PB-MW-TF696",
                "PB-MW-TKC8",
                "PB-MW-TUK",
                "PB-MW-UP1884",
                "PB-MW-UP1890",
                "PB-MW-UP1896",
                "PB-MW-UP2484",
                "PB-MW-UP2490",
                "PB-MW-UP2496",
                "PB-MW-W0930",
                "PB-MW-W0936",
                "PB-MW-W0942",
                "PB-MW-W1230",
                "PB-MW-W1236",
                "PB-MW-W1242",
                "PB-MW-W1530",
                "PB-MW-W1536",
                "PB-MW-W1542",
                "PB-MW-W1830",
                "PB-MW-W1836",
                "PB-MW-W1842",
                "PB-MW-W2130",
                "PB-MW-W2136",
                "PB-MW-W2142",
                "PB-MW-W2418",
                "PB-MW-W2430",
                "PB-MW-W2436",
                "PB-MW-W2442",
                "PB-MW-W2730",
                "PB-MW-W2736",
                "PB-MW-W2742",
                "PB-MW-W3012",
                "PB-MW-W3015",
                "PB-MW-W3018",
                "PB-MW-W3024",
                "PB-MW-W3030",
                "PB-MW-W3036",
                "PB-MW-W3042",
                "PB-MW-W3312",
                "PB-MW-W3315",
                "PB-MW-W3318",
                "PB-MW-W3324",
                "PB-MW-W3330",
                "PB-MW-W3336",
                "PB-MW-W3342",
                "PB-MW-W3612",
                "PB-MW-W3615",
                "PB-MW-W3618",
                "PB-MW-W361824",
                "PB-MW-W3624",
                "PB-MW-W362424",
                "PB-MW-W3630",
                "PB-MW-W3636",
                "PB-MW-W3642",
                "PB-MW-WBC3030",
                "PB-MW-WBC3036",
                "PB-MW-WBC3042",
                "PB-MW-WDC2430",
                "PB-MW-WDC2436",
                "PB-MW-WDC2442",
                "PB-MW-WDEP1230",
                "PB-MW-WDEP1236",
                "PB-MW-WDEP1242",
                "PB-MW-WEC30",
                "PB-MW-WEC36",
                "PB-MW-WEC42",
                "PB-MW-WF330",
                "PB-MW-WF342",
                "PB-MW-WF642",
                "PB-MW-WR3015",
                "PB-NRO-BF3",
                "PB-NRO-BF6",
                "PB-NRO-BM8",
                "PB-NRO-CB",
                "PB-NRO-CLEARANCE KIT",
                "PB-NRO-CLEARANCE KIT TALL",
                "PB-NRO-CVM8",
                "PB-NRO-DWR3L/R",
                "PB-NRO-F330",
                "PB-NRO-F336",
                "PB-NRO-F342",
                "PB-NRO-F396",
                "PB-NRO-F630",
                "PB-NRO-F642",
                "PB-NRO-F696",
                "PB-NRO-FPP9648 1/4",
                "PB-NRO-FPP9648 3/4",
                "PB-NRO-FPP9648GL 1/4",
                "PB-NRO-FPPB9648 1/2",
                "PB-NRO-FS24",
                "PB-NRO-FS30",
                "PB-NRO-FS36",
                "PB-NRO-FS60",
                "PB-NRO-LCVM8",
                "PB-NRO-LM8",
                "PB-NRO-LRM8",
                "PB-NRO-M2436",
                "PB-NRO-OCM8-1",
                "PB-NRO-REP120",
                "PB-NRO-REP96",
                "PB-NRO-SBM8",
                "PB-NRO-SC10",
                "PB-NRO-SDP34 4X4",
                "PB-NRO-SHM8",
                "PB-NRO-SK12",
                "PB-NRO-SK15",
                "PB-NRO-SK18",
                "PB-NRO-SK24",
                "PB-NRO-SK30",
                "PB-NRO-SK36",
                "PB-NRO-SK42",
                "PB-NRO-SKB",
                "PB-NRO-SM8",
                "PB-NRO-SSPA34 4X4",
                "PB-NRO-TK8",
                "PB-NRO-TKBM8",
                "PB-NRO-TOUCH UP KIT",
                "PB-NRO-V54",
                "PB-OB-BF3",
                "PB-OB-BF6",
                "PB-OB-BM8",
                "PB-OB-CB",
                "PB-OB-CVM8",
                "PB-OB-DWR3L/R",
                "PB-OB-F330",
                "PB-OB-F336",
                "PB-OB-F342",
                "PB-OB-F396",
                "PB-OB-F630",
                "PB-OB-F642",
                "PB-OB-F696",
                "PB-OB-FPP9648 1/4",
                "PB-OB-FPP9648 3/4",
                "PB-OB-FPPB9648 1/2",
                "PB-OB-FS24",
                "PB-OB-FS30",
                "PB-OB-FS36",
                "PB-OB-FS60",
                "PB-OB-GALLON OF PAINT",
                "PB-OB-LCVM8",
                "PB-OB-LM8",
                "PB-OB-LRM8",
                "PB-OB-OCM8-1",
                "PB-OB-PINT OF PAINT",
                "PB-OB-QUART OF PAINT",
                "PB-OB-REP120",
                "PB-OB-REP96",
                "PB-OB-SBM8",
                "PB-OB-SC10",
                "PB-OB-SDP34 4X4",
                "PB-OB-SHM8",
                "PB-OB-SM8",
                "PB-OB-SPRAY CAN",
                "PB-OB-SSPA34 4X4",
                "PB-OB-TK8",
                "PB-OB-TKBM8",
                "PB-OB-TLM8",
                "PB-OB-TOUCH UP KIT",
                "PB-OB-V54",
                "PB-PW-BF3",
                "PB-PW-BF6",
                "PB-PW-BM8",
                "PB-PW-CB",
                "PB-PW-CVM8",
                "PB-PW-DWR3L/R",
                "PB-PW-F330",
                "PB-PW-F336",
                "PB-PW-F342",
                "PB-PW-F396",
                "PB-PW-F630",
                "PB-PW-F642",
                "PB-PW-F696",
                "PB-PW-FPP9648 1/4",
                "PB-PW-FPP9648 3/4",
                "PB-PW-FPPB9648 1/2",
                "PB-PW-FS24",
                "PB-PW-FS30",
                "PB-PW-FS36",
                "PB-PW-FS60",
                "PB-PW-GALLON OF PAINT",
                "PB-PW-LCVM8",
                "PB-PW-LM8",
                "PB-PW-LRM8",
                "PB-PW-OCM8-1",
                "PB-PW-PINT OF PAINT",
                "PB-PW-QUART OF PAINT",
                "PB-PW-REP120",
                "PB-PW-REP96",
                "PB-PW-SBM8",
                "PB-PW-SC10",
                "PB-PW-SDP34 4X4",
                "PB-PW-SHM8",
                "PB-PW-SM8",
                "PB-PW-SPRAY CAN",
                "PB-PW-SSPA34 4X4",
                "PB-PW-TK8",
                "PB-PW-TKBM8",
                "PB-PW-TLM8",
                "PB-PW-TOUCH UP KIT",
                "PB-PW-V54",
                "PB-SG-BF3",
                "PB-SG-BF6",
                "PB-SG-BM8",
                "PB-SG-CB",
                "PB-SG-CVM8",
                "PB-SG-DWR3L/R",
                "PB-SG-F330",
                "PB-SG-F336",
                "PB-SG-F342",
                "PB-SG-F396",
                "PB-SG-F630",
                "PB-SG-F642",
                "PB-SG-F696",
                "PB-SG-FPP9648 1/4",
                "PB-SG-FPP9648 3/4",
                "PB-SG-FPPB9648 1/2",
                "PB-SG-FS24",
                "PB-SG-FS30",
                "PB-SG-FS36",
                "PB-SG-FS60",
                "PB-SG-GALLON OF PAINT",
                "PB-SG-LCVM8",
                "PB-SG-LM8",
                "PB-SG-LRM8",
                "PB-SG-M2436",
                "PB-SG-OCM8-1",
                "PB-SG-PINT OF PAINT",
                "PB-SG-QUART OF PAINT",
                "PB-SG-REP120",
                "PB-SG-REP96",
                "PB-SG-SBM8",
                "PB-SG-SC10",
                "PB-SG-SDP34 4X4",
                "PB-SG-SHM8",
                "PB-SG-SM8",
                "PB-SG-SPRAY CAN",
                "PB-SG-SSPA34 4X4",
                "PB-SG-TK8",
                "PB-SG-TKBM8",
                "PB-SG-TLM8",
                "PB-SG-TOUCH UP KIT",
                "PB-SG-V54",
                "PB-SW-BF3",
                "PB-SW-BF6",
                "PB-SW-BM8",
                "PB-SW-CB",
                "PB-SW-CLEARANCE KIT",
                "PB-SW-CLEARANCE KIT TALL",
                "PB-SW-CVM8",
                "PB-SW-DWR3L/R",
                "PB-SW-F330",
                "PB-SW-F336",
                "PB-SW-F342",
                "PB-SW-F396",
                "PB-SW-F630",
                "PB-SW-F642",
                "PB-SW-F696",
                "PB-SW-FPP9648 1/4",
                "PB-SW-FPP9648 3/4",
                "PB-SW-FPPB9648 1/2",
                "PB-SW-FS24",
                "PB-SW-FS30",
                "PB-SW-FS36",
                "PB-SW-FS60",
                "PB-SW-GALLON OF PAINT",
                "PB-SW-LCVM8",
                "PB-SW-LM8",
                "PB-SW-LRM8",
                "PB-SW-OCM8-1",
                "PB-SW-PINT OF PAINT",
                "PB-SW-QUART OF PAINT",
                "PB-SW-REP120",
                "PB-SW-REP96",
                "PB-SW-SBM8",
                "PB-SW-SC10",
                "PB-SW-SDP34 4X4",
                "PB-SW-SHM8",
                "PB-SW-SM8",
                "PB-SW-SPRAY CAN",
                "PB-SW-SSPA34 4X4",
                "PB-SW-TK8",
                "PB-SW-TKBM8",
                "PB-SW-TLM8",
                "PB-SW-TOUCH UP KIT",
                "PB-SW-V54",
                "PBV-BED-18GR",
                "PBV-BED-18WH",
                "PBV-BED-24GR",
                "PBV-BED-24WH",
                "PBV-DAY-24NB",
                "PBV-DAY-24W",
                "PBV-DAY-30NB",
                "PBV-DAY-30W",
                "PBV-DAY-36NB",
                "PBV-DAY-36W",
                "PBV-DAY-42NB",
                "PBV-DAY-42W",
                "PBV-DAY-48NB",
                "PBV-DAY-48W",
                "PBV-DAY-60NB",
                "PBV-DAY-60W",
                "PBV-DAY-72NB",
                "PBV-DAY-72W",
                "PBV-MCH-18GR",
                "PBV-MCH-18NB",
                "PBV-MCH-18WH",
                "PBV-MCH-24GR",
                "PBV-MCH-24NB",
                "PBV-MCH-24WH",
                "SHO-ARU-GLA-6062",
                "SHO-ARU-GLA-6076",
                "SHO-ARU-HW-CH60",
                "SHO-ARU-HW-MB60",
                "SHO-ARU-HW-SN60",
                "SHO-BER-GLA-4876",
                "SHO-BER-GLA-6062",
                "SHO-BER-GLA-6076",
                "SHO-BER-HW-CH48",
                "SHO-BER-HW-CH60",
                "SHO-BER-HW-MB48",
                "SHO-BER-HW-MB60",
                "SHO-BER-HW-SN48",
                "SHO-BER-HW-SN60",
                "SHO-CAY-GLA-4876",
                "SHO-CAY-GLA-6062",
                "SHO-CAY-GLA-6076",
                "SHO-CAY-GLA-7276",
                "SHO-CAY-HW-BG60",
                "SHO-CAY-HW-CH48",
                "SHO-CAY-HW-CH60",
                "SHO-CAY-HW-CH72",
                "SHO-CAY-HW-MB48",
                "SHO-CAY-HW-MB60",
                "SHO-CAY-HW-MB72",
                "SHO-CAY-HW-SN48",
                "SHO-CAY-HW-SN60",
                "SHO-CAY-HW-SN72",
                "SHO-CAY-RET-3476",
                "SHO-CAY-RET-3676",
                "SHO-EAS-GLA-2472",
                "SHO-EAS-GLA-2872",
                "SHO-EAS-GLA-3072",
                "SHO-EAS-GLA-3672",
                "SHO-EAS-HW-CH",
                "SHO-EAS-HW-MB",
                "SHO-EAS-HW-SN",
                "SHO-EAS-RET-3472-TRI",
                "SHO-EAS-RET-3672-TRI",
                "SHO-EAS-SP-0672-TRI",
                "SHO-EAS-SP-0872-TRI",
                "SHO-EAS-SP-1072-TRI",
                "SHO-EAS-SP-1272-TRI",
                "SHO-EAS-SP-1872-TRI",
                "SHO-EAS-SP-2472-TRI",
                "SHO-EAS-SP-3072-TRI",
                "SHO-HAW-GLA-6062",
                "SHO-HAW-GLA-6076",
                "SHO-HAW-HW-CH",
                "SHO-HAW-HW-MB",
                "SHO-HAW-HW-SN",
                "VT-MCQ-25-BS",
                "VT-MCQ-2522-1R8",
                "VT-MCQ-31-BS",
                "VT-MCQ-3122-1R8",
                "VT-MCQ-37-BS",
                "VT-MCQ-3722-1R8",
                "VT-MCQ-3722O-1R8",
                "VT-MCQ-43-BS",
                "VT-MCQ-4322-1R8",
                "VT-MCQ-49-BS",
                "VT-MCQ-4922-1R8",
                "VT-MCQ-4922-2R8",
                "VT-MCQ-61-BS",
                "VT-MCQ-6122-1R8",
                "VT-MCQ-6122-2R8",
                "VT-MCQ-73-BS",
                "VT-MCQ-7322-2R8",
                "VT-MCQ-SAMPLE",
                "VT-MCQ-SS",
                "VT-NWC-1917-1O4",
                "VT-NWC-2522-1O4",
                "VT-NWC-3122-1O4",
                "VT-NWC-3722-1O4",
                "VT-NWC-422-SPLASH",
                "VT-PWC-2522-1R8",
                "VT-PWC-3122-1R8",
                "VT-PWC-3722-1R8",
                "VT-PWC-4922-1R8",
                "VT-SWQ-25-BS",
                "VT-SWQ-2522-1R8",
                "VT-SWQ-31-BS",
                "VT-SWQ-3122-1R8",
                "VT-SWQ-37-BS",
                "VT-SWQ-3722-1R8",
                "VT-SWQ-3722O-1R8",
                "VT-SWQ-43-BS",
                "VT-SWQ-4322-1R8",
                "VT-SWQ-49-BS",
                "VT-SWQ-4922-1R8",
                "VT-SWQ-4922-2R8",
                "VT-SWQ-61-BS",
                "VT-SWQ-6122-1R8",
                "VT-SWQ-6122-2R8",
                "VT-SWQ-73-BS",
                "VT-SWQ-7322-2R8",
                "VT-SWQ-SAMPLE"
              ],
              "status": "done",
              "job_id": 1243,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 98.4
            },
            {
              "phase": "images",
              "queue_id": 1721,
              "label": "push-channel-sample-magento-images-20260806-083715",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "PB-HE-W2418",
                  "PB-HE-W2430",
                  "PB-HE-W2436",
                  "PB-HE-W2442",
                  "PB-HE-W2730",
                  "PB-HE-W2736",
                  "PB-HE-W2742",
                  "PB-HE-W3012",
                  "PB-HE-W3015",
                  "PB-HE-W3018",
                  "PB-HE-W3024",
                  "PB-HE-W3030",
                  "PB-HE-W3036",
                  "PB-HE-W3042",
                  "PB-HE-W3312",
                  "PB-HE-W3315",
                  "PB-HE-W3318",
                  "PB-HE-W3324",
                  "PB-HE-W3330",
                  "PB-HE-W3336",
                  "PB-HE-W3342",
                  "PB-HE-W3612",
                  "PB-HE-W3615",
                  "PB-HE-W3618",
                  "PB-HE-W361824",
                  "PB-HE-W3624",
                  "PB-HE-W362424",
                  "PB-HE-W3630",
                  "PB-HE-W3636",
                  "PB-HE-W3642",
                  "PB-HE-WBC3030",
                  "PB-HE-WBC3036",
                  "PB-HE-WBC3042",
                  "PB-HE-WDC2430",
                  "PB-HE-WDC2436",
                  "PB-HE-WDC2442",
                  "PB-HE-WDEP1230",
                  "PB-HE-WDEP1236",
                  "PB-HE-WDEP1242",
                  "PB-HE-WEC30",
                  "PB-HE-WEC36",
                  "PB-HE-WEC42",
                  "PB-HE-WF330",
                  "PB-HE-WF342",
                  "PB-HE-WF642",
                  "PB-HE-WR3015",
                  "PB-MW-B12",
                  "PB-MW-B15",
                  "PB-MW-B18",
                  "PB-MW-B21",
                  "PB-MW-B24",
                  "PB-MW-B27",
                  "PB-MW-B30",
                  "PB-MW-B33",
                  "PB-MW-B36",
                  "PB-MW-BBC3942",
                  "PB-MW-BBC4548",
                  "PB-MW-BC33",
                  "PB-MW-BC36",
                  "PB-MW-BDEP24",
                  "PB-MW-BFH09",
                  "PB-MW-BM8",
                  "PB-MW-CMC8",
                  "PB-MW-CMV8",
                  "PB-MW-DB12",
                  "PB-MW-DB15",
                  "PB-MW-DB18",
                  "PB-MW-DB21",
                  "PB-MW-DB24",
                  "PB-MW-DB30",
                  "PB-MW-DB30-2",
                  "PB-MW-DB36",
                  "PB-MW-DB36-2",
                  "PB-MW-DWEP3",
                  "PB-MW-FB8",
                  "PB-MW-ICM8",
                  "PB-MW-LRB8",
                  "PB-MW-LRS8",
                  "PB-MW-MWB30",
                  "PB-MW-OC3384",
                  "PB-MW-OC3390",
                  "PB-MW-OC3396",
                  "PB-MW-OCM8",
                  "PB-MW-PV4896",
                  "PB-MW-QR8",
                  "PB-MW-REP3096-.75",
                  "PB-MW-SB30",
                  "PB-MW-SB33",
                  "PB-MW-SB36",
                  "PB-MW-SBF36",
                  "PB-MW-SD",
                  "PB-MW-SHM8",
                  "PB-MW-SM8",
                  "PB-MW-TF396",
                  "PB-MW-TF696",
                  "PB-MW-TKC8",
                  "PB-MW-TUK",
                  "PB-MW-UP1884",
                  "PB-MW-UP1890",
                  "PB-MW-UP1896",
                  "PB-MW-UP2484",
                  "PB-MW-UP2490",
                  "PB-MW-UP2496",
                  "PB-MW-W0930",
                  "PB-MW-W0936",
                  "PB-MW-W0942",
                  "PB-MW-W1230",
                  "PB-MW-W1236",
                  "PB-MW-W1242",
                  "PB-MW-W1530",
                  "PB-MW-W1536",
                  "PB-MW-W1542",
                  "PB-MW-W1830",
                  "PB-MW-W1836",
                  "PB-MW-W1842",
                  "PB-MW-W2130",
                  "PB-MW-W2136",
                  "PB-MW-W2142",
                  "PB-MW-W2418",
                  "PB-MW-W2430",
                  "PB-MW-W2436",
                  "PB-MW-W2442",
                  "PB-MW-W2730",
                  "PB-MW-W2736",
                  "PB-MW-W2742",
                  "PB-MW-W3012",
                  "PB-MW-W3015",
                  "PB-MW-W3018",
                  "PB-MW-W3024",
                  "PB-MW-W3030",
                  "PB-MW-W3036",
                  "PB-MW-W3042",
                  "PB-MW-W3312",
                  "PB-MW-W3315",
                  "PB-MW-W3318",
                  "PB-MW-W3324",
                  "PB-MW-W3330",
                  "PB-MW-W3336",
                  "PB-MW-W3342",
                  "PB-MW-W3612",
                  "PB-MW-W3615",
                  "PB-MW-W3618",
                  "PB-MW-W361824",
                  "PB-MW-W3624",
                  "PB-MW-W362424",
                  "PB-MW-W3630",
                  "PB-MW-W3636",
                  "PB-MW-W3642",
                  "PB-MW-WBC3030",
                  "PB-MW-WBC3036",
                  "PB-MW-WBC3042",
                  "PB-MW-WDC2430",
                  "PB-MW-WDC2436",
                  "PB-MW-WDC2442",
                  "PB-MW-WDEP1230",
                  "PB-MW-WDEP1236",
                  "PB-MW-WDEP1242",
                  "PB-MW-WEC30",
                  "PB-MW-WEC36",
                  "PB-MW-WEC42",
                  "PB-MW-WF330",
                  "PB-MW-WF342",
                  "PB-MW-WF642",
                  "PB-MW-WR3015",
                  "PB-NRO-BF3",
                  "PB-NRO-BF6",
                  "PB-NRO-BM8",
                  "PB-NRO-CB",
                  "PB-NRO-CLEARANCE KIT",
                  "PB-NRO-CLEARANCE KIT TALL",
                  "PB-NRO-CVM8",
                  "PB-NRO-DWR3L/R",
                  "PB-NRO-F330",
                  "PB-NRO-F336",
                  "PB-NRO-F342",
                  "PB-NRO-F396",
                  "PB-NRO-F630",
                  "PB-NRO-F642",
                  "PB-NRO-F696",
                  "PB-NRO-FPP9648 1/4",
                  "PB-NRO-FPP9648 3/4",
                  "PB-NRO-FPP9648GL 1/4",
                  "PB-NRO-FPPB9648 1/2",
                  "PB-NRO-FS24",
                  "PB-NRO-FS30",
                  "PB-NRO-FS36",
                  "PB-NRO-FS60",
                  "PB-NRO-LCVM8",
                  "PB-NRO-LM8",
                  "PB-NRO-LRM8",
                  "PB-NRO-M2436",
                  "PB-NRO-OCM8-1",
                  "PB-NRO-REP120",
                  "PB-NRO-REP96",
                  "PB-NRO-SBM8",
                  "PB-NRO-SC10",
                  "PB-NRO-SDP34 4X4",
                  "PB-NRO-SHM8",
                  "PB-NRO-SK12",
                  "PB-NRO-SK15",
                  "PB-NRO-SK18",
                  "PB-NRO-SK24",
                  "PB-NRO-SK30",
                  "PB-NRO-SK36",
                  "PB-NRO-SK42",
                  "PB-NRO-SKB",
                  "PB-NRO-SM8",
                  "PB-NRO-SSPA34 4X4",
                  "PB-NRO-TK8",
                  "PB-NRO-TKBM8",
                  "PB-NRO-TOUCH UP KIT",
                  "PB-NRO-V54",
                  "PB-OB-BF3",
                  "PB-OB-BF6",
                  "PB-OB-BM8",
                  "PB-OB-CB",
                  "PB-OB-CVM8",
                  "PB-OB-DWR3L/R",
                  "PB-OB-F330",
                  "PB-OB-F336",
                  "PB-OB-F342",
                  "PB-OB-F396",
                  "PB-OB-F630",
                  "PB-OB-F642",
                  "PB-OB-F696",
                  "PB-OB-FPP9648 1/4",
                  "PB-OB-FPP9648 3/4",
                  "PB-OB-FPPB9648 1/2",
                  "PB-OB-FS24",
                  "PB-OB-FS30",
                  "PB-OB-FS36",
                  "PB-OB-FS60",
                  "PB-OB-GALLON OF PAINT",
                  "PB-OB-LCVM8",
                  "PB-OB-LM8",
                  "PB-OB-LRM8",
                  "PB-OB-OCM8-1",
                  "PB-OB-PINT OF PAINT",
                  "PB-OB-QUART OF PAINT",
                  "PB-OB-REP120",
                  "PB-OB-REP96",
                  "PB-OB-SBM8",
                  "PB-OB-SC10",
                  "PB-OB-SDP34 4X4",
                  "PB-OB-SHM8",
                  "PB-OB-SM8",
                  "PB-OB-SPRAY CAN",
                  "PB-OB-SSPA34 4X4",
                  "PB-OB-TK8",
                  "PB-OB-TKBM8",
                  "PB-OB-TLM8",
                  "PB-OB-TOUCH UP KIT",
                  "PB-OB-V54",
                  "PB-PW-BF3",
                  "PB-PW-BF6",
                  "PB-PW-BM8",
                  "PB-PW-CB",
                  "PB-PW-CVM8",
                  "PB-PW-DWR3L/R",
                  "PB-PW-F330",
                  "PB-PW-F336",
                  "PB-PW-F342",
                  "PB-PW-F396",
                  "PB-PW-F630",
                  "PB-PW-F642",
                  "PB-PW-F696",
                  "PB-PW-FPP9648 1/4",
                  "PB-PW-FPP9648 3/4",
                  "PB-PW-FPPB9648 1/2",
                  "PB-PW-FS24",
                  "PB-PW-FS30",
                  "PB-PW-FS36",
                  "PB-PW-FS60",
                  "PB-PW-GALLON OF PAINT",
                  "PB-PW-LCVM8",
                  "PB-PW-LM8",
                  "PB-PW-LRM8",
                  "PB-PW-OCM8-1",
                  "PB-PW-PINT OF PAINT",
                  "PB-PW-QUART OF PAINT",
                  "PB-PW-REP120",
                  "PB-PW-REP96",
                  "PB-PW-SBM8",
                  "PB-PW-SC10",
                  "PB-PW-SDP34 4X4",
                  "PB-PW-SHM8",
                  "PB-PW-SM8",
                  "PB-PW-SPRAY CAN",
                  "PB-PW-SSPA34 4X4",
                  "PB-PW-TK8",
                  "PB-PW-TKBM8",
                  "PB-PW-TLM8",
                  "PB-PW-TOUCH UP KIT",
                  "PB-PW-V54",
                  "PB-SG-BF3",
                  "PB-SG-BF6",
                  "PB-SG-BM8",
                  "PB-SG-CB",
                  "PB-SG-CVM8",
                  "PB-SG-DWR3L/R",
                  "PB-SG-F330",
                  "PB-SG-F336",
                  "PB-SG-F342",
                  "PB-SG-F396",
                  "PB-SG-F630",
                  "PB-SG-F642",
                  "PB-SG-F696",
                  "PB-SG-FPP9648 1/4",
                  "PB-SG-FPP9648 3/4",
                  "PB-SG-FPPB9648 1/2",
                  "PB-SG-FS24",
                  "PB-SG-FS30",
                  "PB-SG-FS36",
                  "PB-SG-FS60",
                  "PB-SG-GALLON OF PAINT",
                  "PB-SG-LCVM8",
                  "PB-SG-LM8",
                  "PB-SG-LRM8",
                  "PB-SG-M2436",
                  "PB-SG-OCM8-1",
                  "PB-SG-PINT OF PAINT",
                  "PB-SG-QUART OF PAINT",
                  "PB-SG-REP120",
                  "PB-SG-REP96",
                  "PB-SG-SBM8",
                  "PB-SG-SC10",
                  "PB-SG-SDP34 4X4",
                  "PB-SG-SHM8",
                  "PB-SG-SM8",
                  "PB-SG-SPRAY CAN",
                  "PB-SG-SSPA34 4X4",
                  "PB-SG-TK8",
                  "PB-SG-TKBM8",
                  "PB-SG-TLM8",
                  "PB-SG-TOUCH UP KIT",
                  "PB-SG-V54",
                  "PB-SW-BF3",
                  "PB-SW-BF6",
                  "PB-SW-BM8",
                  "PB-SW-CB",
                  "PB-SW-CLEARANCE KIT",
                  "PB-SW-CLEARANCE KIT TALL",
                  "PB-SW-CVM8",
                  "PB-SW-DWR3L/R",
                  "PB-SW-F330",
                  "PB-SW-F336",
                  "PB-SW-F342",
                  "PB-SW-F396",
                  "PB-SW-F630",
                  "PB-SW-F642",
                  "PB-SW-F696",
                  "PB-SW-FPP9648 1/4",
                  "PB-SW-FPP9648 3/4",
                  "PB-SW-FPPB9648 1/2",
                  "PB-SW-FS24",
                  "PB-SW-FS30",
                  "PB-SW-FS36",
                  "PB-SW-FS60",
                  "PB-SW-GALLON OF PAINT",
                  "PB-SW-LCVM8",
                  "PB-SW-LM8",
                  "PB-SW-LRM8",
                  "PB-SW-OCM8-1",
                  "PB-SW-PINT OF PAINT",
                  "PB-SW-QUART OF PAINT",
                  "PB-SW-REP120",
                  "PB-SW-REP96",
                  "PB-SW-SBM8",
                  "PB-SW-SC10",
                  "PB-SW-SDP34 4X4",
                  "PB-SW-SHM8",
                  "PB-SW-SM8",
                  "PB-SW-SPRAY CAN",
                  "PB-SW-SSPA34 4X4",
                  "PB-SW-TK8",
                  "PB-SW-TKBM8",
                  "PB-SW-TLM8",
                  "PB-SW-TOUCH UP KIT",
                  "PB-SW-V54",
                  "PBV-BED-18GR",
                  "PBV-BED-18WH",
                  "PBV-BED-24GR",
                  "PBV-BED-24WH",
                  "PBV-DAY-24NB",
                  "PBV-DAY-24W",
                  "PBV-DAY-30NB",
                  "PBV-DAY-30W",
                  "PBV-DAY-36NB",
                  "PBV-DAY-36W",
                  "PBV-DAY-42NB",
                  "PBV-DAY-42W",
                  "PBV-DAY-48NB",
                  "PBV-DAY-48W",
                  "PBV-DAY-60NB",
                  "PBV-DAY-60W",
                  "PBV-DAY-72NB",
                  "PBV-DAY-72W",
                  "PBV-MCH-18GR",
                  "PBV-MCH-18NB",
                  "PBV-MCH-18WH",
                  "PBV-MCH-24GR",
                  "PBV-MCH-24NB",
                  "PBV-MCH-24WH",
                  "SHO-ARU-GLA-6062",
                  "SHO-ARU-GLA-6076",
                  "SHO-ARU-HW-CH60",
                  "SHO-ARU-HW-MB60",
                  "SHO-ARU-HW-SN60",
                  "SHO-BER-GLA-4876",
                  "SHO-BER-GLA-6062",
                  "SHO-BER-GLA-6076",
                  "SHO-BER-HW-CH48",
                  "SHO-BER-HW-CH60",
                  "SHO-BER-HW-MB48",
                  "SHO-BER-HW-MB60",
                  "SHO-BER-HW-SN48",
                  "SHO-BER-HW-SN60",
                  "SHO-CAY-GLA-4876",
                  "SHO-CAY-GLA-6062",
                  "SHO-CAY-GLA-6076",
                  "SHO-CAY-GLA-7276",
                  "SHO-CAY-HW-BG60",
                  "SHO-CAY-HW-CH48",
                  "SHO-CAY-HW-CH60",
                  "SHO-CAY-HW-CH72",
                  "SHO-CAY-HW-MB48",
                  "SHO-CAY-HW-MB60",
                  "SHO-CAY-HW-MB72",
                  "SHO-CAY-HW-SN48",
                  "SHO-CAY-HW-SN60",
                  "SHO-CAY-HW-SN72",
                  "SHO-CAY-RET-3476",
                  "SHO-CAY-RET-3676",
                  "SHO-EAS-GLA-2472",
                  "SHO-EAS-GLA-2872",
                  "SHO-EAS-GLA-3072",
                  "SHO-EAS-GLA-3672",
                  "SHO-EAS-HW-CH",
                  "SHO-EAS-HW-MB",
                  "SHO-EAS-HW-SN",
                  "SHO-EAS-RET-3472-TRI",
                  "SHO-EAS-RET-3672-TRI",
                  "SHO-EAS-SP-0672-TRI",
                  "SHO-EAS-SP-0872-TRI",
                  "SHO-EAS-SP-1072-TRI",
                  "SHO-EAS-SP-1272-TRI",
                  "SHO-EAS-SP-1872-TRI",
                  "SHO-EAS-SP-2472-TRI",
                  "SHO-EAS-SP-3072-TRI",
                  "SHO-HAW-GLA-6062",
                  "SHO-HAW-GLA-6076",
                  "SHO-HAW-HW-CH",
                  "SHO-HAW-HW-MB",
                  "SHO-HAW-HW-SN",
                  "VT-MCQ-25-BS",
                  "VT-MCQ-2522-1R8",
                  "VT-MCQ-31-BS",
                  "VT-MCQ-3122-1R8",
                  "VT-MCQ-37-BS",
                  "VT-MCQ-3722-1R8",
                  "VT-MCQ-3722O-1R8",
                  "VT-MCQ-43-BS",
                  "VT-MCQ-4322-1R8",
                  "VT-MCQ-49-BS",
                  "VT-MCQ-4922-1R8",
                  "VT-MCQ-4922-2R8",
                  "VT-MCQ-61-BS",
                  "VT-MCQ-6122-1R8",
                  "VT-MCQ-6122-2R8",
                  "VT-MCQ-73-BS",
                  "VT-MCQ-7322-2R8",
                  "VT-MCQ-SAMPLE",
                  "VT-MCQ-SS",
                  "VT-NWC-1917-1O4",
                  "VT-NWC-2522-1O4",
                  "VT-NWC-3122-1O4",
                  "VT-NWC-3722-1O4",
                  "VT-NWC-422-SPLASH",
                  "VT-PWC-2522-1R8",
                  "VT-PWC-3122-1R8",
                  "VT-PWC-3722-1R8",
                  "VT-PWC-4922-1R8",
                  "VT-SWQ-25-BS",
                  "VT-SWQ-2522-1R8",
                  "VT-SWQ-31-BS",
                  "VT-SWQ-3122-1R8",
                  "VT-SWQ-37-BS",
                  "VT-SWQ-3722-1R8",
                  "VT-SWQ-3722O-1R8",
                  "VT-SWQ-43-BS",
                  "VT-SWQ-4322-1R8",
                  "VT-SWQ-49-BS",
                  "VT-SWQ-4922-1R8",
                  "VT-SWQ-4922-2R8",
                  "VT-SWQ-61-BS",
                  "VT-SWQ-6122-1R8",
                  "VT-SWQ-6122-2R8",
                  "VT-SWQ-73-BS",
                  "VT-SWQ-7322-2R8",
                  "VT-SWQ-SAMPLE"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 500,
              "skus": [
                "PB-HE-W2418",
                "PB-HE-W2430",
                "PB-HE-W2436",
                "PB-HE-W2442",
                "PB-HE-W2730",
                "PB-HE-W2736",
                "PB-HE-W2742",
                "PB-HE-W3012",
                "PB-HE-W3015",
                "PB-HE-W3018",
                "PB-HE-W3024",
                "PB-HE-W3030",
                "PB-HE-W3036",
                "PB-HE-W3042",
                "PB-HE-W3312",
                "PB-HE-W3315",
                "PB-HE-W3318",
                "PB-HE-W3324",
                "PB-HE-W3330",
                "PB-HE-W3336",
                "PB-HE-W3342",
                "PB-HE-W3612",
                "PB-HE-W3615",
                "PB-HE-W3618",
                "PB-HE-W361824",
                "PB-HE-W3624",
                "PB-HE-W362424",
                "PB-HE-W3630",
                "PB-HE-W3636",
                "PB-HE-W3642",
                "PB-HE-WBC3030",
                "PB-HE-WBC3036",
                "PB-HE-WBC3042",
                "PB-HE-WDC2430",
                "PB-HE-WDC2436",
                "PB-HE-WDC2442",
                "PB-HE-WDEP1230",
                "PB-HE-WDEP1236",
                "PB-HE-WDEP1242",
                "PB-HE-WEC30",
                "PB-HE-WEC36",
                "PB-HE-WEC42",
                "PB-HE-WF330",
                "PB-HE-WF342",
                "PB-HE-WF642",
                "PB-HE-WR3015",
                "PB-MW-B12",
                "PB-MW-B15",
                "PB-MW-B18",
                "PB-MW-B21",
                "PB-MW-B24",
                "PB-MW-B27",
                "PB-MW-B30",
                "PB-MW-B33",
                "PB-MW-B36",
                "PB-MW-BBC3942",
                "PB-MW-BBC4548",
                "PB-MW-BC33",
                "PB-MW-BC36",
                "PB-MW-BDEP24",
                "PB-MW-BFH09",
                "PB-MW-BM8",
                "PB-MW-CMC8",
                "PB-MW-CMV8",
                "PB-MW-DB12",
                "PB-MW-DB15",
                "PB-MW-DB18",
                "PB-MW-DB21",
                "PB-MW-DB24",
                "PB-MW-DB30",
                "PB-MW-DB30-2",
                "PB-MW-DB36",
                "PB-MW-DB36-2",
                "PB-MW-DWEP3",
                "PB-MW-FB8",
                "PB-MW-ICM8",
                "PB-MW-LRB8",
                "PB-MW-LRS8",
                "PB-MW-MWB30",
                "PB-MW-OC3384",
                "PB-MW-OC3390",
                "PB-MW-OC3396",
                "PB-MW-OCM8",
                "PB-MW-PV4896",
                "PB-MW-QR8",
                "PB-MW-REP3096-.75",
                "PB-MW-SB30",
                "PB-MW-SB33",
                "PB-MW-SB36",
                "PB-MW-SBF36",
                "PB-MW-SD",
                "PB-MW-SHM8",
                "PB-MW-SM8",
                "PB-MW-TF396",
                "PB-MW-TF696",
                "PB-MW-TKC8",
                "PB-MW-TUK",
                "PB-MW-UP1884",
                "PB-MW-UP1890",
                "PB-MW-UP1896",
                "PB-MW-UP2484",
                "PB-MW-UP2490",
                "PB-MW-UP2496",
                "PB-MW-W0930",
                "PB-MW-W0936",
                "PB-MW-W0942",
                "PB-MW-W1230",
                "PB-MW-W1236",
                "PB-MW-W1242",
                "PB-MW-W1530",
                "PB-MW-W1536",
                "PB-MW-W1542",
                "PB-MW-W1830",
                "PB-MW-W1836",
                "PB-MW-W1842",
                "PB-MW-W2130",
                "PB-MW-W2136",
                "PB-MW-W2142",
                "PB-MW-W2418",
                "PB-MW-W2430",
                "PB-MW-W2436",
                "PB-MW-W2442",
                "PB-MW-W2730",
                "PB-MW-W2736",
                "PB-MW-W2742",
                "PB-MW-W3012",
                "PB-MW-W3015",
                "PB-MW-W3018",
                "PB-MW-W3024",
                "PB-MW-W3030",
                "PB-MW-W3036",
                "PB-MW-W3042",
                "PB-MW-W3312",
                "PB-MW-W3315",
                "PB-MW-W3318",
                "PB-MW-W3324",
                "PB-MW-W3330",
                "PB-MW-W3336",
                "PB-MW-W3342",
                "PB-MW-W3612",
                "PB-MW-W3615",
                "PB-MW-W3618",
                "PB-MW-W361824",
                "PB-MW-W3624",
                "PB-MW-W362424",
                "PB-MW-W3630",
                "PB-MW-W3636",
                "PB-MW-W3642",
                "PB-MW-WBC3030",
                "PB-MW-WBC3036",
                "PB-MW-WBC3042",
                "PB-MW-WDC2430",
                "PB-MW-WDC2436",
                "PB-MW-WDC2442",
                "PB-MW-WDEP1230",
                "PB-MW-WDEP1236",
                "PB-MW-WDEP1242",
                "PB-MW-WEC30",
                "PB-MW-WEC36",
                "PB-MW-WEC42",
                "PB-MW-WF330",
                "PB-MW-WF342",
                "PB-MW-WF642",
                "PB-MW-WR3015",
                "PB-NRO-BF3",
                "PB-NRO-BF6",
                "PB-NRO-BM8",
                "PB-NRO-CB",
                "PB-NRO-CLEARANCE KIT",
                "PB-NRO-CLEARANCE KIT TALL",
                "PB-NRO-CVM8",
                "PB-NRO-DWR3L/R",
                "PB-NRO-F330",
                "PB-NRO-F336",
                "PB-NRO-F342",
                "PB-NRO-F396",
                "PB-NRO-F630",
                "PB-NRO-F642",
                "PB-NRO-F696",
                "PB-NRO-FPP9648 1/4",
                "PB-NRO-FPP9648 3/4",
                "PB-NRO-FPP9648GL 1/4",
                "PB-NRO-FPPB9648 1/2",
                "PB-NRO-FS24",
                "PB-NRO-FS30",
                "PB-NRO-FS36",
                "PB-NRO-FS60",
                "PB-NRO-LCVM8",
                "PB-NRO-LM8",
                "PB-NRO-LRM8",
                "PB-NRO-M2436",
                "PB-NRO-OCM8-1",
                "PB-NRO-REP120",
                "PB-NRO-REP96",
                "PB-NRO-SBM8",
                "PB-NRO-SC10",
                "PB-NRO-SDP34 4X4",
                "PB-NRO-SHM8",
                "PB-NRO-SK12",
                "PB-NRO-SK15",
                "PB-NRO-SK18",
                "PB-NRO-SK24",
                "PB-NRO-SK30",
                "PB-NRO-SK36",
                "PB-NRO-SK42",
                "PB-NRO-SKB",
                "PB-NRO-SM8",
                "PB-NRO-SSPA34 4X4",
                "PB-NRO-TK8",
                "PB-NRO-TKBM8",
                "PB-NRO-TOUCH UP KIT",
                "PB-NRO-V54",
                "PB-OB-BF3",
                "PB-OB-BF6",
                "PB-OB-BM8",
                "PB-OB-CB",
                "PB-OB-CVM8",
                "PB-OB-DWR3L/R",
                "PB-OB-F330",
                "PB-OB-F336",
                "PB-OB-F342",
                "PB-OB-F396",
                "PB-OB-F630",
                "PB-OB-F642",
                "PB-OB-F696",
                "PB-OB-FPP9648 1/4",
                "PB-OB-FPP9648 3/4",
                "PB-OB-FPPB9648 1/2",
                "PB-OB-FS24",
                "PB-OB-FS30",
                "PB-OB-FS36",
                "PB-OB-FS60",
                "PB-OB-GALLON OF PAINT",
                "PB-OB-LCVM8",
                "PB-OB-LM8",
                "PB-OB-LRM8",
                "PB-OB-OCM8-1",
                "PB-OB-PINT OF PAINT",
                "PB-OB-QUART OF PAINT",
                "PB-OB-REP120",
                "PB-OB-REP96",
                "PB-OB-SBM8",
                "PB-OB-SC10",
                "PB-OB-SDP34 4X4",
                "PB-OB-SHM8",
                "PB-OB-SM8",
                "PB-OB-SPRAY CAN",
                "PB-OB-SSPA34 4X4",
                "PB-OB-TK8",
                "PB-OB-TKBM8",
                "PB-OB-TLM8",
                "PB-OB-TOUCH UP KIT",
                "PB-OB-V54",
                "PB-PW-BF3",
                "PB-PW-BF6",
                "PB-PW-BM8",
                "PB-PW-CB",
                "PB-PW-CVM8",
                "PB-PW-DWR3L/R",
                "PB-PW-F330",
                "PB-PW-F336",
                "PB-PW-F342",
                "PB-PW-F396",
                "PB-PW-F630",
                "PB-PW-F642",
                "PB-PW-F696",
                "PB-PW-FPP9648 1/4",
                "PB-PW-FPP9648 3/4",
                "PB-PW-FPPB9648 1/2",
                "PB-PW-FS24",
                "PB-PW-FS30",
                "PB-PW-FS36",
                "PB-PW-FS60",
                "PB-PW-GALLON OF PAINT",
                "PB-PW-LCVM8",
                "PB-PW-LM8",
                "PB-PW-LRM8",
                "PB-PW-OCM8-1",
                "PB-PW-PINT OF PAINT",
                "PB-PW-QUART OF PAINT",
                "PB-PW-REP120",
                "PB-PW-REP96",
                "PB-PW-SBM8",
                "PB-PW-SC10",
                "PB-PW-SDP34 4X4",
                "PB-PW-SHM8",
                "PB-PW-SM8",
                "PB-PW-SPRAY CAN",
                "PB-PW-SSPA34 4X4",
                "PB-PW-TK8",
                "PB-PW-TKBM8",
                "PB-PW-TLM8",
                "PB-PW-TOUCH UP KIT",
                "PB-PW-V54",
                "PB-SG-BF3",
                "PB-SG-BF6",
                "PB-SG-BM8",
                "PB-SG-CB",
                "PB-SG-CVM8",
                "PB-SG-DWR3L/R",
                "PB-SG-F330",
                "PB-SG-F336",
                "PB-SG-F342",
                "PB-SG-F396",
                "PB-SG-F630",
                "PB-SG-F642",
                "PB-SG-F696",
                "PB-SG-FPP9648 1/4",
                "PB-SG-FPP9648 3/4",
                "PB-SG-FPPB9648 1/2",
                "PB-SG-FS24",
                "PB-SG-FS30",
                "PB-SG-FS36",
                "PB-SG-FS60",
                "PB-SG-GALLON OF PAINT",
                "PB-SG-LCVM8",
                "PB-SG-LM8",
                "PB-SG-LRM8",
                "PB-SG-M2436",
                "PB-SG-OCM8-1",
                "PB-SG-PINT OF PAINT",
                "PB-SG-QUART OF PAINT",
                "PB-SG-REP120",
                "PB-SG-REP96",
                "PB-SG-SBM8",
                "PB-SG-SC10",
                "PB-SG-SDP34 4X4",
                "PB-SG-SHM8",
                "PB-SG-SM8",
                "PB-SG-SPRAY CAN",
                "PB-SG-SSPA34 4X4",
                "PB-SG-TK8",
                "PB-SG-TKBM8",
                "PB-SG-TLM8",
                "PB-SG-TOUCH UP KIT",
                "PB-SG-V54",
                "PB-SW-BF3",
                "PB-SW-BF6",
                "PB-SW-BM8",
                "PB-SW-CB",
                "PB-SW-CLEARANCE KIT",
                "PB-SW-CLEARANCE KIT TALL",
                "PB-SW-CVM8",
                "PB-SW-DWR3L/R",
                "PB-SW-F330",
                "PB-SW-F336",
                "PB-SW-F342",
                "PB-SW-F396",
                "PB-SW-F630",
                "PB-SW-F642",
                "PB-SW-F696",
                "PB-SW-FPP9648 1/4",
                "PB-SW-FPP9648 3/4",
                "PB-SW-FPPB9648 1/2",
                "PB-SW-FS24",
                "PB-SW-FS30",
                "PB-SW-FS36",
                "PB-SW-FS60",
                "PB-SW-GALLON OF PAINT",
                "PB-SW-LCVM8",
                "PB-SW-LM8",
                "PB-SW-LRM8",
                "PB-SW-OCM8-1",
                "PB-SW-PINT OF PAINT",
                "PB-SW-QUART OF PAINT",
                "PB-SW-REP120",
                "PB-SW-REP96",
                "PB-SW-SBM8",
                "PB-SW-SC10",
                "PB-SW-SDP34 4X4",
                "PB-SW-SHM8",
                "PB-SW-SM8",
                "PB-SW-SPRAY CAN",
                "PB-SW-SSPA34 4X4",
                "PB-SW-TK8",
                "PB-SW-TKBM8",
                "PB-SW-TLM8",
                "PB-SW-TOUCH UP KIT",
                "PB-SW-V54",
                "PBV-BED-18GR",
                "PBV-BED-18WH",
                "PBV-BED-24GR",
                "PBV-BED-24WH",
                "PBV-DAY-24NB",
                "PBV-DAY-24W",
                "PBV-DAY-30NB",
                "PBV-DAY-30W",
                "PBV-DAY-36NB",
                "PBV-DAY-36W",
                "PBV-DAY-42NB",
                "PBV-DAY-42W",
                "PBV-DAY-48NB",
                "PBV-DAY-48W",
                "PBV-DAY-60NB",
                "PBV-DAY-60W",
                "PBV-DAY-72NB",
                "PBV-DAY-72W",
                "PBV-MCH-18GR",
                "PBV-MCH-18NB",
                "PBV-MCH-18WH",
                "PBV-MCH-24GR",
                "PBV-MCH-24NB",
                "PBV-MCH-24WH",
                "SHO-ARU-GLA-6062",
                "SHO-ARU-GLA-6076",
                "SHO-ARU-HW-CH60",
                "SHO-ARU-HW-MB60",
                "SHO-ARU-HW-SN60",
                "SHO-BER-GLA-4876",
                "SHO-BER-GLA-6062",
                "SHO-BER-GLA-6076",
                "SHO-BER-HW-CH48",
                "SHO-BER-HW-CH60",
                "SHO-BER-HW-MB48",
                "SHO-BER-HW-MB60",
                "SHO-BER-HW-SN48",
                "SHO-BER-HW-SN60",
                "SHO-CAY-GLA-4876",
                "SHO-CAY-GLA-6062",
                "SHO-CAY-GLA-6076",
                "SHO-CAY-GLA-7276",
                "SHO-CAY-HW-BG60",
                "SHO-CAY-HW-CH48",
                "SHO-CAY-HW-CH60",
                "SHO-CAY-HW-CH72",
                "SHO-CAY-HW-MB48",
                "SHO-CAY-HW-MB60",
                "SHO-CAY-HW-MB72",
                "SHO-CAY-HW-SN48",
                "SHO-CAY-HW-SN60",
                "SHO-CAY-HW-SN72",
                "SHO-CAY-RET-3476",
                "SHO-CAY-RET-3676",
                "SHO-EAS-GLA-2472",
                "SHO-EAS-GLA-2872",
                "SHO-EAS-GLA-3072",
                "SHO-EAS-GLA-3672",
                "SHO-EAS-HW-CH",
                "SHO-EAS-HW-MB",
                "SHO-EAS-HW-SN",
                "SHO-EAS-RET-3472-TRI",
                "SHO-EAS-RET-3672-TRI",
                "SHO-EAS-SP-0672-TRI",
                "SHO-EAS-SP-0872-TRI",
                "SHO-EAS-SP-1072-TRI",
                "SHO-EAS-SP-1272-TRI",
                "SHO-EAS-SP-1872-TRI",
                "SHO-EAS-SP-2472-TRI",
                "SHO-EAS-SP-3072-TRI",
                "SHO-HAW-GLA-6062",
                "SHO-HAW-GLA-6076",
                "SHO-HAW-HW-CH",
                "SHO-HAW-HW-MB",
                "SHO-HAW-HW-SN",
                "VT-MCQ-25-BS",
                "VT-MCQ-2522-1R8",
                "VT-MCQ-31-BS",
                "VT-MCQ-3122-1R8",
                "VT-MCQ-37-BS",
                "VT-MCQ-3722-1R8",
                "VT-MCQ-3722O-1R8",
                "VT-MCQ-43-BS",
                "VT-MCQ-4322-1R8",
                "VT-MCQ-49-BS",
                "VT-MCQ-4922-1R8",
                "VT-MCQ-4922-2R8",
                "VT-MCQ-61-BS",
                "VT-MCQ-6122-1R8",
                "VT-MCQ-6122-2R8",
                "VT-MCQ-73-BS",
                "VT-MCQ-7322-2R8",
                "VT-MCQ-SAMPLE",
                "VT-MCQ-SS",
                "VT-NWC-1917-1O4",
                "VT-NWC-2522-1O4",
                "VT-NWC-3122-1O4",
                "VT-NWC-3722-1O4",
                "VT-NWC-422-SPLASH",
                "VT-PWC-2522-1R8",
                "VT-PWC-3122-1R8",
                "VT-PWC-3722-1R8",
                "VT-PWC-4922-1R8",
                "VT-SWQ-25-BS",
                "VT-SWQ-2522-1R8",
                "VT-SWQ-31-BS",
                "VT-SWQ-3122-1R8",
                "VT-SWQ-37-BS",
                "VT-SWQ-3722-1R8",
                "VT-SWQ-3722O-1R8",
                "VT-SWQ-43-BS",
                "VT-SWQ-4322-1R8",
                "VT-SWQ-49-BS",
                "VT-SWQ-4922-1R8",
                "VT-SWQ-4922-2R8",
                "VT-SWQ-61-BS",
                "VT-SWQ-6122-1R8",
                "VT-SWQ-6122-2R8",
                "VT-SWQ-73-BS",
                "VT-SWQ-7322-2R8",
                "VT-SWQ-SAMPLE"
              ],
              "status": "done",
              "job_id": 1244,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 1576.9
            }
          ],
          "dry_run": false
        },
        {
          "batch": 12,
          "sku_count": 17,
          "channel": "magento",
          "status": "phased",
          "phased": true,
          "phases": [
            {
              "phase": "products",
              "queue_id": 1722,
              "label": "push-channel-sample-magento-products-20260806-090332",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "VT-SWQ-SS",
                  "VT-TCM-25-BS",
                  "VT-TCM-2522-1R8",
                  "VT-TCM-31-BS",
                  "VT-TCM-3122-1R8",
                  "VT-TCM-37-BS",
                  "VT-TCM-3722-1R8",
                  "VT-TCM-3722O-1R8",
                  "VT-TCM-43-BS",
                  "VT-TCM-4322-1R8",
                  "VT-TCM-49-BS",
                  "VT-TCM-4922-1R8",
                  "VT-TCM-61-BS",
                  "VT-TCM-6122-1R8",
                  "VT-TCM-6122-2R8",
                  "VT-TCM-73-BS",
                  "VT-TCM-7322-2R8"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "products_only": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 17,
              "skus": [
                "VT-SWQ-SS",
                "VT-TCM-25-BS",
                "VT-TCM-2522-1R8",
                "VT-TCM-31-BS",
                "VT-TCM-3122-1R8",
                "VT-TCM-37-BS",
                "VT-TCM-3722-1R8",
                "VT-TCM-3722O-1R8",
                "VT-TCM-43-BS",
                "VT-TCM-4322-1R8",
                "VT-TCM-49-BS",
                "VT-TCM-4922-1R8",
                "VT-TCM-61-BS",
                "VT-TCM-6122-1R8",
                "VT-TCM-6122-2R8",
                "VT-TCM-73-BS",
                "VT-TCM-7322-2R8"
              ],
              "status": "done",
              "job_id": 1245,
              "last_error": null,
              "job_status": "completed",
              "elapsed_seconds": 50.2
            },
            {
              "phase": "images",
              "queue_id": 1723,
              "label": "push-channel-sample-magento-images-20260806-090423",
              "options": {
                "dry_run": false,
                "use_master_catalog": true,
                "limit_skus": [
                  "VT-SWQ-SS",
                  "VT-TCM-25-BS",
                  "VT-TCM-2522-1R8",
                  "VT-TCM-31-BS",
                  "VT-TCM-3122-1R8",
                  "VT-TCM-37-BS",
                  "VT-TCM-3722-1R8",
                  "VT-TCM-3722O-1R8",
                  "VT-TCM-43-BS",
                  "VT-TCM-4322-1R8",
                  "VT-TCM-49-BS",
                  "VT-TCM-4922-1R8",
                  "VT-TCM-61-BS",
                  "VT-TCM-6122-1R8",
                  "VT-TCM-6122-2R8",
                  "VT-TCM-73-BS",
                  "VT-TCM-7322-2R8"
                ],
                "run_pull_first": false,
                "run_pull_after": false,
                "images_only": true,
                "force_images": true,
                "use_connection_pending_table": false
              },
              "native_connection_id": 4,
              "connection_id": 4,
              "sku_count": 17,
              "skus": [
                "VT-SWQ-SS",
                "VT-TCM-25-BS",
                "VT-TCM-2522-1R8",
                "VT-TCM-31-BS",
                "VT-TCM-3122-1R8",
                "VT-TCM-37-BS",
                "VT-TCM-3722-1R8",
                "VT-TCM-3722O-1R8",
                "VT-TCM-43-BS",
                "VT-TCM-4322-1R8",
                "VT-TCM-49-BS",
                "VT-TCM-4922-1R8",
                "VT-TCM-61-BS",
                "VT-TCM-6122-1R8",
                "VT-TCM-6122-2R8",
                "VT-TCM-73-BS",
                "VT-TCM-7322-2R8"
              ],
              "status": "done",
              "job_id": null,
              "last_error": null,
              "job_status": null,
              "elapsed_seconds": 0.4
            }
          ],
          "dry_run": false
        }
      ]
    }
  },
  "skip_collection_assets": false,
  "connections": {
    "magento": 4,
    "shopify": 1
  },
  "sku_total": 5517,
  "status": "ok"
}
OK: channel_full_publish (2026-08-06T09:04:30Z)

------------------------------------------------------------
STEP: repair_magento_listing_path_targets
CMD: python3 -m app.jobs.repair_magento_listing_path_targets --connection-id 4 --provision-unmatched --apply
started: 2026-08-06T09:04:30Z
------------------------------------------------------------
{
  "status": "ok",
  "dry_run": false,
  "connection_id": 4,
  "mismatch_count": 15,
  "relink_count": 1,
  "unmatched_count": 14,
  "skipped_intersection_count": 2176,
  "deactivated_targets": 1,
  "would_deactivate_targets": 0,
  "upserted_targets": 1,
  "would_upsert_targets": 0,
  "provision_unmatched": {
    "provisioned": 0,
    "would_provision": 0,
    "errors": [
      "Remote taxonomy provision is frozen (MASTER_TAXONOMY_AUTO_INVENT=false); refusing --provision-unmatched. Relink existing remotes only."
    ],
    "samples": [],
    "invent_frozen": true
  },
  "invalid_collection_facet_masters": {
    "deactivated_paths": 0,
    "would_deactivate_paths": 0,
    "deactivated_taxonomy_nodes": 0,
    "deactivated_listing_assignments": 0,
    "deactivated_category_targets": 0,
    "samples": []
  },
  "facet_rooted_intersection_cleanup": {
    "deactivated_paths": 0,
    "deactivated_rules": 0,
    "deactivated_targets": 0,
    "deactivated_landings": 0,
    "deactivated_taxonomy_nodes": 0,
    "would_deactivate": 0,
    "samples": []
  },
  "missing_targets": {
    "reactivated": 0,
    "would_reactivate": 0,
    "upserted": 0,
    "would_upsert": 0,
    "unmatched": 13,
    "samples": [
      {
        "path_slug": "bathroom-vanities/base-cabinets",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "bathroom-vanities/base-cabinets/special-base",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "bathroom-vanities/harriet",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "bathroom-vanities/tall-cabinets",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "bathroom-vanities/tall-cabinets/special-tall",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/accessories/loose-solid-door",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/hurston-espresso",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/kitchen-cabinets-assembled",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/metro-mist",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/tall/pantry-cabinet",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "kitchen-cabinets/wall-cabinets/microwave-cabinet",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "locks-hardware/base-cabinets",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      },
      {
        "path_slug": "locks-hardware/base-cabinets/special-base",
        "action": "unmatched",
        "target_id": null,
        "remote_id": null,
        "remote_path": null
      }
    ]
  },
  "stale_assignments": {
    "deactivated": 5910,
    "would_deactivate": 0,
    "samples": [
      {
        "id": 165653,
        "sku": "FGH-B33",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets/double-door-base",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets/base-cabinets"
        ]
      },
      {
        "id": 165667,
        "sku": "FGH-DB15",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets/drawer-base",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets/base-cabinets"
        ]
      },
      {
        "id": 165680,
        "sku": "FGH-FS33",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets/sink-base",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets/base-cabinets"
        ]
      },
      {
        "id": 165738,
        "sku": "FGH-SM8-S",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/moldings",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets/moldings/scribe"
        ]
      },
      {
        "id": 165754,
        "sku": "FGH-TP302496",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/tall-cabinets",
          "kitchen-cabinets/tall-cabinets/pantry",
          "kitchen-cabinets/galaxy-horizon"
        ]
      },
      {
        "id": 165755,
        "sku": "FGH-VAR54",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/accessories/valance-arch",
          "kitchen-cabinets/accessories",
          "kitchen-cabinets/galaxy-horizon"
        ]
      },
      {
        "id": 165760,
        "sku": "FGH-W1236",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets/basic-wall",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/galaxy-horizon"
        ]
      },
      {
        "id": 165797,
        "sku": "FGH-W3336",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets/basic-wall",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/galaxy-horizon"
        ]
      },
      {
        "id": 165828,
        "sku": "FGH-WF636",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets",
          "kitchen-cabinets/panels-and-fillers",
          "kitchen-cabinets/panels-and-fillers/fillers"
        ]
      },
      {
        "id": 165837,
        "sku": "FGH-WP-T96",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/panels-and-fillers",
          "kitchen-cabinets/galaxy-horizon",
          "kitchen-cabinets/panels-and-fillers/panels"
        ]
      },
      {
        "id": 166081,
        "sku": "ACH-GD-W3030",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/accessories",
          "kitchen-cabinets/accessories/glass-door",
          "kitchen-cabinets/anna-caramel-harvest"
        ]
      },
      {
        "id": 166091,
        "sku": "ACH-M2436",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets/vanity/vanity-cabinet",
          "kitchen-cabinets",
          "kitchen-cabinets/anna-caramel-harvest"
        ]
      },
      {
        "id": 166118,
        "sku": "ACH-VDB12-3",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/vanity/vanity-cabinet",
          "kitchen-cabinets/anna-caramel-harvest"
        ]
      },
      {
        "id": 166135,
        "sku": "ACH-W1542",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets/anna-caramel-harvest",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/wall-cabinets/basic-wall"
        ]
      },
      {
        "id": 166145,
        "sku": "ACH-W2430",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/wall-cabinets/basic-wall",
          "kitchen-cabinets/anna-caramel-harvest"
        ]
      },
      {
        "id": 166175,
        "sku": "ACH-WBC2730",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/wall-cabinets/blind-corner",
          "kitchen-cabinets/anna-caramel-harvest"
        ]
      },
      {
        "id": 166188,
        "sku": "ANRO-BH18",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets",
          "kitchen-cabinets/base-cabinets/basic-base",
          "kitchen-cabinets/anna-natural-rift-white-oak"
        ]
      },
      {
        "id": 166208,
        "sku": "ASG-BBC45/48L/R",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "kitchen-cabinets/anna-stone-gray",
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets",
          "kitchen-cabinets/base-cabinets/blind-corner"
        ]
      },
      {
        "id": 166209,
        "sku": "ASG-BCOR33L/R",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "kitchen-cabinets/anna-stone-gray",
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets",
          "kitchen-cabinets/base-cabinets/lazy-susan"
        ]
      },
      {
        "id": 166210,
        "sku": "ASG-BCOR36L/R",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "kitchen-cabinets/anna-stone-gray",
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets",
          "kitchen-cabinets/base-cabinets/lazy-susan"
        ]
      },
      {
        "id": 166239,
        "sku": "ASG-GD-W3636",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "kitchen-cabinets/anna-stone-gray",
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/accessories",
          "kitchen-cabinets/accessories/glass-door"
        ]
      },
      {
        "id": 166298,
        "sku": "ASG-W2415",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets/anna-stone-gray",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/wall-cabinets/bridge-wall"
        ]
      },
      {
        "id": 166307,
        "sku": "ASG-W3012",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets/anna-stone-gray",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/wall-cabinets/bridge-wall"
        ]
      },
      {
        "id": 166337,
        "sku": "ASG-WDC2436",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "all-products",
          "kitchen-cabinets",
          "kitchen-cabinets/wall-cabinets",
          "kitchen-cabinets/anna-stone-gray",
          "kitchen-cabinets/wall-cabinets/corner-wall"
        ]
      },
      {
        "id": 166355,
        "sku": "ASW-BBC39/42L/R",
        "remote_id": "2",
        "remote_path": "Default Category",
        "listing_paths": [
          "kitchen-cabinets/anna-snow-white",
          "kitchen-cabinets",
          "kitchen-cabinets/base-cabinets",
          "kitchen-cabinets/base-cabinets/blind-corner",
          "all-products"
        ]
      }
    ]
  },
  "sample_mismatches": [
    {
      "path_slug": "all-products",
      "target_id": 10862,
      "connection_id": 4,
      "current_remote_id": "2",
      "current_remote_path": "Default Category",
      "suggested_remote_id": "4",
      "suggested_remote_path": "Default Category/All Products",
      "match_reason": "path_covers",
      "planned_magento_path": "All Products"
    },
    {
      "path_slug": "kitchen-cabinets/moldings",
      "target_id": 1112,
      "connection_id": 4,
      "current_remote_id": "371",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/additional-moldings",
      "target_id": 3869,
      "connection_id": 4,
      "current_remote_id": "412",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Additional Moldings",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Additional Moldings"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/bead-molding",
      "target_id": 3871,
      "connection_id": 4,
      "current_remote_id": "413",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Bead Molding",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Bead Molding"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/cove-crown",
      "target_id": 11095,
      "connection_id": 4,
      "current_remote_id": "492",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Cove Crown",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Cove Crown"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/crown-molding",
      "target_id": 3872,
      "connection_id": 4,
      "current_remote_id": "414",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Crown Molding",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Crown Molding"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/furniture-base",
      "target_id": 11097,
      "connection_id": 4,
      "current_remote_id": "493",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Furniture Base",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Furniture Base"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/inside-corner",
      "target_id": 11099,
      "connection_id": 4,
      "current_remote_id": "494",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Inside Corner",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Inside Corner"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/large-crown",
      "target_id": 11190,
      "connection_id": 4,
      "current_remote_id": "499",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Large Crown",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Large Crown"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/light-rail",
      "target_id": 11271,
      "connection_id": 4,
      "current_remote_id": "532",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Light Rail",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Light Rail"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/outside-corner",
      "target_id": 11101,
      "connection_id": 4,
      "current_remote_id": "495",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Outside Corner",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Outside Corner"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/quarter-round",
      "target_id": 11242,
      "connection_id": 4,
      "current_remote_id": "520",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Quarter Round",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Quarter Round"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/scribe",
      "target_id": 11103,
      "connection_id": 4,
      "current_remote_id": "496",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Scribe",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Scribe"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/shoe",
      "target_id": 11105,
      "connection_id": 4,
      "current_remote_id": "497",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Shoe",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Shoe"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/toe-kick",
      "target_id": 11274,
      "connection_id": 4,
      "current_remote_id": "535",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Toe Kick",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Toe Kick"
    }
  ],
  "sample_unmatched": [
    {
      "path_slug": "kitchen-cabinets/moldings",
      "target_id": 1112,
      "connection_id": 4,
      "current_remote_id": "371",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/additional-moldings",
      "target_id": 3869,
      "connection_id": 4,
      "current_remote_id": "412",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Additional Moldings",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Additional Moldings"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/bead-molding",
      "target_id": 3871,
      "connection_id": 4,
      "current_remote_id": "413",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Bead Molding",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Bead Molding"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/cove-crown",
      "target_id": 11095,
      "connection_id": 4,
      "current_remote_id": "492",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Cove Crown",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Cove Crown"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/crown-molding",
      "target_id": 3872,
      "connection_id": 4,
      "current_remote_id": "414",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Crown Molding",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Crown Molding"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/furniture-base",
      "target_id": 11097,
      "connection_id": 4,
      "current_remote_id": "493",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Furniture Base",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Furniture Base"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/inside-corner",
      "target_id": 11099,
      "connection_id": 4,
      "current_remote_id": "494",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Inside Corner",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Inside Corner"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/large-crown",
      "target_id": 11190,
      "connection_id": 4,
      "current_remote_id": "499",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Large Crown",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Large Crown"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/light-rail",
      "target_id": 11271,
      "connection_id": 4,
      "current_remote_id": "532",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Light Rail",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Light Rail"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/outside-corner",
      "target_id": 11101,
      "connection_id": 4,
      "current_remote_id": "495",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Outside Corner",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Outside Corner"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/quarter-round",
      "target_id": 11242,
      "connection_id": 4,
      "current_remote_id": "520",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Quarter Round",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Quarter Round"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/scribe",
      "target_id": 11103,
      "connection_id": 4,
      "current_remote_id": "496",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Scribe",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Scribe"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/shoe",
      "target_id": 11105,
      "connection_id": 4,
      "current_remote_id": "497",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Shoe",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Shoe"
    },
    {
      "path_slug": "kitchen-cabinets/moldings/toe-kick",
      "target_id": 11274,
      "connection_id": 4,
      "current_remote_id": "535",
      "current_remote_path": "Default Category/Kitchen Cabinets/Mouldings/Toe Kick",
      "suggested_remote_id": null,
      "suggested_remote_path": null,
      "match_reason": null,
      "planned_magento_path": "Kitchen Cabinets/Moldings/Toe Kick"
    }
  ],
  "sample_skipped_intersections": [
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories",
      "target_id": 2497,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/clearance-kit",
      "target_id": 2535,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/corbel",
      "target_id": 12489,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/crown-molding",
      "target_id": 2536,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/decorative-trim",
      "target_id": 2537,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/floating-shelf",
      "target_id": 2538,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/glass-door",
      "target_id": 12490,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/knee-drawer",
      "target_id": 12491,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/light-molding",
      "target_id": 2539,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/loose-glass-door",
      "target_id": 2540,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/loose-solid-door",
      "target_id": 12492,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/pantry-pullout",
      "target_id": 2541,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/post",
      "target_id": 12493,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/rollout-tray",
      "target_id": 12494,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/sample-door",
      "target_id": 2542,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/skin-panel",
      "target_id": 2543,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/toe-kick",
      "target_id": 2544,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/touch-up-paint",
      "target_id": 2545,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/trash-storage",
      "target_id": 2546,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    },
    {
      "path_slug": "kitchen-cabinets/anna-caramel-harvest/accessories/valance-arch",
      "target_id": 12495,
      "taxonomy_kind": "category_filter",
      "path_kind": "intersection",
      "remote_id": "386",
      "remote_path": "kitchen-cabinets/anna-caramel-harvest",
      "reason": "seo_intersection_page_category"
    }
  ],
  "note": "repair_magento_listing_path_targets 2026-08-06T09:04:48.880039+00:00"
}
OK: repair_magento_listing_path_targets (2026-08-06T09:05:00Z)

------------------------------------------------------------
STEP: repair_magento_product_category_links
CMD: python3 -m app.jobs.repair_magento_product_category_links --connection-id 4 --all-assigned --apply
started: 2026-08-06T09:05:00Z
------------------------------------------------------------
INFO:__main__:category-link repair progress 1/5517 sku=ACH-B12
INFO:__main__:category-link repair progress 25/5517 sku=ACH-BH18
INFO:__main__:category-link repair progress 50/5517 sku=ACH-DB33-3
INFO:__main__:category-link repair progress 75/5517 sku=ACH-GD-W1830
INFO:__main__:category-link repair progress 100/5517 sku=ACH-GDW1830
INFO:__main__:category-link repair progress 125/5517 sku=ACH-MC3018
INFO:__main__:category-link repair progress 150/5517 sku=ACH-SB36
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/ACH-SDP34%204X4 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/ACH-SDP34%204X4 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/ACH-SDP34%204X4
INFO:__main__:category-link repair progress 175/5517 sku=ACH-VSD3621DR
INFO:__main__:category-link repair progress 200/5517 sku=ACH-W2730
INFO:__main__:category-link repair progress 225/5517 sku=ACH-W3624
INFO:__main__:category-link repair progress 250/5517 sku=ACH-WOC1815
INFO:__main__:category-link repair progress 275/5517 sku=ANRO-B24
INFO:__main__:category-link repair progress 300/5517 sku=ANRO-BH33
INFO:__main__:category-link repair progress 325/5517 sku=ANRO-EZR36
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/ANRO-FPP9648%203%252F4 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/ANRO-FPP9648%203%252F4 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/ANRO-FPP9648%203%252F4
INFO:__main__:category-link repair progress 350/5517 sku=ANRO-GD-W2115
INFO:__main__:category-link repair progress 375/5517 sku=ANRO-GDW2115
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/ANRO-GDW2715 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/ANRO-GDW2715 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/ANRO-GDW2715
INFO:__main__:category-link repair progress 400/5517 sku=ANRO-MWEP30
INFO:__main__:category-link repair progress 425/5517 sku=ANRO-SBM8
INFO:__main__:category-link repair progress 450/5517 sku=ANRO-VKD3021
INFO:__main__:category-link repair progress 475/5517 sku=ANRO-W2424
INFO:__main__:category-link repair progress 500/5517 sku=ANRO-W361224
INFO:__main__:category-link repair progress 525/5517 sku=ANRO-WOC1515
INFO:__main__:category-link repair progress 550/5517 sku=ASG-B12
INFO:__main__:category-link repair progress 575/5517 sku=ASG-BH21
INFO:__main__:category-link repair progress 600/5517 sku=ASG-DWR3L/R
INFO:__main__:category-link repair progress 625/5517 sku=ASG-GD-W3036
INFO:__main__:category-link repair progress 650/5517 sku=ASG-LM8
INFO:__main__:category-link repair progress 675/5517 sku=ASG-REP96
INFO:__main__:category-link repair progress 700/5517 sku=ASG-VDB15-3
INFO:__main__:category-link repair progress 725/5517 sku=ASG-W2415
INFO:__main__:category-link repair progress 750/5517 sku=ASG-W3342
INFO:__main__:category-link repair progress 775/5517 sku=ASG-WHB3630
INFO:__main__:category-link repair progress 800/5517 sku=ASM-BRO-WOC1836
INFO:__main__:category-link repair progress 825/5517 sku=ASM-CH-WOC1815
INFO:__main__:category-link repair progress 850/5517 sku=ASM-NRO-WOC1536
INFO:__main__:category-link repair progress 875/5517 sku=ASM-OB-WOC1536
INFO:__main__:category-link repair progress 900/5517 sku=ASM-PW-WOC2115
INFO:__main__:category-link repair progress 925/5517 sku=ASM-SG-WOC3036
INFO:__main__:category-link repair progress 950/5517 sku=ASM-SW-WOC3042
INFO:__main__:category-link repair progress 975/5517 sku=ASW-BBC45/48L/R
INFO:__main__:category-link repair progress 1000/5517 sku=ASW-CVM8
INFO:__main__:category-link repair progress 1025/5517 sku=ASW-FS30
INFO:__main__:category-link repair progress 1050/5517 sku=ASW-GD-WCOR2415
INFO:__main__:category-link repair progress 1075/5517 sku=ASW-GDWCOR2415
INFO:__main__:category-link repair progress 1100/5517 sku=ASW-PC2496
INFO:__main__:category-link repair progress 1125/5517 sku=ASW-TLM8
INFO:__main__:category-link repair progress 1150/5517 sku=ASW-W1830
INFO:__main__:category-link repair progress 1175/5517 sku=ASW-W3042
INFO:__main__:category-link repair progress 1200/5517 sku=ASW-WDC2430
INFO:__main__:category-link repair progress 1225/5517 sku=ASW-WOC3615
INFO:__main__:category-link repair progress 1250/5517 sku=BDW-18WT
INFO:__main__:category-link repair progress 1275/5517 sku=BDW-27WXT
INFO:__main__:category-link repair progress 1300/5517 sku=BDW-36W
INFO:__main__:category-link repair progress 1325/5517 sku=BDW-9WXT
INFO:__main__:category-link repair progress 1350/5517 sku=BTP-18BRB
INFO:__main__:category-link repair progress 1375/5517 sku=BTP-24W
INFO:__main__:category-link repair progress 1400/5517 sku=BTP-33RBS
INFO:__main__:category-link repair progress 1425/5517 sku=BTP-48W
INFO:__main__:category-link repair progress 1450/5517 sku=CGO-15B
INFO:__main__:category-link repair progress 1475/5517 sku=CGO-24R
INFO:__main__:category-link repair progress 1500/5517 sku=CGO-36B
INFO:__main__:category-link repair progress 1525/5517 sku=CGO-9W
INFO:__main__:category-link repair progress 1550/5517 sku=CRY-DH-2775x4525
INFO:__main__:category-link repair progress 1575/5517 sku=CRY-DH-3425x4525
INFO:__main__:category-link repair progress 1600/5517 sku=CSG-B33
INFO:__main__:category-link repair progress 1625/5517 sku=CSG-CORBEL-S
INFO:__main__:category-link repair progress 1650/5517 sku=CSG-LRB8
INFO:__main__:category-link repair progress 1675/5517 sku=CSG-SAMD
INFO:__main__:category-link repair progress 1700/5517 sku=CSG-VB12
INFO:__main__:category-link repair progress 1725/5517 sku=CSG-W0936
INFO:__main__:category-link repair progress 1750/5517 sku=CSG-W2730
INFO:__main__:category-link repair progress 1775/5517 sku=CSG-W362424
INFO:__main__:category-link repair progress 1800/5517 sku=CSG-WDC2436MI
INFO:__main__:category-link repair progress 1825/5517 sku=CSG-WFO630
INFO:__main__:category-link repair progress 1850/5517 sku=DNU-ASG-MPBEP
INFO:__main__:category-link repair progress 1875/5517 sku=DSP1P34
INFO:__main__:category-link repair progress 1900/5517 sku=EOB-BBC45/48FHL/R-MC
INFO:__main__:category-link repair progress 1925/5517 sku=EOB-CSB36-FP
INFO:__main__:category-link repair progress 1950/5517 sku=EOB-FS24
INFO:__main__:category-link repair progress 1975/5517 sku=EOB-GDW1842
INFO:__main__:category-link repair progress 2000/5517 sku=EOB-PC1884
INFO:__main__:category-link repair progress 2025/5517 sku=EOB-SM8
INFO:__main__:category-link repair progress 2050/5517 sku=EOB-W1236
INFO:__main__:category-link repair progress 2075/5517 sku=EOB-W301824
INFO:__main__:category-link repair progress 2100/5517 sku=EOB-WBC2736
INFO:__main__:category-link repair progress 2125/5517 sku=EOB-WOCD2430
INFO:__main__:category-link repair progress 2150/5517 sku=ESW-BH09
INFO:__main__:category-link repair progress 2175/5517 sku=ESW-DB30-2
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): DELETE categories/370/products/ESW-FPP9648%201%252F4 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/categories/370/products/ESW-FPP9648%201%252F4 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: DELETE categories/370/products/ESW-FPP9648%201%252F4
INFO:__main__:category-link repair progress 2200/5517 sku=ESW-GD-W1536
INFO:__main__:category-link repair progress 2225/5517 sku=ESW-GDW1536
INFO:__main__:category-link repair progress 2250/5517 sku=ESW-LRM8
INFO:__main__:category-link repair progress 2275/5517 sku=ESW-REP96
INFO:__main__:category-link repair progress 2300/5517 sku=ESW-VDB15-3
INFO:__main__:category-link repair progress 2325/5517 sku=ESW-W2415
INFO:__main__:category-link repair progress 2350/5517 sku=ESW-W3342
INFO:__main__:category-link repair progress 2375/5517 sku=ESW-WHB3630
INFO:__main__:category-link repair progress 2400/5517 sku=ESW-WOCOR2415
INFO:__main__:category-link repair progress 2425/5517 sku=FGH-DB24
INFO:__main__:category-link repair progress 2450/5517 sku=FGH-GDW3642
INFO:__main__:category-link repair progress 2475/5517 sku=FGH-SB30
INFO:__main__:category-link repair progress 2500/5517 sku=FGH-TP302490
INFO:__main__:category-link repair progress 2525/5517 sku=FGH-W2736
INFO:__main__:category-link repair progress 2550/5517 sku=FGH-W361824
INFO:__main__:category-link repair progress 2575/5517 sku=FGH-WF642
INFO:__main__:category-link repair progress 2600/5517 sku=FHF-BF6
INFO:__main__:category-link repair progress 2625/5517 sku=FHF-GD1836
INFO:__main__:category-link repair progress 2650/5517 sku=FHF-PAN-1/4
INFO:__main__:category-link repair progress 2675/5517 sku=FHF-TP152484
INFO:__main__:category-link repair progress 2700/5517 sku=FHF-W1830
INFO:__main__:category-link repair progress 2725/5517 sku=FHF-W3036
INFO:__main__:category-link repair progress 2750/5517 sku=FHF-WAE1236
INFO:__main__:category-link repair progress 2775/5517 sku=FHF-WP-W42
INFO:__main__:category-link repair progress 2800/5517 sku=FMF-DB18
INFO:__main__:category-link repair progress 2825/5517 sku=FMF-PLY-3/4
INFO:__main__:category-link repair progress 2850/5517 sku=FMF-TP152496
INFO:__main__:category-link repair progress 2875/5517 sku=FMF-W2415
INFO:__main__:category-link repair progress 2900/5517 sku=FMF-W3330
INFO:__main__:category-link repair progress 2925/5517 sku=FMF-WDC2436
INFO:__main__:category-link repair progress 2950/5517 sku=FMM-BLB48/51
INFO:__main__:category-link repair progress 2975/5517 sku=FMM-OCM8
INFO:__main__:category-link repair progress 3000/5517 sku=FMM-TP152490
INFO:__main__:category-link repair progress 3025/5517 sku=FMM-W2415
INFO:__main__:category-link repair progress 3050/5517 sku=FMM-W3330
INFO:__main__:category-link repair progress 3075/5517 sku=FMM-WDC2436
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/FMM-WF630 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/FMM-WF630 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/FMM-WF630
INFO:__main__:category-link repair progress 3100/5517 sku=FW-FROST-REP2496
INFO:__main__:category-link repair progress 3125/5517 sku=GNG-18-SH-2P-PP-RH
INFO:__main__:category-link repair progress 3150/5517 sku=GNG-32-SH-1P-PP-LH
INFO:__main__:category-link repair progress 3175/5517 sku=GSW-BBC45/48FHL/R-MC
INFO:__main__:category-link repair progress 3200/5517 sku=GSW-CSB36-FP
INFO:__main__:category-link repair progress 3225/5517 sku=GSW-FS24
INFO:__main__:category-link repair progress 3250/5517 sku=GSW-GD-W3642
INFO:__main__:category-link repair progress 3275/5517 sku=GSW-GDW3642
INFO:__main__:category-link repair progress 3300/5517 sku=GSW-PC2490
INFO:__main__:category-link repair progress 3325/5517 sku=GSW-TKBM8
INFO:__main__:category-link repair progress 3350/5517 sku=GSW-W1542
INFO:__main__:category-link repair progress 3375/5517 sku=GSW-W3036
INFO:__main__:category-link repair progress 3400/5517 sku=GSW-WCOR2442
INFO:__main__:category-link repair progress 3425/5517 sku=GSW-WOC3315
INFO:__main__:category-link repair progress 3450/5517 sku=HPW-BCOR33L/R
INFO:__main__:category-link repair progress 3475/5517 sku=HPW-DB12-3
INFO:__main__:category-link repair progress 3500/5517 sku=HPW-FS36
INFO:__main__:category-link repair progress 3525/5517 sku=HPW-GD-WDC2430
INFO:__main__:category-link repair progress 3550/5517 sku=HPW-GDWDC2430
INFO:__main__:category-link repair progress 3575/5517 sku=HPW-PC3084
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): GET products/HPW-QUART%20OF%20PAINT - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/HPW-QUART%20OF%20PAINT (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/HPW-QUART%20OF%20PAINT
WARNING:magento.oauth_client:Magento API request failed (attempt 2/3, round 1/1): GET products/HPW-QUART%20OF%20PAINT - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/products/HPW-QUART%20OF%20PAINT (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 3/3 (round 1/1) in 30s: GET products/HPW-QUART%20OF%20PAINT
WARNING:magento.oauth_client:Magento API server-down response (attempt 1/3, round 1/1): GET products/HPW-TLM8 -> 502
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: GET products/HPW-TLM8
INFO:__main__:category-link repair progress 3600/5517 sku=HPW-TOUCH UP KIT
INFO:__main__:category-link repair progress 3625/5517 sku=HPW-W1836
INFO:__main__:category-link repair progress 3650/5517 sku=HPW-W331224
INFO:__main__:category-link repair progress 3675/5517 sku=HPW-WDC2436
INFO:__main__:category-link repair progress 3700/5517 sku=HPW-WOC3630
INFO:__main__:category-link repair progress 3725/5517 sku=HS-SP-WF342
INFO:__main__:category-link repair progress 3750/5517 sku=LM-JS-4SK2424.75
INFO:__main__:category-link repair progress 3775/5517 sku=LM-JS-ERC2430
INFO:__main__:category-link repair progress 3800/5517 sku=LM-JS-SM8
INFO:__main__:category-link repair progress 3825/5517 sku=LM-JS-W2736
INFO:__main__:category-link repair progress 3850/5517 sku=LM-JS-W3642
INFO:__main__:category-link repair progress 3875/5517 sku=LPE-B21
INFO:__main__:category-link repair progress 3900/5517 sku=LPE-O3090
INFO:__main__:category-link repair progress 3925/5517 sku=LPE-V48
INFO:__main__:category-link repair progress 3950/5517 sku=LPE-W3042
INFO:__main__:category-link repair progress 3975/5517 sku=MBRO-B36
INFO:__main__:category-link repair progress 4000/5517 sku=MBRO-BMC24
INFO:__main__:category-link repair progress 4025/5517 sku=MBRO-F396
INFO:__main__:category-link repair progress 4050/5517 sku=MBRO-GD-W3030
INFO:__main__:category-link repair progress 4075/5517 sku=MBRO-GDW3030
INFO:__main__:category-link repair progress 4100/5517 sku=MBRO-OC3390
INFO:__main__:category-link repair progress 4125/5517 sku=MBRO-SHM8
INFO:__main__:category-link repair progress 4150/5517 sku=MBRO-W1242
INFO:__main__:category-link repair progress 4175/5517 sku=MBRO-W3024
INFO:__main__:category-link repair progress 4200/5517 sku=MBRO-WBC2742
INFO:__main__:category-link repair progress 4225/5517 sku=MBRO-WOC3030
INFO:__main__:category-link repair progress 4250/5517 sku=MNRO-BBC45/48FHL/R
INFO:__main__:category-link repair progress 4275/5517 sku=MNRO-CLEARANCE KIT
INFO:__main__:category-link repair progress 4300/5517 sku=MNRO-FPP9648 1/4
WARNING:magento.oauth_client:Magento API request failed (attempt 1/3, round 1/1): DELETE categories/221/products/MNRO-FPP9648%203%252F4 - HTTPSConnectionPool(host='127.0.0.1', port=443): Max retries exceeded with url: /rest/V1/categories/221/products/MNRO-FPP9648%203%252F4 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
WARNING:magento.oauth_client:Magento API retry 2/3 (round 1/1) in 30s: DELETE categories/221/products/MNRO-FPP9648%203%252F4
INFO:__main__:category-link repair progress 4325/5517 sku=MNRO-GD-W3615
INFO:__main__:category-link repair progress 4350/5517 sku=MNRO-GDW3615
INFO:__main__:category-link repair progress 4375/5517 sku=MNRO-PC1890
INFO:__main__:category-link repair progress 4400/5517 sku=MNRO-SK24
INFO:__main__:category-link repair progress 4425/5517 sku=MNRO-W0936
INFO:__main__:category-link repair progress 4450/5517 sku=MNRO-W301224
INFO:__main__:category-link repair progress 4475/5517 sku=MNRO-W3642
INFO:__main__:category-link repair progress 4500/5517 sku=MNRO-WOC2115
INFO:__main__:category-link repair progress 4525/5517 sku=MSW-B36
INFO:__main__:category-link repair progress 4550/5517 sku=MSW-BMC24
INFO:__main__:category-link repair progress 4575/5517 sku=MSW-F396
INFO:__main__:category-link repair progress 4600/5517 sku=MSW-GD-W3030
INFO:__main__:category-link repair progress 4625/5517 sku=MSW-GDW3030
INFO:__main__:category-link repair progress 4650/5517 sku=MSW-OC3396
INFO:__main__:category-link repair progress 4675/5517 sku=MSW-SDP34 4X4
INFO:__main__:category-link repair progress 4700/5517 sku=MSW-W0942
INFO:__main__:category-link repair progress 4725/5517 sku=MSW-W3015
INFO:__main__:category-link repair progress 4750/5517 sku=MSW-W3930
INFO:__main__:category-link repair progress 4775/5517 sku=MSW-WOC2415
INFO:__main__:category-link repair progress 4800/5517 sku=NE-DH-2425x6925
INFO:__main__:category-link repair progress 4825/5517 sku=NE-DH-3425x3725
INFO:__main__:category-link repair progress 4850/5517 sku=NE-SL-3175x1625
INFO:__main__:category-link repair progress 4875/5517 sku=PB-BRO-LCVM8
INFO:__main__:category-link repair progress 4900/5517 sku=PB-CH-F342
INFO:__main__:category-link repair progress 4925/5517 sku=PB-CH-TKBM8
INFO:__main__:category-link repair progress 4950/5517 sku=PB-HE-DB21
INFO:__main__:category-link repair progress 4975/5517 sku=PB-HE-SM8
INFO:__main__:category-link repair progress 5000/5517 sku=PB-HE-W2142
INFO:__main__:category-link repair progress 5025/5517 sku=PB-HE-W361824
INFO:__main__:category-link repair progress 5050/5517 sku=PB-MW-B21
INFO:__main__:category-link repair progress 5075/5517 sku=PB-MW-FB8
INFO:__main__:category-link repair progress 5100/5517 sku=PB-MW-UP1896
INFO:__main__:category-link repair progress 5125/5517 sku=PB-MW-W2742
INFO:__main__:category-link repair progress 5150/5517 sku=PB-MW-WBC3036
INFO:__main__:category-link repair progress 5175/5517 sku=PB-NRO-F342
INFO:__main__:category-link repair progress 5200/5517 sku=PB-NRO-SK15
INFO:__main__:category-link repair progress 5225/5517 sku=PB-OB-F696
INFO:__main__:category-link repair progress 5250/5517 sku=PB-OB-TKBM8
INFO:__main__:category-link repair progress 5275/5517 sku=PB-PW-LCVM8
INFO:__main__:category-link repair progress 5300/5517 sku=PB-SG-DWR3L/R
INFO:__main__:category-link repair progress 5325/5517 sku=PB-SG-SBM8
INFO:__main__:category-link repair progress 5350/5517 sku=PB-SW-F642
INFO:__main__:category-link repair progress 5375/5517 sku=PB-SW-TK8
INFO:__main__:category-link repair progress 5400/5517 sku=PBV-MCH-18WH
INFO:__main__:category-link repair progress 5425/5517 sku=SHO-CAY-HW-CH72
INFO:__main__:category-link repair progress 5450/5517 sku=SHO-HAW-GLA-6062
INFO:__main__:category-link repair progress 5475/5517 sku=VT-NWC-2522-1O4
INFO:__main__:category-link repair progress 5500/5517 sku=VT-SWQ-SAMPLE
INFO:__main__:category-link repair progress 5517/5517 sku=VT-TCM-7322-2R8
{
  "status": "partial",
  "dry_run": false,
  "connection_id": 4,
  "sku_count": 5517,
  "api_delay_ms": 200,
  "would_remove_count": 958,
  "would_add_count": 0,
  "removed_count": 50,
  "added_count": 0,
  "failed_count": 908,
  "connection_error_count": 0,
  "failed": [
    {
      "sku": "ACH-BBC36/39L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC36/39L/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC36/39L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC36/39L/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC36/39L/R",
      "category_id": 447,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "category_id": 447,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "category_id": 447,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "category_id": 447,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "category_id": 447,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 436,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR33L/R",
      "category_id": 437,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 36,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 214,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 436,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-BCOR36L/R",
      "category_id": 437,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-DWR3L/R",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-DWR3L/R",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-DWR3L/R",
      "category_id": 221,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-DWR3L/R",
      "category_id": 370,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-DWR3L/R",
      "category_id": 416,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "category_id": 221,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "category_id": 370,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "category_id": 418,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 3/4",
      "category_id": 5,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 3/4",
      "category_id": 144,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    },
    {
      "sku": "ACH-FPP9648 3/4",
      "category_id": 221,
      "status": 404,
      "error": "{\"message\":\"Request does not match any route.\"}"
    }
  ],
  "items": [
    {
      "sku": "ACH-B12",
      "master_sku": "ACH-B12",
      "found": true,
      "current_category_ids": [
        4,
        386,
        471
      ],
      "expected_category_ids": [
        4,
        386,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B15",
      "master_sku": "ACH-B15",
      "found": true,
      "current_category_ids": [
        4,
        386,
        471
      ],
      "expected_category_ids": [
        4,
        386,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B18",
      "master_sku": "ACH-B18",
      "found": true,
      "current_category_ids": [
        4,
        386,
        471
      ],
      "expected_category_ids": [
        4,
        386,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B21",
      "master_sku": "ACH-B21",
      "found": true,
      "current_category_ids": [
        4,
        386,
        471
      ],
      "expected_category_ids": [
        4,
        386,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B24",
      "master_sku": "ACH-B24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B27",
      "master_sku": "ACH-B27",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B30",
      "master_sku": "ACH-B30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B33",
      "master_sku": "ACH-B33",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B36",
      "master_sku": "ACH-B36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-B39",
      "master_sku": "ACH-B39",
      "found": true,
      "current_category_ids": [
        4,
        386,
        506
      ],
      "expected_category_ids": [
        4,
        386,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BBC36/39L/R",
      "master_sku": "ACH-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BBC39/42L/R",
      "master_sku": "ACH-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BBC45/48FHL/R",
      "master_sku": "ACH-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BBC45/48FHL/R-MC",
      "master_sku": "ACH-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BBC45/48L/R",
      "master_sku": "ACH-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BCOR33L/R",
      "master_sku": "ACH-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        386,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BCOR36L/R",
      "master_sku": "ACH-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        386,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        386,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-BEC1224L",
      "master_sku": "ACH-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        386,
        464
      ],
      "expected_category_ids": [
        4,
        386,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BEC1224R",
      "master_sku": "ACH-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        386,
        464
      ],
      "expected_category_ids": [
        4,
        386,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BF3",
      "master_sku": "ACH-BF3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        500
      ],
      "expected_category_ids": [
        4,
        386,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BF6",
      "master_sku": "ACH-BF6",
      "found": true,
      "current_category_ids": [
        4,
        386,
        500
      ],
      "expected_category_ids": [
        4,
        386,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH09",
      "master_sku": "ACH-BH09",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH12",
      "master_sku": "ACH-BH12",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH15",
      "master_sku": "ACH-BH15",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH18",
      "master_sku": "ACH-BH18",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH21",
      "master_sku": "ACH-BH21",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH24",
      "master_sku": "ACH-BH24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH27",
      "master_sku": "ACH-BH27",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH30",
      "master_sku": "ACH-BH30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH33",
      "master_sku": "ACH-BH33",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH36",
      "master_sku": "ACH-BH36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BH39",
      "master_sku": "ACH-BH39",
      "found": true,
      "current_category_ids": [
        4,
        386,
        434
      ],
      "expected_category_ids": [
        4,
        386,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BM8",
      "master_sku": "ACH-BM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        493
      ],
      "expected_category_ids": [
        4,
        386,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BMC24",
      "master_sku": "ACH-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        507
      ],
      "expected_category_ids": [
        4,
        386,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BMC30",
      "master_sku": "ACH-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        507
      ],
      "expected_category_ids": [
        4,
        386,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BPP09",
      "master_sku": "ACH-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        386,
        411
      ],
      "expected_category_ids": [
        4,
        386,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-BWB18",
      "master_sku": "ACH-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        386,
        444
      ],
      "expected_category_ids": [
        4,
        386,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-CB",
      "master_sku": "ACH-CB",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-CSB36",
      "master_sku": "ACH-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        508
      ],
      "expected_category_ids": [
        4,
        386,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-CSB36-FP",
      "master_sku": "ACH-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        386,
        508
      ],
      "expected_category_ids": [
        4,
        386,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-CVM8",
      "master_sku": "ACH-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        492
      ],
      "expected_category_ids": [
        4,
        386,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB12-3",
      "master_sku": "ACH-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB15-3",
      "master_sku": "ACH-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB18-3",
      "master_sku": "ACH-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB21-3",
      "master_sku": "ACH-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB24-3",
      "master_sku": "ACH-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB27-3",
      "master_sku": "ACH-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB30-2",
      "master_sku": "ACH-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB30-3",
      "master_sku": "ACH-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB33-3",
      "master_sku": "ACH-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DB36-3",
      "master_sku": "ACH-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        525
      ],
      "expected_category_ids": [
        4,
        386,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-DWR3L/R",
      "master_sku": "ACH-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        386,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-EZR33",
      "master_sku": "ACH-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        386,
        509
      ],
      "expected_category_ids": [
        4,
        386,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-EZR36",
      "master_sku": "ACH-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        509
      ],
      "expected_category_ids": [
        4,
        386,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F330",
      "master_sku": "ACH-F330",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F336",
      "master_sku": "ACH-F336",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F342",
      "master_sku": "ACH-F342",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F396",
      "master_sku": "ACH-F396",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F630",
      "master_sku": "ACH-F630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F642",
      "master_sku": "ACH-F642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-F696",
      "master_sku": "ACH-F696",
      "found": true,
      "current_category_ids": [
        4,
        386,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-FPP9648 1/4",
      "master_sku": "ACH-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        386,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-FPP9648 3/4",
      "master_sku": "ACH-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        386,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-FPPB9648 1/2",
      "master_sku": "ACH-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        386,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ACH-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ACH-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ACH-FS24",
      "master_sku": "ACH-FS24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        431
      ],
      "expected_category_ids": [
        4,
        386,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-FS30",
      "master_sku": "ACH-FS30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-FS36",
      "master_sku": "ACH-FS36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-FS60",
      "master_sku": "ACH-FS60",
      "found": true,
      "current_category_ids": [
        4,
        386,
        431
      ],
      "expected_category_ids": [
        4,
        386,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1215",
      "master_sku": "ACH-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1515",
      "master_sku": "ACH-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1530",
      "master_sku": "ACH-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1536",
      "master_sku": "ACH-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1542",
      "master_sku": "ACH-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1815",
      "master_sku": "ACH-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1830",
      "master_sku": "ACH-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1836",
      "master_sku": "ACH-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W1842",
      "master_sku": "ACH-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W2115",
      "master_sku": "ACH-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W2415",
      "master_sku": "ACH-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W2715",
      "master_sku": "ACH-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3015",
      "master_sku": "ACH-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3030",
      "master_sku": "ACH-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3036",
      "master_sku": "ACH-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3042",
      "master_sku": "ACH-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3315",
      "master_sku": "ACH-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3615",
      "master_sku": "ACH-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3630",
      "master_sku": "ACH-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3636",
      "master_sku": "ACH-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-W3642",
      "master_sku": "ACH-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-WCOR2415",
      "master_sku": "ACH-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-WDC2430",
      "master_sku": "ACH-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-WDC2436",
      "master_sku": "ACH-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GD-WDC2442",
      "master_sku": "ACH-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        516
      ],
      "expected_category_ids": [
        4,
        386,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1215",
      "master_sku": "ACH-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        386,
        459
      ],
      "expected_category_ids": [
        4,
        386,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1515",
      "master_sku": "ACH-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        386,
        459
      ],
      "expected_category_ids": [
        4,
        386,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1530",
      "master_sku": "ACH-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1536",
      "master_sku": "ACH-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1542",
      "master_sku": "ACH-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1815",
      "master_sku": "ACH-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        386,
        459
      ],
      "expected_category_ids": [
        4,
        386,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1830",
      "master_sku": "ACH-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1836",
      "master_sku": "ACH-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW1842",
      "master_sku": "ACH-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        386,
        513
      ],
      "expected_category_ids": [
        4,
        386,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW2115",
      "master_sku": "ACH-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        386,
        459
      ],
      "expected_category_ids": [
        4,
        386,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW2415",
      "master_sku": "ACH-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW2715",
      "master_sku": "ACH-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3015",
      "master_sku": "ACH-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3030",
      "master_sku": "ACH-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3036",
      "master_sku": "ACH-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3042",
      "master_sku": "ACH-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3315",
      "master_sku": "ACH-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3615",
      "master_sku": "ACH-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3630",
      "master_sku": "ACH-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3636",
      "master_sku": "ACH-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDW3642",
      "master_sku": "ACH-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDWCOR2415",
      "master_sku": "ACH-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        461
      ],
      "expected_category_ids": [
        4,
        386,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDWDC2430",
      "master_sku": "ACH-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        386,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDWDC2436",
      "master_sku": "ACH-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        386,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-GDWDC2442",
      "master_sku": "ACH-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        386,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-LC1884",
      "master_sku": "ACH-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-LCVM8",
      "master_sku": "ACH-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        492
      ],
      "expected_category_ids": [
        4,
        386,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-LM8",
      "master_sku": "ACH-LM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        532
      ],
      "expected_category_ids": [
        4,
        386,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-LRM8",
      "master_sku": "ACH-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        532
      ],
      "expected_category_ids": [
        4,
        386,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-M2436",
      "master_sku": "ACH-M2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MBEP",
      "master_sku": "ACH-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        386,
        501
      ],
      "expected_category_ids": [
        4,
        386,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MC3018",
      "master_sku": "ACH-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        386,
        453
      ],
      "expected_category_ids": [
        4,
        386,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MPBEP",
      "master_sku": "ACH-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        386,
        501
      ],
      "expected_category_ids": [
        4,
        386,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MWEP15",
      "master_sku": "ACH-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        386,
        416
      ],
      "expected_category_ids": [
        4,
        386,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MWEP30",
      "master_sku": "ACH-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        501
      ],
      "expected_category_ids": [
        4,
        386,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MWEP36",
      "master_sku": "ACH-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        501
      ],
      "expected_category_ids": [
        4,
        386,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-MWEP42",
      "master_sku": "ACH-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        386,
        501
      ],
      "expected_category_ids": [
        4,
        386,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-OC3384",
      "master_sku": "ACH-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        386,
        421
      ],
      "expected_category_ids": [
        4,
        386,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-OC3390",
      "master_sku": "ACH-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        386,
        421
      ],
      "expected_category_ids": [
        4,
        386,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-OC3396",
      "master_sku": "ACH-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        386,
        421
      ],
      "expected_category_ids": [
        4,
        386,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-OCM8-1",
      "master_sku": "ACH-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        386,
        495
      ],
      "expected_category_ids": [
        4,
        386,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC1884",
      "master_sku": "ACH-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC1890",
      "master_sku": "ACH-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC1896",
      "master_sku": "ACH-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC2484",
      "master_sku": "ACH-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC2490",
      "master_sku": "ACH-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC2496",
      "master_sku": "ACH-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC3084",
      "master_sku": "ACH-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC3090",
      "master_sku": "ACH-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-PC3096",
      "master_sku": "ACH-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        386,
        473
      ],
      "expected_category_ids": [
        4,
        386,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-REP120",
      "master_sku": "ACH-REP120",
      "found": true,
      "current_category_ids": [
        4,
        386,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-REP96",
      "master_sku": "ACH-REP96",
      "found": true,
      "current_category_ids": [
        4,
        386,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SB24",
      "master_sku": "ACH-SB24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SB27",
      "master_sku": "ACH-SB27",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SB30",
      "master_sku": "ACH-SB30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SB33",
      "master_sku": "ACH-SB33",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SB36",
      "master_sku": "ACH-SB36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SBF30",
      "master_sku": "ACH-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SBF36",
      "master_sku": "ACH-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SBM8",
      "master_sku": "ACH-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        413
      ],
      "expected_category_ids": [
        4,
        386,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SC10",
      "master_sku": "ACH-SC10",
      "found": true,
      "current_category_ids": [
        4,
        386,
        502
      ],
      "expected_category_ids": [
        4,
        386,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SD",
      "master_sku": "ACH-SD",
      "found": true,
      "current_category_ids": [
        4,
        386,
        534
      ],
      "expected_category_ids": [
        4,
        386,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SDP34 4X4",
      "master_sku": "ACH-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SHM8",
      "master_sku": "ACH-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        412
      ],
      "expected_category_ids": [
        4,
        386,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SM8",
      "master_sku": "ACH-SM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        496
      ],
      "expected_category_ids": [
        4,
        386,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-SSPA34 4X4",
      "master_sku": "ACH-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-TK8",
      "master_sku": "ACH-TK8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        535
      ],
      "expected_category_ids": [
        4,
        386,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-TKBM8",
      "master_sku": "ACH-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        493
      ],
      "expected_category_ids": [
        4,
        386,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-TLM8",
      "master_sku": "ACH-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        499
      ],
      "expected_category_ids": [
        4,
        386,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-TOUCH UP KIT",
      "master_sku": "ACH-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        386,
        468
      ],
      "expected_category_ids": [
        4,
        386,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-V54",
      "master_sku": "ACH-V54",
      "found": true,
      "current_category_ids": [
        4,
        386,
        505
      ],
      "expected_category_ids": [
        4,
        386,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VA2421",
      "master_sku": "ACH-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VA3021",
      "master_sku": "ACH-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VA3621",
      "master_sku": "ACH-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VDB12-3",
      "master_sku": "ACH-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VDB15-3",
      "master_sku": "ACH-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VDB18-3",
      "master_sku": "ACH-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VKD3021",
      "master_sku": "ACH-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        386,
        505
      ],
      "expected_category_ids": [
        4,
        386,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD3021DL",
      "master_sku": "ACH-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD3021DR",
      "master_sku": "ACH-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD3621DL",
      "master_sku": "ACH-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD3621DR",
      "master_sku": "ACH-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD4821DLR",
      "master_sku": "ACH-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-VSD6021DLR",
      "master_sku": "ACH-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        386,
        467
      ],
      "expected_category_ids": [
        4,
        386,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W0930",
      "master_sku": "ACH-W0930",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W0936",
      "master_sku": "ACH-W0936",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W0942",
      "master_sku": "ACH-W0942",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1230",
      "master_sku": "ACH-W1230",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1236",
      "master_sku": "ACH-W1236",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1242",
      "master_sku": "ACH-W1242",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1530",
      "master_sku": "ACH-W1530",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1536",
      "master_sku": "ACH-W1536",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1542",
      "master_sku": "ACH-W1542",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1830",
      "master_sku": "ACH-W1830",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1836",
      "master_sku": "ACH-W1836",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W1842",
      "master_sku": "ACH-W1842",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2130",
      "master_sku": "ACH-W2130",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2136",
      "master_sku": "ACH-W2136",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2142",
      "master_sku": "ACH-W2142",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2412",
      "master_sku": "ACH-W2412",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2415",
      "master_sku": "ACH-W2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2418",
      "master_sku": "ACH-W2418",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2424",
      "master_sku": "ACH-W2424",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2430",
      "master_sku": "ACH-W2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2436",
      "master_sku": "ACH-W2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2442",
      "master_sku": "ACH-W2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2730",
      "master_sku": "ACH-W2730",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2736",
      "master_sku": "ACH-W2736",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W2742",
      "master_sku": "ACH-W2742",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3012",
      "master_sku": "ACH-W3012",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W301224",
      "master_sku": "ACH-W301224",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3015",
      "master_sku": "ACH-W3015",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3018",
      "master_sku": "ACH-W3018",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W301824",
      "master_sku": "ACH-W301824",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3024",
      "master_sku": "ACH-W3024",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W302424",
      "master_sku": "ACH-W302424",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3030",
      "master_sku": "ACH-W3030",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3036",
      "master_sku": "ACH-W3036",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3042",
      "master_sku": "ACH-W3042",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W331224",
      "master_sku": "ACH-W331224",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3315",
      "master_sku": "ACH-W3315",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3318",
      "master_sku": "ACH-W3318",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3324",
      "master_sku": "ACH-W3324",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3330",
      "master_sku": "ACH-W3330",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3336",
      "master_sku": "ACH-W3336",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3342",
      "master_sku": "ACH-W3342",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3612",
      "master_sku": "ACH-W3612",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W361224",
      "master_sku": "ACH-W361224",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3615",
      "master_sku": "ACH-W3615",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3618",
      "master_sku": "ACH-W3618",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W361824",
      "master_sku": "ACH-W361824",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3624",
      "master_sku": "ACH-W3624",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W362424",
      "master_sku": "ACH-W362424",
      "found": true,
      "current_category_ids": [
        4,
        386,
        486
      ],
      "expected_category_ids": [
        4,
        386,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3630",
      "master_sku": "ACH-W3630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3636",
      "master_sku": "ACH-W3636",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3642",
      "master_sku": "ACH-W3642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-W3930",
      "master_sku": "ACH-W3930",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WBC2730",
      "master_sku": "ACH-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        386,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WBC2736",
      "master_sku": "ACH-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        386,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WBC2742",
      "master_sku": "ACH-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        386,
        447
      ],
      "expected_category_ids": [
        4,
        386,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WCOR2430",
      "master_sku": "ACH-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        455
      ],
      "expected_category_ids": [
        4,
        386,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WCOR2436",
      "master_sku": "ACH-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        455
      ],
      "expected_category_ids": [
        4,
        386,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WCOR2442",
      "master_sku": "ACH-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        455
      ],
      "expected_category_ids": [
        4,
        386,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WDC2430",
      "master_sku": "ACH-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WDC2436",
      "master_sku": "ACH-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WDC2442",
      "master_sku": "ACH-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WECA30",
      "master_sku": "ACH-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        445
      ],
      "expected_category_ids": [
        4,
        386,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WECA36",
      "master_sku": "ACH-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        445
      ],
      "expected_category_ids": [
        4,
        386,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WECA42",
      "master_sku": "ACH-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        386,
        445
      ],
      "expected_category_ids": [
        4,
        386,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WHB3624",
      "master_sku": "ACH-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        386,
        460
      ],
      "expected_category_ids": [
        4,
        386,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WHB3630",
      "master_sku": "ACH-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        460
      ],
      "expected_category_ids": [
        4,
        386,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1215",
      "master_sku": "ACH-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1515",
      "master_sku": "ACH-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1530",
      "master_sku": "ACH-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1536",
      "master_sku": "ACH-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1542",
      "master_sku": "ACH-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1815",
      "master_sku": "ACH-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1830",
      "master_sku": "ACH-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1836",
      "master_sku": "ACH-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC1842",
      "master_sku": "ACH-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC2115",
      "master_sku": "ACH-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC2415",
      "master_sku": "ACH-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC2715",
      "master_sku": "ACH-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3015",
      "master_sku": "ACH-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3030",
      "master_sku": "ACH-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3036",
      "master_sku": "ACH-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3042",
      "master_sku": "ACH-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3315",
      "master_sku": "ACH-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3615",
      "master_sku": "ACH-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3630",
      "master_sku": "ACH-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3636",
      "master_sku": "ACH-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOC3642",
      "master_sku": "ACH-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        475
      ],
      "expected_category_ids": [
        4,
        386,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOCD2430",
      "master_sku": "ACH-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOCD2436",
      "master_sku": "ACH-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOCD2442",
      "master_sku": "ACH-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WOCOR2415",
      "master_sku": "ACH-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        386,
        449
      ],
      "expected_category_ids": [
        4,
        386,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ACH-WSC1818",
      "master_sku": "ACH-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        386,
        462
      ],
      "expected_category_ids": [
        4,
        386,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B12",
      "master_sku": "ANRO-B12",
      "found": true,
      "current_category_ids": [
        4,
        387,
        471
      ],
      "expected_category_ids": [
        4,
        387,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B15",
      "master_sku": "ANRO-B15",
      "found": true,
      "current_category_ids": [
        4,
        387,
        471
      ],
      "expected_category_ids": [
        4,
        387,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B18",
      "master_sku": "ANRO-B18",
      "found": true,
      "current_category_ids": [
        4,
        387,
        471
      ],
      "expected_category_ids": [
        4,
        387,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B21",
      "master_sku": "ANRO-B21",
      "found": true,
      "current_category_ids": [
        4,
        387,
        471
      ],
      "expected_category_ids": [
        4,
        387,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B24",
      "master_sku": "ANRO-B24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B27",
      "master_sku": "ANRO-B27",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B30",
      "master_sku": "ANRO-B30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B33",
      "master_sku": "ANRO-B33",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B36",
      "master_sku": "ANRO-B36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-B39",
      "master_sku": "ANRO-B39",
      "found": true,
      "current_category_ids": [
        4,
        387,
        506
      ],
      "expected_category_ids": [
        4,
        387,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BBC36/39L/R",
      "master_sku": "ANRO-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BBC39/42L/R",
      "master_sku": "ANRO-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BBC45/48FHL/R",
      "master_sku": "ANRO-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BBC45/48FHL/R-MC",
      "master_sku": "ANRO-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BBC45/48L/R",
      "master_sku": "ANRO-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BCOR33L/R",
      "master_sku": "ANRO-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        387,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR33L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BCOR36L/R",
      "master_sku": "ANRO-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        387,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        387,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-BCOR36L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-BEC1224L",
      "master_sku": "ANRO-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        387,
        464
      ],
      "expected_category_ids": [
        4,
        387,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BEC1224R",
      "master_sku": "ANRO-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        387,
        464
      ],
      "expected_category_ids": [
        4,
        387,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BF3",
      "master_sku": "ANRO-BF3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        500
      ],
      "expected_category_ids": [
        4,
        387,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BF6",
      "master_sku": "ANRO-BF6",
      "found": true,
      "current_category_ids": [
        4,
        387,
        500
      ],
      "expected_category_ids": [
        4,
        387,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH09",
      "master_sku": "ANRO-BH09",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH12",
      "master_sku": "ANRO-BH12",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH15",
      "master_sku": "ANRO-BH15",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH18",
      "master_sku": "ANRO-BH18",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH21",
      "master_sku": "ANRO-BH21",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH24",
      "master_sku": "ANRO-BH24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH27",
      "master_sku": "ANRO-BH27",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH30",
      "master_sku": "ANRO-BH30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH33",
      "master_sku": "ANRO-BH33",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH36",
      "master_sku": "ANRO-BH36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BH39",
      "master_sku": "ANRO-BH39",
      "found": true,
      "current_category_ids": [
        4,
        387,
        434
      ],
      "expected_category_ids": [
        4,
        387,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BM8",
      "master_sku": "ANRO-BM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        493
      ],
      "expected_category_ids": [
        4,
        387,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BMC24",
      "master_sku": "ANRO-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        507
      ],
      "expected_category_ids": [
        4,
        387,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BMC30",
      "master_sku": "ANRO-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        507
      ],
      "expected_category_ids": [
        4,
        387,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BPP09",
      "master_sku": "ANRO-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        387,
        411
      ],
      "expected_category_ids": [
        4,
        387,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-BWB18",
      "master_sku": "ANRO-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        387,
        444
      ],
      "expected_category_ids": [
        4,
        387,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-CLEARANCE KIT",
      "master_sku": "ANRO-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        387,
        428
      ],
      "expected_category_ids": [
        4,
        387,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-CLEARANCE KIT TALL",
      "master_sku": "ANRO-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        387,
        428
      ],
      "expected_category_ids": [
        4,
        387,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-CSB36",
      "master_sku": "ANRO-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        508
      ],
      "expected_category_ids": [
        4,
        387,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-CSB36-FP",
      "master_sku": "ANRO-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        387,
        508
      ],
      "expected_category_ids": [
        4,
        387,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-CVM8",
      "master_sku": "ANRO-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        492
      ],
      "expected_category_ids": [
        4,
        387,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB12-3",
      "master_sku": "ANRO-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB15-3",
      "master_sku": "ANRO-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB18-3",
      "master_sku": "ANRO-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB21-3",
      "master_sku": "ANRO-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB24-3",
      "master_sku": "ANRO-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB27-3",
      "master_sku": "ANRO-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB30-2",
      "master_sku": "ANRO-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB30-3",
      "master_sku": "ANRO-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB33-3",
      "master_sku": "ANRO-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DB36-3",
      "master_sku": "ANRO-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        525
      ],
      "expected_category_ids": [
        4,
        387,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-DWR3L/R",
      "master_sku": "ANRO-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        387,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-EZR33",
      "master_sku": "ANRO-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        387,
        509
      ],
      "expected_category_ids": [
        4,
        387,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-EZR36",
      "master_sku": "ANRO-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        509
      ],
      "expected_category_ids": [
        4,
        387,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F330",
      "master_sku": "ANRO-F330",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F336",
      "master_sku": "ANRO-F336",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F342",
      "master_sku": "ANRO-F342",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F396",
      "master_sku": "ANRO-F396",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F630",
      "master_sku": "ANRO-F630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F642",
      "master_sku": "ANRO-F642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-F696",
      "master_sku": "ANRO-F696",
      "found": true,
      "current_category_ids": [
        4,
        387,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-FPP9648 1/4",
      "master_sku": "ANRO-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        387,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-FPP9648 3/4",
      "master_sku": "ANRO-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        387,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-FPP9648GL 1/4",
      "master_sku": "ANRO-FPP9648GL 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        387,
        418
      ],
      "expected_category_ids": [
        4,
        387,
        418
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-FPP9648GL 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648GL 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648GL 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPP9648GL 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-FPPB9648 1/2",
      "master_sku": "ANRO-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        387,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ANRO-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ANRO-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ANRO-FS24",
      "master_sku": "ANRO-FS24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        431
      ],
      "expected_category_ids": [
        4,
        387,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-FS30",
      "master_sku": "ANRO-FS30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-FS36",
      "master_sku": "ANRO-FS36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-FS60",
      "master_sku": "ANRO-FS60",
      "found": true,
      "current_category_ids": [
        4,
        387,
        431
      ],
      "expected_category_ids": [
        4,
        387,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1215",
      "master_sku": "ANRO-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1515",
      "master_sku": "ANRO-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1530",
      "master_sku": "ANRO-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1536",
      "master_sku": "ANRO-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1542",
      "master_sku": "ANRO-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1815",
      "master_sku": "ANRO-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1830",
      "master_sku": "ANRO-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1836",
      "master_sku": "ANRO-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W1842",
      "master_sku": "ANRO-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W2115",
      "master_sku": "ANRO-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W2415",
      "master_sku": "ANRO-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W2715",
      "master_sku": "ANRO-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3015",
      "master_sku": "ANRO-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3030",
      "master_sku": "ANRO-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3036",
      "master_sku": "ANRO-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3042",
      "master_sku": "ANRO-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3315",
      "master_sku": "ANRO-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3615",
      "master_sku": "ANRO-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3630",
      "master_sku": "ANRO-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3636",
      "master_sku": "ANRO-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-W3642",
      "master_sku": "ANRO-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-WCOR2415",
      "master_sku": "ANRO-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-WDC2430",
      "master_sku": "ANRO-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-WDC2436",
      "master_sku": "ANRO-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GD-WDC2442",
      "master_sku": "ANRO-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        516
      ],
      "expected_category_ids": [
        4,
        387,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1215",
      "master_sku": "ANRO-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1515",
      "master_sku": "ANRO-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1530",
      "master_sku": "ANRO-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1536",
      "master_sku": "ANRO-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1542",
      "master_sku": "ANRO-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1815",
      "master_sku": "ANRO-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1830",
      "master_sku": "ANRO-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1836",
      "master_sku": "ANRO-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW1842",
      "master_sku": "ANRO-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        387,
        513
      ],
      "expected_category_ids": [
        4,
        387,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW2115",
      "master_sku": "ANRO-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW2415",
      "master_sku": "ANRO-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW2715",
      "master_sku": "ANRO-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3015",
      "master_sku": "ANRO-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3030",
      "master_sku": "ANRO-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3036",
      "master_sku": "ANRO-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3042",
      "master_sku": "ANRO-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3315",
      "master_sku": "ANRO-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3615",
      "master_sku": "ANRO-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3630",
      "master_sku": "ANRO-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3636",
      "master_sku": "ANRO-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDW3642",
      "master_sku": "ANRO-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDWCOR2415",
      "master_sku": "ANRO-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDWDC2430",
      "master_sku": "ANRO-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        450
      ],
      "expected_category_ids": [
        4,
        387,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDWDC2436",
      "master_sku": "ANRO-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        450
      ],
      "expected_category_ids": [
        4,
        387,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-GDWDC2442",
      "master_sku": "ANRO-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        450
      ],
      "expected_category_ids": [
        4,
        387,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-LC1884",
      "master_sku": "ANRO-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-LCVM8",
      "master_sku": "ANRO-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        492
      ],
      "expected_category_ids": [
        4,
        387,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-LM8",
      "master_sku": "ANRO-LM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        532
      ],
      "expected_category_ids": [
        4,
        387,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-LRM8",
      "master_sku": "ANRO-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        532
      ],
      "expected_category_ids": [
        4,
        387,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-M2436",
      "master_sku": "ANRO-M2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MBEP",
      "master_sku": "ANRO-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        387,
        501
      ],
      "expected_category_ids": [
        4,
        387,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MC3018",
      "master_sku": "ANRO-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        387,
        453
      ],
      "expected_category_ids": [
        4,
        387,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MPBEP",
      "master_sku": "ANRO-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        387,
        501
      ],
      "expected_category_ids": [
        4,
        387,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MWEP15",
      "master_sku": "ANRO-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        387,
        416
      ],
      "expected_category_ids": [
        4,
        387,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MWEP30",
      "master_sku": "ANRO-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        501
      ],
      "expected_category_ids": [
        4,
        387,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MWEP36",
      "master_sku": "ANRO-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        501
      ],
      "expected_category_ids": [
        4,
        387,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-MWEP42",
      "master_sku": "ANRO-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        387,
        501
      ],
      "expected_category_ids": [
        4,
        387,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-OC3384",
      "master_sku": "ANRO-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        387,
        421
      ],
      "expected_category_ids": [
        4,
        387,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-OC3390",
      "master_sku": "ANRO-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        387,
        421
      ],
      "expected_category_ids": [
        4,
        387,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-OC3396",
      "master_sku": "ANRO-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        387,
        421
      ],
      "expected_category_ids": [
        4,
        387,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-OCM8-1",
      "master_sku": "ANRO-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        387,
        495
      ],
      "expected_category_ids": [
        4,
        387,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC1884",
      "master_sku": "ANRO-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC1890",
      "master_sku": "ANRO-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC1896",
      "master_sku": "ANRO-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC2484",
      "master_sku": "ANRO-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC2490",
      "master_sku": "ANRO-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC2496",
      "master_sku": "ANRO-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC3084",
      "master_sku": "ANRO-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC3090",
      "master_sku": "ANRO-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-PC3096",
      "master_sku": "ANRO-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        387,
        473
      ],
      "expected_category_ids": [
        4,
        387,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-REP120",
      "master_sku": "ANRO-REP120",
      "found": true,
      "current_category_ids": [
        4,
        387,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-REP96",
      "master_sku": "ANRO-REP96",
      "found": true,
      "current_category_ids": [
        4,
        387,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SB24",
      "master_sku": "ANRO-SB24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SB27",
      "master_sku": "ANRO-SB27",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SB30",
      "master_sku": "ANRO-SB30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SB33",
      "master_sku": "ANRO-SB33",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SB36",
      "master_sku": "ANRO-SB36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SBF30",
      "master_sku": "ANRO-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SBF36",
      "master_sku": "ANRO-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SBM8",
      "master_sku": "ANRO-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        413
      ],
      "expected_category_ids": [
        4,
        387,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SC10",
      "master_sku": "ANRO-SC10",
      "found": true,
      "current_category_ids": [
        4,
        387,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SD",
      "master_sku": "ANRO-SD",
      "found": true,
      "current_category_ids": [
        4,
        387,
        534
      ],
      "expected_category_ids": [
        4,
        387,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SDP34 4X4",
      "master_sku": "ANRO-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        387,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SHM8",
      "master_sku": "ANRO-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        412
      ],
      "expected_category_ids": [
        4,
        387,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK12",
      "master_sku": "ANRO-SK12",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK15",
      "master_sku": "ANRO-SK15",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK18",
      "master_sku": "ANRO-SK18",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK24",
      "master_sku": "ANRO-SK24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK30",
      "master_sku": "ANRO-SK30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK36",
      "master_sku": "ANRO-SK36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SK42",
      "master_sku": "ANRO-SK42",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SKB",
      "master_sku": "ANRO-SKB",
      "found": true,
      "current_category_ids": [
        4,
        387,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SM8",
      "master_sku": "ANRO-SM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        496
      ],
      "expected_category_ids": [
        4,
        387,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-SSPA34 4X4",
      "master_sku": "ANRO-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        387,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-TK8",
      "master_sku": "ANRO-TK8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        535
      ],
      "expected_category_ids": [
        4,
        387,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-TKBM8",
      "master_sku": "ANRO-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        493
      ],
      "expected_category_ids": [
        4,
        387,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-TOUCH UP KIT",
      "master_sku": "ANRO-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        387,
        468
      ],
      "expected_category_ids": [
        4,
        387,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-V54",
      "master_sku": "ANRO-V54",
      "found": true,
      "current_category_ids": [
        4,
        387,
        505
      ],
      "expected_category_ids": [
        4,
        387,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VA2421",
      "master_sku": "ANRO-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VA3021",
      "master_sku": "ANRO-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VA3621",
      "master_sku": "ANRO-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VDB12-3",
      "master_sku": "ANRO-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VDB15-3",
      "master_sku": "ANRO-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VDB18-3",
      "master_sku": "ANRO-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VKD3021",
      "master_sku": "ANRO-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD3021DL",
      "master_sku": "ANRO-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD3021DR",
      "master_sku": "ANRO-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD3621DL",
      "master_sku": "ANRO-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD3621DR",
      "master_sku": "ANRO-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD4821DLR",
      "master_sku": "ANRO-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-VSD6021DLR",
      "master_sku": "ANRO-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        387,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W0930",
      "master_sku": "ANRO-W0930",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W0936",
      "master_sku": "ANRO-W0936",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W0942",
      "master_sku": "ANRO-W0942",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1230",
      "master_sku": "ANRO-W1230",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1236",
      "master_sku": "ANRO-W1236",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1242",
      "master_sku": "ANRO-W1242",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1530",
      "master_sku": "ANRO-W1530",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1536",
      "master_sku": "ANRO-W1536",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1542",
      "master_sku": "ANRO-W1542",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1830",
      "master_sku": "ANRO-W1830",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1836",
      "master_sku": "ANRO-W1836",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W1842",
      "master_sku": "ANRO-W1842",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2130",
      "master_sku": "ANRO-W2130",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2136",
      "master_sku": "ANRO-W2136",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2142",
      "master_sku": "ANRO-W2142",
      "found": true,
      "current_category_ids": [
        4,
        387,
        461
      ],
      "expected_category_ids": [
        4,
        387,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2412",
      "master_sku": "ANRO-W2412",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2415",
      "master_sku": "ANRO-W2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2418",
      "master_sku": "ANRO-W2418",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2424",
      "master_sku": "ANRO-W2424",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2430",
      "master_sku": "ANRO-W2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2436",
      "master_sku": "ANRO-W2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2442",
      "master_sku": "ANRO-W2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2730",
      "master_sku": "ANRO-W2730",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2736",
      "master_sku": "ANRO-W2736",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W2742",
      "master_sku": "ANRO-W2742",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3012",
      "master_sku": "ANRO-W3012",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W301224",
      "master_sku": "ANRO-W301224",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3015",
      "master_sku": "ANRO-W3015",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3018",
      "master_sku": "ANRO-W3018",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W301824",
      "master_sku": "ANRO-W301824",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3024",
      "master_sku": "ANRO-W3024",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W302424",
      "master_sku": "ANRO-W302424",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3030",
      "master_sku": "ANRO-W3030",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3036",
      "master_sku": "ANRO-W3036",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3042",
      "master_sku": "ANRO-W3042",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W331224",
      "master_sku": "ANRO-W331224",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3315",
      "master_sku": "ANRO-W3315",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3318",
      "master_sku": "ANRO-W3318",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3324",
      "master_sku": "ANRO-W3324",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3330",
      "master_sku": "ANRO-W3330",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3336",
      "master_sku": "ANRO-W3336",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3342",
      "master_sku": "ANRO-W3342",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3612",
      "master_sku": "ANRO-W3612",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W361224",
      "master_sku": "ANRO-W361224",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3615",
      "master_sku": "ANRO-W3615",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3618",
      "master_sku": "ANRO-W3618",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W361824",
      "master_sku": "ANRO-W361824",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3624",
      "master_sku": "ANRO-W3624",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W362424",
      "master_sku": "ANRO-W362424",
      "found": true,
      "current_category_ids": [
        4,
        387,
        486
      ],
      "expected_category_ids": [
        4,
        387,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3630",
      "master_sku": "ANRO-W3630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3636",
      "master_sku": "ANRO-W3636",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3642",
      "master_sku": "ANRO-W3642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-W3930",
      "master_sku": "ANRO-W3930",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WBC2730",
      "master_sku": "ANRO-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        387,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WBC2736",
      "master_sku": "ANRO-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        387,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WBC2742",
      "master_sku": "ANRO-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        387,
        447
      ],
      "expected_category_ids": [
        4,
        387,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WCOR2430",
      "master_sku": "ANRO-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        455
      ],
      "expected_category_ids": [
        4,
        387,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WCOR2436",
      "master_sku": "ANRO-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        455
      ],
      "expected_category_ids": [
        4,
        387,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WCOR2442",
      "master_sku": "ANRO-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        455
      ],
      "expected_category_ids": [
        4,
        387,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WDC2430",
      "master_sku": "ANRO-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WDC2436",
      "master_sku": "ANRO-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WDC2442",
      "master_sku": "ANRO-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WECA30",
      "master_sku": "ANRO-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        445
      ],
      "expected_category_ids": [
        4,
        387,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WECA36",
      "master_sku": "ANRO-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        445
      ],
      "expected_category_ids": [
        4,
        387,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WECA42",
      "master_sku": "ANRO-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        387,
        445
      ],
      "expected_category_ids": [
        4,
        387,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WHB3624",
      "master_sku": "ANRO-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        387,
        460
      ],
      "expected_category_ids": [
        4,
        387,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WHB3630",
      "master_sku": "ANRO-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        460
      ],
      "expected_category_ids": [
        4,
        387,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1215",
      "master_sku": "ANRO-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1515",
      "master_sku": "ANRO-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1530",
      "master_sku": "ANRO-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1536",
      "master_sku": "ANRO-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1542",
      "master_sku": "ANRO-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1815",
      "master_sku": "ANRO-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1830",
      "master_sku": "ANRO-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1836",
      "master_sku": "ANRO-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC1842",
      "master_sku": "ANRO-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC2115",
      "master_sku": "ANRO-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC2415",
      "master_sku": "ANRO-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC2715",
      "master_sku": "ANRO-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3015",
      "master_sku": "ANRO-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3030",
      "master_sku": "ANRO-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3036",
      "master_sku": "ANRO-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3042",
      "master_sku": "ANRO-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3315",
      "master_sku": "ANRO-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3615",
      "master_sku": "ANRO-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3630",
      "master_sku": "ANRO-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3636",
      "master_sku": "ANRO-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOC3642",
      "master_sku": "ANRO-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        475
      ],
      "expected_category_ids": [
        4,
        387,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOCD2430",
      "master_sku": "ANRO-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOCD2436",
      "master_sku": "ANRO-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOCD2442",
      "master_sku": "ANRO-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WOCOR2415",
      "master_sku": "ANRO-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        387,
        449
      ],
      "expected_category_ids": [
        4,
        387,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ANRO-WSC1818",
      "master_sku": "ANRO-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        387,
        462
      ],
      "expected_category_ids": [
        4,
        387,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B12",
      "master_sku": "ASG-B12",
      "found": true,
      "current_category_ids": [
        4,
        389,
        471
      ],
      "expected_category_ids": [
        4,
        389,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B15",
      "master_sku": "ASG-B15",
      "found": true,
      "current_category_ids": [
        4,
        389,
        471
      ],
      "expected_category_ids": [
        4,
        389,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B18",
      "master_sku": "ASG-B18",
      "found": true,
      "current_category_ids": [
        4,
        389,
        471
      ],
      "expected_category_ids": [
        4,
        389,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B21",
      "master_sku": "ASG-B21",
      "found": true,
      "current_category_ids": [
        4,
        389,
        471
      ],
      "expected_category_ids": [
        4,
        389,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B24",
      "master_sku": "ASG-B24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B27",
      "master_sku": "ASG-B27",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B30",
      "master_sku": "ASG-B30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B33",
      "master_sku": "ASG-B33",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B36",
      "master_sku": "ASG-B36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-B39",
      "master_sku": "ASG-B39",
      "found": true,
      "current_category_ids": [
        4,
        389,
        506
      ],
      "expected_category_ids": [
        4,
        389,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BBC36/39L/R",
      "master_sku": "ASG-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        389,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BBC39/42L/R",
      "master_sku": "ASG-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        389,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BBC45/48FHL/R",
      "master_sku": "ASG-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        389,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BBC45/48FHL/R-MC",
      "master_sku": "ASG-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        389,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BBC45/48L/R",
      "master_sku": "ASG-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        389,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BCOR33L/R",
      "master_sku": "ASG-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        178,
        214,
        389,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        389,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        178,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 178,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BCOR36L/R",
      "master_sku": "ASG-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        178,
        214,
        389,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        389,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        178,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 178,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-BEC1224L",
      "master_sku": "ASG-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        389,
        464
      ],
      "expected_category_ids": [
        4,
        389,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BEC1224R",
      "master_sku": "ASG-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        389,
        464
      ],
      "expected_category_ids": [
        4,
        389,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BF3",
      "master_sku": "ASG-BF3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        500
      ],
      "expected_category_ids": [
        4,
        389,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BF6",
      "master_sku": "ASG-BF6",
      "found": true,
      "current_category_ids": [
        4,
        389,
        500
      ],
      "expected_category_ids": [
        4,
        389,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH09",
      "master_sku": "ASG-BH09",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH12",
      "master_sku": "ASG-BH12",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH15",
      "master_sku": "ASG-BH15",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH18",
      "master_sku": "ASG-BH18",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH21",
      "master_sku": "ASG-BH21",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH24",
      "master_sku": "ASG-BH24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH27",
      "master_sku": "ASG-BH27",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH30",
      "master_sku": "ASG-BH30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH33",
      "master_sku": "ASG-BH33",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH36",
      "master_sku": "ASG-BH36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BH39",
      "master_sku": "ASG-BH39",
      "found": true,
      "current_category_ids": [
        4,
        389,
        434
      ],
      "expected_category_ids": [
        4,
        389,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BM8",
      "master_sku": "ASG-BM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        493
      ],
      "expected_category_ids": [
        4,
        389,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BMC24",
      "master_sku": "ASG-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        507
      ],
      "expected_category_ids": [
        4,
        389,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BMC30",
      "master_sku": "ASG-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        507
      ],
      "expected_category_ids": [
        4,
        389,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BPP09",
      "master_sku": "ASG-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        389,
        411
      ],
      "expected_category_ids": [
        4,
        389,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-BWB18",
      "master_sku": "ASG-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        389,
        444
      ],
      "expected_category_ids": [
        4,
        389,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-CSB36",
      "master_sku": "ASG-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        508
      ],
      "expected_category_ids": [
        4,
        389,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-CSB36-FP",
      "master_sku": "ASG-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        389,
        508
      ],
      "expected_category_ids": [
        4,
        389,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-CVM8",
      "master_sku": "ASG-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        492
      ],
      "expected_category_ids": [
        4,
        389,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB12-3",
      "master_sku": "ASG-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB15-3",
      "master_sku": "ASG-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB18-3",
      "master_sku": "ASG-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB21-3",
      "master_sku": "ASG-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB24-3",
      "master_sku": "ASG-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB27-3",
      "master_sku": "ASG-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB30-2",
      "master_sku": "ASG-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB30-3",
      "master_sku": "ASG-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB33-3",
      "master_sku": "ASG-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DB36-3",
      "master_sku": "ASG-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        525
      ],
      "expected_category_ids": [
        4,
        389,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-DWR3L/R",
      "master_sku": "ASG-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        389,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-EZR33",
      "master_sku": "ASG-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        389,
        509
      ],
      "expected_category_ids": [
        4,
        389,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-EZR36",
      "master_sku": "ASG-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        509
      ],
      "expected_category_ids": [
        4,
        389,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F330",
      "master_sku": "ASG-F330",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F336",
      "master_sku": "ASG-F336",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F342",
      "master_sku": "ASG-F342",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F396",
      "master_sku": "ASG-F396",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F630",
      "master_sku": "ASG-F630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F642",
      "master_sku": "ASG-F642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-F696",
      "master_sku": "ASG-F696",
      "found": true,
      "current_category_ids": [
        4,
        389,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-FPP9648 1/4",
      "master_sku": "ASG-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        389,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-FPP9648 3/4",
      "master_sku": "ASG-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        389,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-FPPB9648 1/2",
      "master_sku": "ASG-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        389,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASG-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASG-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASG-FS24",
      "master_sku": "ASG-FS24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        431
      ],
      "expected_category_ids": [
        4,
        389,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-FS30",
      "master_sku": "ASG-FS30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-FS36",
      "master_sku": "ASG-FS36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-FS60",
      "master_sku": "ASG-FS60",
      "found": true,
      "current_category_ids": [
        4,
        389,
        431
      ],
      "expected_category_ids": [
        4,
        389,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GALLON OF PAINT",
      "master_sku": "ASG-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1530",
      "master_sku": "ASG-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1536",
      "master_sku": "ASG-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1542",
      "master_sku": "ASG-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1830",
      "master_sku": "ASG-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1836",
      "master_sku": "ASG-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W1842",
      "master_sku": "ASG-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3030",
      "master_sku": "ASG-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3036",
      "master_sku": "ASG-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3042",
      "master_sku": "ASG-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3630",
      "master_sku": "ASG-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3636",
      "master_sku": "ASG-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-W3642",
      "master_sku": "ASG-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-WDC2430",
      "master_sku": "ASG-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-WDC2436",
      "master_sku": "ASG-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GD-WDC2442",
      "master_sku": "ASG-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1530",
      "master_sku": "ASG-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1536",
      "master_sku": "ASG-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1542",
      "master_sku": "ASG-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1830",
      "master_sku": "ASG-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1836",
      "master_sku": "ASG-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW1842",
      "master_sku": "ASG-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        389,
        513
      ],
      "expected_category_ids": [
        4,
        389,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3030",
      "master_sku": "ASG-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3036",
      "master_sku": "ASG-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3042",
      "master_sku": "ASG-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3630",
      "master_sku": "ASG-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3636",
      "master_sku": "ASG-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDW3642",
      "master_sku": "ASG-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        461
      ],
      "expected_category_ids": [
        4,
        389,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDWDC2430",
      "master_sku": "ASG-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        389,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDWDC2436",
      "master_sku": "ASG-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        389,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-GDWDC2442",
      "master_sku": "ASG-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        389,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-LC1884",
      "master_sku": "ASG-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-LCVM8",
      "master_sku": "ASG-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        492
      ],
      "expected_category_ids": [
        4,
        389,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-LM8",
      "master_sku": "ASG-LM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        532
      ],
      "expected_category_ids": [
        4,
        389,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-LRM8",
      "master_sku": "ASG-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        532
      ],
      "expected_category_ids": [
        4,
        389,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-M2436",
      "master_sku": "ASG-M2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MBEP",
      "master_sku": "ASG-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        389,
        501
      ],
      "expected_category_ids": [
        4,
        389,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MC3018",
      "master_sku": "ASG-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        389,
        453
      ],
      "expected_category_ids": [
        4,
        389,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MPBEP",
      "master_sku": "ASG-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        389,
        501
      ],
      "expected_category_ids": [
        4,
        389,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MWEP30",
      "master_sku": "ASG-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        501
      ],
      "expected_category_ids": [
        4,
        389,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MWEP36",
      "master_sku": "ASG-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        501
      ],
      "expected_category_ids": [
        4,
        389,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-MWEP42",
      "master_sku": "ASG-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        389,
        501
      ],
      "expected_category_ids": [
        4,
        389,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-OC3384",
      "master_sku": "ASG-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        389,
        421
      ],
      "expected_category_ids": [
        4,
        389,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-OC3390",
      "master_sku": "ASG-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        389,
        421
      ],
      "expected_category_ids": [
        4,
        389,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-OC3396",
      "master_sku": "ASG-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        389,
        421
      ],
      "expected_category_ids": [
        4,
        389,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-OCM8-1",
      "master_sku": "ASG-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        389,
        495
      ],
      "expected_category_ids": [
        4,
        389,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC1884",
      "master_sku": "ASG-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC1890",
      "master_sku": "ASG-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC1896",
      "master_sku": "ASG-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC2484",
      "master_sku": "ASG-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC2490",
      "master_sku": "ASG-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC2496",
      "master_sku": "ASG-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC3084",
      "master_sku": "ASG-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC3090",
      "master_sku": "ASG-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PC3096",
      "master_sku": "ASG-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        389,
        473
      ],
      "expected_category_ids": [
        4,
        389,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-PINT OF PAINT",
      "master_sku": "ASG-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-QUART OF PAINT",
      "master_sku": "ASG-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-REP120",
      "master_sku": "ASG-REP120",
      "found": true,
      "current_category_ids": [
        4,
        389,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-REP96",
      "master_sku": "ASG-REP96",
      "found": true,
      "current_category_ids": [
        4,
        389,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SB24",
      "master_sku": "ASG-SB24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SB27",
      "master_sku": "ASG-SB27",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SB30",
      "master_sku": "ASG-SB30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SB33",
      "master_sku": "ASG-SB33",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SB36",
      "master_sku": "ASG-SB36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SBF30",
      "master_sku": "ASG-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SBF36",
      "master_sku": "ASG-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SBM8",
      "master_sku": "ASG-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        413
      ],
      "expected_category_ids": [
        4,
        389,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SC10",
      "master_sku": "ASG-SC10",
      "found": true,
      "current_category_ids": [
        4,
        389,
        502
      ],
      "expected_category_ids": [
        4,
        389,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SD",
      "master_sku": "ASG-SD",
      "found": true,
      "current_category_ids": [
        4,
        389,
        534
      ],
      "expected_category_ids": [
        4,
        389,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SDP34 4X4",
      "master_sku": "ASG-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SHM8",
      "master_sku": "ASG-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        412
      ],
      "expected_category_ids": [
        4,
        389,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SM8",
      "master_sku": "ASG-SM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        496
      ],
      "expected_category_ids": [
        4,
        389,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SPRAY CAN",
      "master_sku": "ASG-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        389,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-SSPA34 4X4",
      "master_sku": "ASG-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-TK8",
      "master_sku": "ASG-TK8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        535
      ],
      "expected_category_ids": [
        4,
        389,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-TKBM8",
      "master_sku": "ASG-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        493
      ],
      "expected_category_ids": [
        4,
        389,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-TLM8",
      "master_sku": "ASG-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        499
      ],
      "expected_category_ids": [
        4,
        389,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-TOUCH UP KIT",
      "master_sku": "ASG-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-V54",
      "master_sku": "ASG-V54",
      "found": true,
      "current_category_ids": [
        4,
        389,
        505
      ],
      "expected_category_ids": [
        4,
        389,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VA2421",
      "master_sku": "ASG-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VA3021",
      "master_sku": "ASG-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VA3621",
      "master_sku": "ASG-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VDB12-3",
      "master_sku": "ASG-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VDB15-3",
      "master_sku": "ASG-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VDB18-3",
      "master_sku": "ASG-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VKD3021",
      "master_sku": "ASG-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        389,
        505
      ],
      "expected_category_ids": [
        4,
        389,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD3021DL",
      "master_sku": "ASG-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD3021DR",
      "master_sku": "ASG-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD3621DL",
      "master_sku": "ASG-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD3621DR",
      "master_sku": "ASG-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD4821DLR",
      "master_sku": "ASG-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-VSD6021DLR",
      "master_sku": "ASG-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        389,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W0930",
      "master_sku": "ASG-W0930",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W0936",
      "master_sku": "ASG-W0936",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W0942",
      "master_sku": "ASG-W0942",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1230",
      "master_sku": "ASG-W1230",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1236",
      "master_sku": "ASG-W1236",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1242",
      "master_sku": "ASG-W1242",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1530",
      "master_sku": "ASG-W1530",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1536",
      "master_sku": "ASG-W1536",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1542",
      "master_sku": "ASG-W1542",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1830",
      "master_sku": "ASG-W1830",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1836",
      "master_sku": "ASG-W1836",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W1842",
      "master_sku": "ASG-W1842",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2130",
      "master_sku": "ASG-W2130",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2136",
      "master_sku": "ASG-W2136",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2142",
      "master_sku": "ASG-W2142",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2412",
      "master_sku": "ASG-W2412",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2415",
      "master_sku": "ASG-W2415",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2418",
      "master_sku": "ASG-W2418",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2424",
      "master_sku": "ASG-W2424",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2430",
      "master_sku": "ASG-W2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2436",
      "master_sku": "ASG-W2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2442",
      "master_sku": "ASG-W2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2730",
      "master_sku": "ASG-W2730",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2736",
      "master_sku": "ASG-W2736",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W2742",
      "master_sku": "ASG-W2742",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3012",
      "master_sku": "ASG-W3012",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W301224",
      "master_sku": "ASG-W301224",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3015",
      "master_sku": "ASG-W3015",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3018",
      "master_sku": "ASG-W3018",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W301824",
      "master_sku": "ASG-W301824",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3024",
      "master_sku": "ASG-W3024",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W302424",
      "master_sku": "ASG-W302424",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3030",
      "master_sku": "ASG-W3030",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3036",
      "master_sku": "ASG-W3036",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3042",
      "master_sku": "ASG-W3042",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W331224",
      "master_sku": "ASG-W331224",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3315",
      "master_sku": "ASG-W3315",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3318",
      "master_sku": "ASG-W3318",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3324",
      "master_sku": "ASG-W3324",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3330",
      "master_sku": "ASG-W3330",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3336",
      "master_sku": "ASG-W3336",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3342",
      "master_sku": "ASG-W3342",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3612",
      "master_sku": "ASG-W3612",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W361224",
      "master_sku": "ASG-W361224",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3615",
      "master_sku": "ASG-W3615",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3618",
      "master_sku": "ASG-W3618",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W361824",
      "master_sku": "ASG-W361824",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3624",
      "master_sku": "ASG-W3624",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W362424",
      "master_sku": "ASG-W362424",
      "found": true,
      "current_category_ids": [
        4,
        389,
        486
      ],
      "expected_category_ids": [
        4,
        389,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3630",
      "master_sku": "ASG-W3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3636",
      "master_sku": "ASG-W3636",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3642",
      "master_sku": "ASG-W3642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-W3930",
      "master_sku": "ASG-W3930",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WBC2730",
      "master_sku": "ASG-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        389,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WBC2736",
      "master_sku": "ASG-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        389,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WBC2742",
      "master_sku": "ASG-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        389,
        447
      ],
      "expected_category_ids": [
        4,
        389,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WCOR2430",
      "master_sku": "ASG-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        455
      ],
      "expected_category_ids": [
        4,
        389,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WCOR2436",
      "master_sku": "ASG-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        455
      ],
      "expected_category_ids": [
        4,
        389,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WCOR2442",
      "master_sku": "ASG-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        455
      ],
      "expected_category_ids": [
        4,
        389,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WDC2430",
      "master_sku": "ASG-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WDC2436",
      "master_sku": "ASG-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WDC2442",
      "master_sku": "ASG-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WECA30",
      "master_sku": "ASG-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        445
      ],
      "expected_category_ids": [
        4,
        389,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WECA36",
      "master_sku": "ASG-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        445
      ],
      "expected_category_ids": [
        4,
        389,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WECA42",
      "master_sku": "ASG-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        389,
        445
      ],
      "expected_category_ids": [
        4,
        389,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WHB3624",
      "master_sku": "ASG-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        389,
        460
      ],
      "expected_category_ids": [
        4,
        389,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WHB3630",
      "master_sku": "ASG-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        460
      ],
      "expected_category_ids": [
        4,
        389,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1530",
      "master_sku": "ASG-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1536",
      "master_sku": "ASG-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1542",
      "master_sku": "ASG-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1830",
      "master_sku": "ASG-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1836",
      "master_sku": "ASG-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC1842",
      "master_sku": "ASG-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3030",
      "master_sku": "ASG-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3036",
      "master_sku": "ASG-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3042",
      "master_sku": "ASG-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3630",
      "master_sku": "ASG-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3636",
      "master_sku": "ASG-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOC3642",
      "master_sku": "ASG-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        475
      ],
      "expected_category_ids": [
        4,
        389,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOCD2430",
      "master_sku": "ASG-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOCD2436",
      "master_sku": "ASG-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WOCD2442",
      "master_sku": "ASG-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        449
      ],
      "expected_category_ids": [
        4,
        389,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASG-WSC1818",
      "master_sku": "ASG-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        389,
        462
      ],
      "expected_category_ids": [
        4,
        389,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-MC3018",
      "master_sku": "ASM-BRO-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1215",
      "master_sku": "ASM-BRO-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1515",
      "master_sku": "ASM-BRO-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1530",
      "master_sku": "ASM-BRO-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1536",
      "master_sku": "ASM-BRO-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1542",
      "master_sku": "ASM-BRO-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1815",
      "master_sku": "ASM-BRO-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1830",
      "master_sku": "ASM-BRO-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1836",
      "master_sku": "ASM-BRO-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC1842",
      "master_sku": "ASM-BRO-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC2115",
      "master_sku": "ASM-BRO-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC2415",
      "master_sku": "ASM-BRO-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC2715",
      "master_sku": "ASM-BRO-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3015",
      "master_sku": "ASM-BRO-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3030",
      "master_sku": "ASM-BRO-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3036",
      "master_sku": "ASM-BRO-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3042",
      "master_sku": "ASM-BRO-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3315",
      "master_sku": "ASM-BRO-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3615",
      "master_sku": "ASM-BRO-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3630",
      "master_sku": "ASM-BRO-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3636",
      "master_sku": "ASM-BRO-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOC3642",
      "master_sku": "ASM-BRO-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOCD2430",
      "master_sku": "ASM-BRO-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOCD2436",
      "master_sku": "ASM-BRO-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOCD2442",
      "master_sku": "ASM-BRO-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WOCOR2415",
      "master_sku": "ASM-BRO-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-BRO-WSC1818",
      "master_sku": "ASM-BRO-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-MC3018",
      "master_sku": "ASM-CH-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1215",
      "master_sku": "ASM-CH-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1515",
      "master_sku": "ASM-CH-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1530",
      "master_sku": "ASM-CH-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1536",
      "master_sku": "ASM-CH-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1542",
      "master_sku": "ASM-CH-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1815",
      "master_sku": "ASM-CH-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1830",
      "master_sku": "ASM-CH-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1836",
      "master_sku": "ASM-CH-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC1842",
      "master_sku": "ASM-CH-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC2115",
      "master_sku": "ASM-CH-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC2415",
      "master_sku": "ASM-CH-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC2715",
      "master_sku": "ASM-CH-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3015",
      "master_sku": "ASM-CH-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3030",
      "master_sku": "ASM-CH-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3036",
      "master_sku": "ASM-CH-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3042",
      "master_sku": "ASM-CH-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3315",
      "master_sku": "ASM-CH-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3615",
      "master_sku": "ASM-CH-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3630",
      "master_sku": "ASM-CH-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3636",
      "master_sku": "ASM-CH-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOC3642",
      "master_sku": "ASM-CH-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOCD2430",
      "master_sku": "ASM-CH-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOCD2436",
      "master_sku": "ASM-CH-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOCD2442",
      "master_sku": "ASM-CH-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WOCOR2415",
      "master_sku": "ASM-CH-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-CH-WSC1818",
      "master_sku": "ASM-CH-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-MC3018",
      "master_sku": "ASM-NRO-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1215",
      "master_sku": "ASM-NRO-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1515",
      "master_sku": "ASM-NRO-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1530",
      "master_sku": "ASM-NRO-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1536",
      "master_sku": "ASM-NRO-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1542",
      "master_sku": "ASM-NRO-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1815",
      "master_sku": "ASM-NRO-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1830",
      "master_sku": "ASM-NRO-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1836",
      "master_sku": "ASM-NRO-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC1842",
      "master_sku": "ASM-NRO-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC2115",
      "master_sku": "ASM-NRO-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC2415",
      "master_sku": "ASM-NRO-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC2715",
      "master_sku": "ASM-NRO-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3015",
      "master_sku": "ASM-NRO-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3030",
      "master_sku": "ASM-NRO-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3036",
      "master_sku": "ASM-NRO-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3042",
      "master_sku": "ASM-NRO-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3315",
      "master_sku": "ASM-NRO-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3615",
      "master_sku": "ASM-NRO-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3630",
      "master_sku": "ASM-NRO-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3636",
      "master_sku": "ASM-NRO-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOC3642",
      "master_sku": "ASM-NRO-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOCD2430",
      "master_sku": "ASM-NRO-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOCD2436",
      "master_sku": "ASM-NRO-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOCD2442",
      "master_sku": "ASM-NRO-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WOCOR2415",
      "master_sku": "ASM-NRO-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-NRO-WSC1818",
      "master_sku": "ASM-NRO-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-MC3018",
      "master_sku": "ASM-OB-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1530",
      "master_sku": "ASM-OB-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1536",
      "master_sku": "ASM-OB-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1542",
      "master_sku": "ASM-OB-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1830",
      "master_sku": "ASM-OB-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1836",
      "master_sku": "ASM-OB-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC1842",
      "master_sku": "ASM-OB-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3030",
      "master_sku": "ASM-OB-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3036",
      "master_sku": "ASM-OB-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3042",
      "master_sku": "ASM-OB-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3630",
      "master_sku": "ASM-OB-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3636",
      "master_sku": "ASM-OB-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOC3642",
      "master_sku": "ASM-OB-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOCD2430",
      "master_sku": "ASM-OB-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOCD2436",
      "master_sku": "ASM-OB-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WOCD2442",
      "master_sku": "ASM-OB-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-OB-WSC1818",
      "master_sku": "ASM-OB-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-MC3018",
      "master_sku": "ASM-PW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1215",
      "master_sku": "ASM-PW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1515",
      "master_sku": "ASM-PW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1530",
      "master_sku": "ASM-PW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1536",
      "master_sku": "ASM-PW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1542",
      "master_sku": "ASM-PW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1815",
      "master_sku": "ASM-PW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1830",
      "master_sku": "ASM-PW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1836",
      "master_sku": "ASM-PW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC1842",
      "master_sku": "ASM-PW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC2115",
      "master_sku": "ASM-PW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC2415",
      "master_sku": "ASM-PW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC2715",
      "master_sku": "ASM-PW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3015",
      "master_sku": "ASM-PW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3030",
      "master_sku": "ASM-PW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3036",
      "master_sku": "ASM-PW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3042",
      "master_sku": "ASM-PW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3315",
      "master_sku": "ASM-PW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3615",
      "master_sku": "ASM-PW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3630",
      "master_sku": "ASM-PW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3636",
      "master_sku": "ASM-PW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOC3642",
      "master_sku": "ASM-PW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOCD2430",
      "master_sku": "ASM-PW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOCD2436",
      "master_sku": "ASM-PW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOCD2442",
      "master_sku": "ASM-PW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WOCOR2415",
      "master_sku": "ASM-PW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-PW-WSC1818",
      "master_sku": "ASM-PW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-MC3018",
      "master_sku": "ASM-SG-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1530",
      "master_sku": "ASM-SG-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1536",
      "master_sku": "ASM-SG-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1542",
      "master_sku": "ASM-SG-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1830",
      "master_sku": "ASM-SG-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1836",
      "master_sku": "ASM-SG-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC1842",
      "master_sku": "ASM-SG-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3030",
      "master_sku": "ASM-SG-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3036",
      "master_sku": "ASM-SG-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3042",
      "master_sku": "ASM-SG-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3630",
      "master_sku": "ASM-SG-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3636",
      "master_sku": "ASM-SG-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOC3642",
      "master_sku": "ASM-SG-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOCD2430",
      "master_sku": "ASM-SG-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOCD2436",
      "master_sku": "ASM-SG-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WOCD2442",
      "master_sku": "ASM-SG-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SG-WSC1818",
      "master_sku": "ASM-SG-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-MC3018",
      "master_sku": "ASM-SW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        453
      ],
      "expected_category_ids": [
        4,
        407,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1215",
      "master_sku": "ASM-SW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1515",
      "master_sku": "ASM-SW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1530",
      "master_sku": "ASM-SW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1536",
      "master_sku": "ASM-SW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1542",
      "master_sku": "ASM-SW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1815",
      "master_sku": "ASM-SW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1830",
      "master_sku": "ASM-SW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1836",
      "master_sku": "ASM-SW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC1842",
      "master_sku": "ASM-SW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC2115",
      "master_sku": "ASM-SW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC2415",
      "master_sku": "ASM-SW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC2715",
      "master_sku": "ASM-SW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3015",
      "master_sku": "ASM-SW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3030",
      "master_sku": "ASM-SW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3036",
      "master_sku": "ASM-SW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3042",
      "master_sku": "ASM-SW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3315",
      "master_sku": "ASM-SW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3615",
      "master_sku": "ASM-SW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3630",
      "master_sku": "ASM-SW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3636",
      "master_sku": "ASM-SW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOC3642",
      "master_sku": "ASM-SW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOCD2430",
      "master_sku": "ASM-SW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOCD2436",
      "master_sku": "ASM-SW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOCD2442",
      "master_sku": "ASM-SW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WOCOR2415",
      "master_sku": "ASM-SW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        449
      ],
      "expected_category_ids": [
        4,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASM-SW-WSC1818",
      "master_sku": "ASM-SW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B12",
      "master_sku": "ASW-B12",
      "found": true,
      "current_category_ids": [
        4,
        388,
        471
      ],
      "expected_category_ids": [
        4,
        388,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B15",
      "master_sku": "ASW-B15",
      "found": true,
      "current_category_ids": [
        4,
        388,
        471
      ],
      "expected_category_ids": [
        4,
        388,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B18",
      "master_sku": "ASW-B18",
      "found": true,
      "current_category_ids": [
        4,
        388,
        471
      ],
      "expected_category_ids": [
        4,
        388,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B21",
      "master_sku": "ASW-B21",
      "found": true,
      "current_category_ids": [
        4,
        388,
        471
      ],
      "expected_category_ids": [
        4,
        388,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B24",
      "master_sku": "ASW-B24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B27",
      "master_sku": "ASW-B27",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B30",
      "master_sku": "ASW-B30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B33",
      "master_sku": "ASW-B33",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B36",
      "master_sku": "ASW-B36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-B39",
      "master_sku": "ASW-B39",
      "found": true,
      "current_category_ids": [
        4,
        388,
        506
      ],
      "expected_category_ids": [
        4,
        388,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BBC36/39L/R",
      "master_sku": "ASW-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BBC39/42L/R",
      "master_sku": "ASW-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BBC45/48FHL/R",
      "master_sku": "ASW-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BBC45/48FHL/R-MC",
      "master_sku": "ASW-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BBC45/48L/R",
      "master_sku": "ASW-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BCOR33L/R",
      "master_sku": "ASW-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        388,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BCOR36L/R",
      "master_sku": "ASW-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        388,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        388,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-BEC1224L",
      "master_sku": "ASW-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        388,
        464
      ],
      "expected_category_ids": [
        4,
        388,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BEC1224R",
      "master_sku": "ASW-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        388,
        464
      ],
      "expected_category_ids": [
        4,
        388,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BF3",
      "master_sku": "ASW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        500
      ],
      "expected_category_ids": [
        4,
        388,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BF6",
      "master_sku": "ASW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        388,
        500
      ],
      "expected_category_ids": [
        4,
        388,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH09",
      "master_sku": "ASW-BH09",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH12",
      "master_sku": "ASW-BH12",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH15",
      "master_sku": "ASW-BH15",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH18",
      "master_sku": "ASW-BH18",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH21",
      "master_sku": "ASW-BH21",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH24",
      "master_sku": "ASW-BH24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH27",
      "master_sku": "ASW-BH27",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH30",
      "master_sku": "ASW-BH30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH33",
      "master_sku": "ASW-BH33",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH36",
      "master_sku": "ASW-BH36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BH39",
      "master_sku": "ASW-BH39",
      "found": true,
      "current_category_ids": [
        4,
        388,
        434
      ],
      "expected_category_ids": [
        4,
        388,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BM8",
      "master_sku": "ASW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        493
      ],
      "expected_category_ids": [
        4,
        388,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BMC24",
      "master_sku": "ASW-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        507
      ],
      "expected_category_ids": [
        4,
        388,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BMC30",
      "master_sku": "ASW-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        507
      ],
      "expected_category_ids": [
        4,
        388,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BPP09",
      "master_sku": "ASW-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        388,
        411
      ],
      "expected_category_ids": [
        4,
        388,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-BWB18",
      "master_sku": "ASW-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        388,
        444
      ],
      "expected_category_ids": [
        4,
        388,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-CSB36",
      "master_sku": "ASW-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        508
      ],
      "expected_category_ids": [
        4,
        388,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-CSB36-FP",
      "master_sku": "ASW-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        388,
        508
      ],
      "expected_category_ids": [
        4,
        388,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-CVM8",
      "master_sku": "ASW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        492
      ],
      "expected_category_ids": [
        4,
        388,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB12-3",
      "master_sku": "ASW-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB15-3",
      "master_sku": "ASW-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB18-3",
      "master_sku": "ASW-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB21-3",
      "master_sku": "ASW-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB24-3",
      "master_sku": "ASW-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB27-3",
      "master_sku": "ASW-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB30-2",
      "master_sku": "ASW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB30-3",
      "master_sku": "ASW-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB33-3",
      "master_sku": "ASW-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DB36-3",
      "master_sku": "ASW-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        525
      ],
      "expected_category_ids": [
        4,
        388,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-DWR3L/R",
      "master_sku": "ASW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        388,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-EZR33",
      "master_sku": "ASW-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        388,
        509
      ],
      "expected_category_ids": [
        4,
        388,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-EZR36",
      "master_sku": "ASW-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        509
      ],
      "expected_category_ids": [
        4,
        388,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F330",
      "master_sku": "ASW-F330",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F336",
      "master_sku": "ASW-F336",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F342",
      "master_sku": "ASW-F342",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F396",
      "master_sku": "ASW-F396",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F630",
      "master_sku": "ASW-F630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F642",
      "master_sku": "ASW-F642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-F696",
      "master_sku": "ASW-F696",
      "found": true,
      "current_category_ids": [
        4,
        388,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-FPP9648 1/4",
      "master_sku": "ASW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        388,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-FPP9648 3/4",
      "master_sku": "ASW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        388,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-FPPB9648 1/2",
      "master_sku": "ASW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        388,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ASW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ASW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ASW-FS24",
      "master_sku": "ASW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        431
      ],
      "expected_category_ids": [
        4,
        388,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-FS30",
      "master_sku": "ASW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-FS36",
      "master_sku": "ASW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-FS60",
      "master_sku": "ASW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        388,
        431
      ],
      "expected_category_ids": [
        4,
        388,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GALLON OF PAINT",
      "master_sku": "ASW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1215",
      "master_sku": "ASW-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1515",
      "master_sku": "ASW-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1530",
      "master_sku": "ASW-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1536",
      "master_sku": "ASW-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1542",
      "master_sku": "ASW-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1815",
      "master_sku": "ASW-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1830",
      "master_sku": "ASW-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1836",
      "master_sku": "ASW-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W1842",
      "master_sku": "ASW-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W2115",
      "master_sku": "ASW-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W2415",
      "master_sku": "ASW-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W2715",
      "master_sku": "ASW-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3015",
      "master_sku": "ASW-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3030",
      "master_sku": "ASW-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3036",
      "master_sku": "ASW-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3042",
      "master_sku": "ASW-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3315",
      "master_sku": "ASW-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3615",
      "master_sku": "ASW-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3630",
      "master_sku": "ASW-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3636",
      "master_sku": "ASW-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-W3642",
      "master_sku": "ASW-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-WCOR2415",
      "master_sku": "ASW-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-WDC2430",
      "master_sku": "ASW-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-WDC2436",
      "master_sku": "ASW-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GD-WDC2442",
      "master_sku": "ASW-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        516
      ],
      "expected_category_ids": [
        4,
        388,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1215",
      "master_sku": "ASW-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        388,
        459
      ],
      "expected_category_ids": [
        4,
        388,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1515",
      "master_sku": "ASW-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        388,
        459
      ],
      "expected_category_ids": [
        4,
        388,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1530",
      "master_sku": "ASW-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1536",
      "master_sku": "ASW-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1542",
      "master_sku": "ASW-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1815",
      "master_sku": "ASW-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        388,
        459
      ],
      "expected_category_ids": [
        4,
        388,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1830",
      "master_sku": "ASW-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1836",
      "master_sku": "ASW-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW1842",
      "master_sku": "ASW-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        388,
        513
      ],
      "expected_category_ids": [
        4,
        388,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW2115",
      "master_sku": "ASW-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        388,
        459
      ],
      "expected_category_ids": [
        4,
        388,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW2415",
      "master_sku": "ASW-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW2715",
      "master_sku": "ASW-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3015",
      "master_sku": "ASW-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3030",
      "master_sku": "ASW-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3036",
      "master_sku": "ASW-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3042",
      "master_sku": "ASW-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3315",
      "master_sku": "ASW-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3615",
      "master_sku": "ASW-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3630",
      "master_sku": "ASW-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3636",
      "master_sku": "ASW-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDW3642",
      "master_sku": "ASW-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDWCOR2415",
      "master_sku": "ASW-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        461
      ],
      "expected_category_ids": [
        4,
        388,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDWDC2430",
      "master_sku": "ASW-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        388,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDWDC2436",
      "master_sku": "ASW-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        388,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-GDWDC2442",
      "master_sku": "ASW-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        388,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-LC1884",
      "master_sku": "ASW-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-LCVM8",
      "master_sku": "ASW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        492
      ],
      "expected_category_ids": [
        4,
        388,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-LM8",
      "master_sku": "ASW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        532
      ],
      "expected_category_ids": [
        4,
        388,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-LRM8",
      "master_sku": "ASW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        532
      ],
      "expected_category_ids": [
        4,
        388,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-M2436",
      "master_sku": "ASW-M2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MBEP",
      "master_sku": "ASW-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        388,
        501
      ],
      "expected_category_ids": [
        4,
        388,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MC3018",
      "master_sku": "ASW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        388,
        453
      ],
      "expected_category_ids": [
        4,
        388,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MPBEP",
      "master_sku": "ASW-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        388,
        501
      ],
      "expected_category_ids": [
        4,
        388,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MWEP15",
      "master_sku": "ASW-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        388,
        416
      ],
      "expected_category_ids": [
        4,
        388,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MWEP30",
      "master_sku": "ASW-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        501
      ],
      "expected_category_ids": [
        4,
        388,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MWEP36",
      "master_sku": "ASW-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        501
      ],
      "expected_category_ids": [
        4,
        388,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-MWEP42",
      "master_sku": "ASW-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        388,
        501
      ],
      "expected_category_ids": [
        4,
        388,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-OC3384",
      "master_sku": "ASW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        388,
        421
      ],
      "expected_category_ids": [
        4,
        388,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-OC3390",
      "master_sku": "ASW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        388,
        421
      ],
      "expected_category_ids": [
        4,
        388,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-OC3396",
      "master_sku": "ASW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        388,
        421
      ],
      "expected_category_ids": [
        4,
        388,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-OCM8-1",
      "master_sku": "ASW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        388,
        495
      ],
      "expected_category_ids": [
        4,
        388,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC1884",
      "master_sku": "ASW-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC1890",
      "master_sku": "ASW-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC1896",
      "master_sku": "ASW-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC2484",
      "master_sku": "ASW-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC2490",
      "master_sku": "ASW-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC2496",
      "master_sku": "ASW-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC3084",
      "master_sku": "ASW-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC3090",
      "master_sku": "ASW-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PC3096",
      "master_sku": "ASW-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        388,
        473
      ],
      "expected_category_ids": [
        4,
        388,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-PINT OF PAINT",
      "master_sku": "ASW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-QUART OF PAINT",
      "master_sku": "ASW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-REP120",
      "master_sku": "ASW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        388,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-REP96",
      "master_sku": "ASW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        388,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SB24",
      "master_sku": "ASW-SB24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SB27",
      "master_sku": "ASW-SB27",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SB30",
      "master_sku": "ASW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SB33",
      "master_sku": "ASW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SB36",
      "master_sku": "ASW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SBF30",
      "master_sku": "ASW-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SBF36",
      "master_sku": "ASW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SBM8",
      "master_sku": "ASW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        413
      ],
      "expected_category_ids": [
        4,
        388,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SC10",
      "master_sku": "ASW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        388,
        502
      ],
      "expected_category_ids": [
        4,
        388,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SD",
      "master_sku": "ASW-SD",
      "found": true,
      "current_category_ids": [
        4,
        388,
        534
      ],
      "expected_category_ids": [
        4,
        388,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SDP34 4X4",
      "master_sku": "ASW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        388,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SHM8",
      "master_sku": "ASW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        412
      ],
      "expected_category_ids": [
        4,
        388,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SM8",
      "master_sku": "ASW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        496
      ],
      "expected_category_ids": [
        4,
        388,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SPRAY CAN",
      "master_sku": "ASW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        388,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-SSPA34 4X4",
      "master_sku": "ASW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        388,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-TK8",
      "master_sku": "ASW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        535
      ],
      "expected_category_ids": [
        4,
        388,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-TKBM8",
      "master_sku": "ASW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        493
      ],
      "expected_category_ids": [
        4,
        388,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-TLM8",
      "master_sku": "ASW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        499
      ],
      "expected_category_ids": [
        4,
        388,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-TOUCH UP KIT",
      "master_sku": "ASW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-V54",
      "master_sku": "ASW-V54",
      "found": true,
      "current_category_ids": [
        4,
        388,
        505
      ],
      "expected_category_ids": [
        4,
        388,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VA2421",
      "master_sku": "ASW-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VA3021",
      "master_sku": "ASW-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VA3621",
      "master_sku": "ASW-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VDB12-3",
      "master_sku": "ASW-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VDB15-3",
      "master_sku": "ASW-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VDB18-3",
      "master_sku": "ASW-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VKD3021",
      "master_sku": "ASW-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        388,
        505
      ],
      "expected_category_ids": [
        4,
        388,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD3021DL",
      "master_sku": "ASW-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD3021DR",
      "master_sku": "ASW-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD3621DL",
      "master_sku": "ASW-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD3621DR",
      "master_sku": "ASW-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD4821DLR",
      "master_sku": "ASW-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-VSD6021DLR",
      "master_sku": "ASW-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        388,
        467
      ],
      "expected_category_ids": [
        4,
        388,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W0930",
      "master_sku": "ASW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W0936",
      "master_sku": "ASW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W0942",
      "master_sku": "ASW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1230",
      "master_sku": "ASW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1236",
      "master_sku": "ASW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1242",
      "master_sku": "ASW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1530",
      "master_sku": "ASW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1536",
      "master_sku": "ASW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1542",
      "master_sku": "ASW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1830",
      "master_sku": "ASW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1836",
      "master_sku": "ASW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W1842",
      "master_sku": "ASW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2130",
      "master_sku": "ASW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2136",
      "master_sku": "ASW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2142",
      "master_sku": "ASW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2412",
      "master_sku": "ASW-W2412",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2415",
      "master_sku": "ASW-W2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2418",
      "master_sku": "ASW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2424",
      "master_sku": "ASW-W2424",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2430",
      "master_sku": "ASW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2436",
      "master_sku": "ASW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2442",
      "master_sku": "ASW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2730",
      "master_sku": "ASW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2736",
      "master_sku": "ASW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W2742",
      "master_sku": "ASW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3012",
      "master_sku": "ASW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W301224",
      "master_sku": "ASW-W301224",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3015",
      "master_sku": "ASW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3018",
      "master_sku": "ASW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W301824",
      "master_sku": "ASW-W301824",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3024",
      "master_sku": "ASW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W302424",
      "master_sku": "ASW-W302424",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3030",
      "master_sku": "ASW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3036",
      "master_sku": "ASW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3042",
      "master_sku": "ASW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W331224",
      "master_sku": "ASW-W331224",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3315",
      "master_sku": "ASW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3318",
      "master_sku": "ASW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3324",
      "master_sku": "ASW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3330",
      "master_sku": "ASW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3336",
      "master_sku": "ASW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3342",
      "master_sku": "ASW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3612",
      "master_sku": "ASW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W361224",
      "master_sku": "ASW-W361224",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3615",
      "master_sku": "ASW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3618",
      "master_sku": "ASW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W361824",
      "master_sku": "ASW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3624",
      "master_sku": "ASW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W362424",
      "master_sku": "ASW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        388,
        486
      ],
      "expected_category_ids": [
        4,
        388,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3630",
      "master_sku": "ASW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3636",
      "master_sku": "ASW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3642",
      "master_sku": "ASW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-W3930",
      "master_sku": "ASW-W3930",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WBC2730",
      "master_sku": "ASW-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        388,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WBC2736",
      "master_sku": "ASW-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        388,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WBC2742",
      "master_sku": "ASW-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        388,
        447
      ],
      "expected_category_ids": [
        4,
        388,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WCOR2430",
      "master_sku": "ASW-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        455
      ],
      "expected_category_ids": [
        4,
        388,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WCOR2436",
      "master_sku": "ASW-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        455
      ],
      "expected_category_ids": [
        4,
        388,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WCOR2442",
      "master_sku": "ASW-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        455
      ],
      "expected_category_ids": [
        4,
        388,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WDC2430",
      "master_sku": "ASW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WDC2436",
      "master_sku": "ASW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WDC2442",
      "master_sku": "ASW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WECA30",
      "master_sku": "ASW-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        445
      ],
      "expected_category_ids": [
        4,
        388,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WECA36",
      "master_sku": "ASW-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        445
      ],
      "expected_category_ids": [
        4,
        388,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WECA42",
      "master_sku": "ASW-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        388,
        445
      ],
      "expected_category_ids": [
        4,
        388,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WHB3624",
      "master_sku": "ASW-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        388,
        460
      ],
      "expected_category_ids": [
        4,
        388,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WHB3630",
      "master_sku": "ASW-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        460
      ],
      "expected_category_ids": [
        4,
        388,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1215",
      "master_sku": "ASW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1515",
      "master_sku": "ASW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1530",
      "master_sku": "ASW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1536",
      "master_sku": "ASW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1542",
      "master_sku": "ASW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1815",
      "master_sku": "ASW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1830",
      "master_sku": "ASW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1836",
      "master_sku": "ASW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC1842",
      "master_sku": "ASW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC2115",
      "master_sku": "ASW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC2415",
      "master_sku": "ASW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC2715",
      "master_sku": "ASW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3015",
      "master_sku": "ASW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3030",
      "master_sku": "ASW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3036",
      "master_sku": "ASW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3042",
      "master_sku": "ASW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3315",
      "master_sku": "ASW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3615",
      "master_sku": "ASW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3630",
      "master_sku": "ASW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3636",
      "master_sku": "ASW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOC3642",
      "master_sku": "ASW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        475
      ],
      "expected_category_ids": [
        4,
        388,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOCD2430",
      "master_sku": "ASW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOCD2436",
      "master_sku": "ASW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOCD2442",
      "master_sku": "ASW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WOCOR2415",
      "master_sku": "ASW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        388,
        449
      ],
      "expected_category_ids": [
        4,
        388,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ASW-WSC1818",
      "master_sku": "ASW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        388,
        462
      ],
      "expected_category_ids": [
        4,
        388,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-12B",
      "master_sku": "BDW-12B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        471
      ],
      "expected_category_ids": [
        4,
        390,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-12W",
      "master_sku": "BDW-12W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-12WT",
      "master_sku": "BDW-12WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-12WXT",
      "master_sku": "BDW-12WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-15B",
      "master_sku": "BDW-15B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        471
      ],
      "expected_category_ids": [
        4,
        390,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-15D",
      "master_sku": "BDW-15D",
      "found": true,
      "current_category_ids": [
        4,
        390,
        525
      ],
      "expected_category_ids": [
        4,
        390,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-15W",
      "master_sku": "BDW-15W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-15WT",
      "master_sku": "BDW-15WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-15WXT",
      "master_sku": "BDW-15WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18B",
      "master_sku": "BDW-18B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        471
      ],
      "expected_category_ids": [
        4,
        390,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18BRB",
      "master_sku": "BDW-18BRB",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18BRBT",
      "master_sku": "BDW-18BRBT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18BRBXT",
      "master_sku": "BDW-18BRBXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18D",
      "master_sku": "BDW-18D",
      "found": true,
      "current_category_ids": [
        4,
        390,
        525
      ],
      "expected_category_ids": [
        4,
        390,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18SF",
      "master_sku": "BDW-18SF",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18W",
      "master_sku": "BDW-18W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18WT",
      "master_sku": "BDW-18WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-18WXT",
      "master_sku": "BDW-18WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-21B",
      "master_sku": "BDW-21B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        471
      ],
      "expected_category_ids": [
        4,
        390,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-21W",
      "master_sku": "BDW-21W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-21WT",
      "master_sku": "BDW-21WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-21WXT",
      "master_sku": "BDW-21WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24A",
      "master_sku": "BDW-24A",
      "found": true,
      "current_category_ids": [
        4,
        390,
        449
      ],
      "expected_category_ids": [
        4,
        390,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24AT",
      "master_sku": "BDW-24AT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        449
      ],
      "expected_category_ids": [
        4,
        390,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24AXT",
      "master_sku": "BDW-24AXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        449
      ],
      "expected_category_ids": [
        4,
        390,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24B",
      "master_sku": "BDW-24B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24BRB",
      "master_sku": "BDW-24BRB",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24BRBT",
      "master_sku": "BDW-24BRBT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24BRBXT",
      "master_sku": "BDW-24BRBXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        473
      ],
      "expected_category_ids": [
        4,
        390,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24D",
      "master_sku": "BDW-24D",
      "found": true,
      "current_category_ids": [
        4,
        390,
        525
      ],
      "expected_category_ids": [
        4,
        390,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24R",
      "master_sku": "BDW-24R",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24W",
      "master_sku": "BDW-24W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24WC",
      "master_sku": "BDW-24WC",
      "found": true,
      "current_category_ids": [
        4,
        390,
        447
      ],
      "expected_category_ids": [
        4,
        390,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24WCT",
      "master_sku": "BDW-24WCT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        447
      ],
      "expected_category_ids": [
        4,
        390,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24WT",
      "master_sku": "BDW-24WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24WXT",
      "master_sku": "BDW-24WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24Y",
      "master_sku": "BDW-24Y",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-24Z",
      "master_sku": "BDW-24Z",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-27B",
      "master_sku": "BDW-27B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-27W",
      "master_sku": "BDW-27W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-27WT",
      "master_sku": "BDW-27WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-27WXT",
      "master_sku": "BDW-27WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30B",
      "master_sku": "BDW-30B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30OU",
      "master_sku": "BDW-30OU",
      "found": true,
      "current_category_ids": [
        4,
        132,
        390,
        421
      ],
      "expected_category_ids": [
        4,
        390,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30OUT",
      "master_sku": "BDW-30OUT",
      "found": true,
      "current_category_ids": [
        4,
        132,
        390,
        421
      ],
      "expected_category_ids": [
        4,
        390,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30OUXT",
      "master_sku": "BDW-30OUXT",
      "found": true,
      "current_category_ids": [
        4,
        132,
        390,
        421
      ],
      "expected_category_ids": [
        4,
        390,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30R",
      "master_sku": "BDW-30R",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30RBS",
      "master_sku": "BDW-30RBS",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30W",
      "master_sku": "BDW-30W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30WT",
      "master_sku": "BDW-30WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30WXT",
      "master_sku": "BDW-30WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30X",
      "master_sku": "BDW-30X",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30X12",
      "master_sku": "BDW-30X12",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30Y",
      "master_sku": "BDW-30Y",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-30Z",
      "master_sku": "BDW-30Z",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33B",
      "master_sku": "BDW-33B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33RBS",
      "master_sku": "BDW-33RBS",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33W",
      "master_sku": "BDW-33W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33WT",
      "master_sku": "BDW-33WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33WXT",
      "master_sku": "BDW-33WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-33X",
      "master_sku": "BDW-33X",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-34X48",
      "master_sku": "BDW-34X48",
      "found": true,
      "current_category_ids": [
        4,
        390,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36B",
      "master_sku": "BDW-36B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36LS",
      "master_sku": "BDW-36LS",
      "found": true,
      "current_category_ids": [
        4,
        390,
        510
      ],
      "expected_category_ids": [
        4,
        390,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36R",
      "master_sku": "BDW-36R",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36RBS",
      "master_sku": "BDW-36RBS",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36W",
      "master_sku": "BDW-36W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36WC",
      "master_sku": "BDW-36WC",
      "found": true,
      "current_category_ids": [
        4,
        390,
        447
      ],
      "expected_category_ids": [
        4,
        390,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36WCT",
      "master_sku": "BDW-36WCT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        447
      ],
      "expected_category_ids": [
        4,
        390,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36WT",
      "master_sku": "BDW-36WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36WXT",
      "master_sku": "BDW-36WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36X",
      "master_sku": "BDW-36X",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36X12",
      "master_sku": "BDW-36X12",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36Y",
      "master_sku": "BDW-36Y",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-36Z",
      "master_sku": "BDW-36Z",
      "found": true,
      "current_category_ids": [
        4,
        390,
        486
      ],
      "expected_category_ids": [
        4,
        390,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-39BC",
      "master_sku": "BDW-39BC",
      "found": true,
      "current_category_ids": [
        4,
        390,
        435
      ],
      "expected_category_ids": [
        4,
        390,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-3F",
      "master_sku": "BDW-3F",
      "found": true,
      "current_category_ids": [
        4,
        390,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-42B",
      "master_sku": "BDW-42B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-42BC",
      "master_sku": "BDW-42BC",
      "found": true,
      "current_category_ids": [
        4,
        390,
        435
      ],
      "expected_category_ids": [
        4,
        390,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-42RBS",
      "master_sku": "BDW-42RBS",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-42W",
      "master_sku": "BDW-42W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-42WC",
      "master_sku": "BDW-42WC",
      "found": true,
      "current_category_ids": [
        4,
        390,
        447
      ],
      "expected_category_ids": [
        4,
        390,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-48B",
      "master_sku": "BDW-48B",
      "found": true,
      "current_category_ids": [
        4,
        390,
        506
      ],
      "expected_category_ids": [
        4,
        390,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-48W",
      "master_sku": "BDW-48W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        475
      ],
      "expected_category_ids": [
        4,
        390,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-60SB",
      "master_sku": "BDW-60SB",
      "found": true,
      "current_category_ids": [
        4,
        390,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-6F",
      "master_sku": "BDW-6F",
      "found": true,
      "current_category_ids": [
        4,
        390,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-72VAL",
      "master_sku": "BDW-72VAL",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-96X3F",
      "master_sku": "BDW-96X3F",
      "found": true,
      "current_category_ids": [
        4,
        390,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-9T",
      "master_sku": "BDW-9T",
      "found": true,
      "current_category_ids": [
        4,
        390,
        434
      ],
      "expected_category_ids": [
        4,
        390,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-9W",
      "master_sku": "BDW-9W",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-9WT",
      "master_sku": "BDW-9WT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-9WXT",
      "master_sku": "BDW-9WXT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        460
      ],
      "expected_category_ids": [
        4,
        390,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-EPF3",
      "master_sku": "BDW-EPF3",
      "found": true,
      "current_category_ids": [
        4,
        390,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-LGCROWN",
      "master_sku": "BDW-LGCROWN",
      "found": true,
      "current_category_ids": [
        4,
        390,
        414
      ],
      "expected_category_ids": [
        4,
        390,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-QTRRND",
      "master_sku": "BDW-QTRRND",
      "found": true,
      "current_category_ids": [
        4,
        390,
        520
      ],
      "expected_category_ids": [
        4,
        390,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-REF-EPF",
      "master_sku": "BDW-REF-EPF",
      "found": true,
      "current_category_ids": [
        4,
        390,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-SCRIBE",
      "master_sku": "BDW-SCRIBE",
      "found": true,
      "current_category_ids": [
        4,
        390,
        496
      ],
      "expected_category_ids": [
        4,
        390,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-SMCROWN",
      "master_sku": "BDW-SMCROWN",
      "found": true,
      "current_category_ids": [
        4,
        390,
        414
      ],
      "expected_category_ids": [
        4,
        390,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-TKFIN",
      "master_sku": "BDW-TKFIN",
      "found": true,
      "current_category_ids": [
        4,
        390,
        535
      ],
      "expected_category_ids": [
        4,
        390,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-TOUCH UP KIT",
      "master_sku": "BDW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        390
      ],
      "expected_category_ids": [
        4,
        390
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-V15DT",
      "master_sku": "BDW-V15DT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-V24ST",
      "master_sku": "BDW-V24ST",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-V30ST",
      "master_sku": "BDW-V30ST",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-V36SDT",
      "master_sku": "BDW-V36SDT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BDW-V36ST",
      "master_sku": "BDW-V36ST",
      "found": true,
      "current_category_ids": [
        4,
        390,
        444
      ],
      "expected_category_ids": [
        4,
        390,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-12B",
      "master_sku": "BTP-12B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        471
      ],
      "expected_category_ids": [
        4,
        391,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-12W",
      "master_sku": "BTP-12W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-12WT",
      "master_sku": "BTP-12WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-12WXT",
      "master_sku": "BTP-12WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15B",
      "master_sku": "BTP-15B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        471
      ],
      "expected_category_ids": [
        4,
        391,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15BT",
      "master_sku": "BTP-15BT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        504
      ],
      "expected_category_ids": [
        4,
        391,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15D",
      "master_sku": "BTP-15D",
      "found": true,
      "current_category_ids": [
        4,
        391,
        525
      ],
      "expected_category_ids": [
        4,
        391,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15W",
      "master_sku": "BTP-15W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15WT",
      "master_sku": "BTP-15WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-15WXT",
      "master_sku": "BTP-15WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18B",
      "master_sku": "BTP-18B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        471
      ],
      "expected_category_ids": [
        4,
        391,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18BRB",
      "master_sku": "BTP-18BRB",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18BRBSK",
      "master_sku": "BTP-18BRBSK",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18BRBT",
      "master_sku": "BTP-18BRBT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18BRBXT",
      "master_sku": "BTP-18BRBXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18BT",
      "master_sku": "BTP-18BT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        504
      ],
      "expected_category_ids": [
        4,
        391,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18D",
      "master_sku": "BTP-18D",
      "found": true,
      "current_category_ids": [
        4,
        391,
        525
      ],
      "expected_category_ids": [
        4,
        391,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18SF",
      "master_sku": "BTP-18SF",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18W",
      "master_sku": "BTP-18W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18WT",
      "master_sku": "BTP-18WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-18WXT",
      "master_sku": "BTP-18WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-21B",
      "master_sku": "BTP-21B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        471
      ],
      "expected_category_ids": [
        4,
        391,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-21W",
      "master_sku": "BTP-21W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-21WT",
      "master_sku": "BTP-21WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-21WXT",
      "master_sku": "BTP-21WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24A",
      "master_sku": "BTP-24A",
      "found": true,
      "current_category_ids": [
        4,
        391,
        449
      ],
      "expected_category_ids": [
        4,
        391,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24AT",
      "master_sku": "BTP-24AT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        449
      ],
      "expected_category_ids": [
        4,
        391,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24AXT",
      "master_sku": "BTP-24AXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        449
      ],
      "expected_category_ids": [
        4,
        391,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24B",
      "master_sku": "BTP-24B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24BRB",
      "master_sku": "BTP-24BRB",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24BRBSK",
      "master_sku": "BTP-24BRBSK",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24BRBT",
      "master_sku": "BTP-24BRBT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24BRBXT",
      "master_sku": "BTP-24BRBXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        473
      ],
      "expected_category_ids": [
        4,
        391,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24BT",
      "master_sku": "BTP-24BT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        504
      ],
      "expected_category_ids": [
        4,
        391,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24D",
      "master_sku": "BTP-24D",
      "found": true,
      "current_category_ids": [
        4,
        391,
        525
      ],
      "expected_category_ids": [
        4,
        391,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24R",
      "master_sku": "BTP-24R",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24W",
      "master_sku": "BTP-24W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24WC",
      "master_sku": "BTP-24WC",
      "found": true,
      "current_category_ids": [
        4,
        391,
        447
      ],
      "expected_category_ids": [
        4,
        391,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24WCT",
      "master_sku": "BTP-24WCT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        447
      ],
      "expected_category_ids": [
        4,
        391,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24WT",
      "master_sku": "BTP-24WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24WXT",
      "master_sku": "BTP-24WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24Y",
      "master_sku": "BTP-24Y",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-24Z",
      "master_sku": "BTP-24Z",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-27B",
      "master_sku": "BTP-27B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-27W",
      "master_sku": "BTP-27W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-27WT",
      "master_sku": "BTP-27WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-27WXT",
      "master_sku": "BTP-27WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30B",
      "master_sku": "BTP-30B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30OU",
      "master_sku": "BTP-30OU",
      "found": true,
      "current_category_ids": [
        4,
        132,
        391,
        421
      ],
      "expected_category_ids": [
        4,
        391,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30OUT",
      "master_sku": "BTP-30OUT",
      "found": true,
      "current_category_ids": [
        4,
        132,
        391,
        421
      ],
      "expected_category_ids": [
        4,
        391,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30OUXT",
      "master_sku": "BTP-30OUXT",
      "found": true,
      "current_category_ids": [
        4,
        132,
        391,
        421
      ],
      "expected_category_ids": [
        4,
        391,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30R",
      "master_sku": "BTP-30R",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30RBS",
      "master_sku": "BTP-30RBS",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30W",
      "master_sku": "BTP-30W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30WT",
      "master_sku": "BTP-30WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30WXT",
      "master_sku": "BTP-30WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30X",
      "master_sku": "BTP-30X",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30X12",
      "master_sku": "BTP-30X12",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30Y",
      "master_sku": "BTP-30Y",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-30Z",
      "master_sku": "BTP-30Z",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33B",
      "master_sku": "BTP-33B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33RBS",
      "master_sku": "BTP-33RBS",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33W",
      "master_sku": "BTP-33W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33WT",
      "master_sku": "BTP-33WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33WXT",
      "master_sku": "BTP-33WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-33X",
      "master_sku": "BTP-33X",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-34X48",
      "master_sku": "BTP-34X48",
      "found": true,
      "current_category_ids": [
        4,
        391,
        419
      ],
      "expected_category_ids": [
        4,
        391,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36B",
      "master_sku": "BTP-36B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36LS",
      "master_sku": "BTP-36LS",
      "found": true,
      "current_category_ids": [
        4,
        391,
        510
      ],
      "expected_category_ids": [
        4,
        391,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36R",
      "master_sku": "BTP-36R",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36RBS",
      "master_sku": "BTP-36RBS",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36W",
      "master_sku": "BTP-36W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36WT",
      "master_sku": "BTP-36WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36WXT",
      "master_sku": "BTP-36WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36X",
      "master_sku": "BTP-36X",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36X12",
      "master_sku": "BTP-36X12",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36Y",
      "master_sku": "BTP-36Y",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-36Z",
      "master_sku": "BTP-36Z",
      "found": true,
      "current_category_ids": [
        4,
        391,
        486
      ],
      "expected_category_ids": [
        4,
        391,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-39BC",
      "master_sku": "BTP-39BC",
      "found": true,
      "current_category_ids": [
        4,
        391,
        435
      ],
      "expected_category_ids": [
        4,
        391,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-3F",
      "master_sku": "BTP-3F",
      "found": true,
      "current_category_ids": [
        4,
        391,
        417
      ],
      "expected_category_ids": [
        4,
        391,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-42B",
      "master_sku": "BTP-42B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-42BC",
      "master_sku": "BTP-42BC",
      "found": true,
      "current_category_ids": [
        4,
        391,
        435
      ],
      "expected_category_ids": [
        4,
        391,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-42RBS",
      "master_sku": "BTP-42RBS",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-42W",
      "master_sku": "BTP-42W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-42WC",
      "master_sku": "BTP-42WC",
      "found": true,
      "current_category_ids": [
        4,
        391,
        447
      ],
      "expected_category_ids": [
        4,
        391,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-48B",
      "master_sku": "BTP-48B",
      "found": true,
      "current_category_ids": [
        4,
        391,
        506
      ],
      "expected_category_ids": [
        4,
        391,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-48W",
      "master_sku": "BTP-48W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        475
      ],
      "expected_category_ids": [
        4,
        391,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-60SB",
      "master_sku": "BTP-60SB",
      "found": true,
      "current_category_ids": [
        4,
        391,
        442
      ],
      "expected_category_ids": [
        4,
        391,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-6F",
      "master_sku": "BTP-6F",
      "found": true,
      "current_category_ids": [
        4,
        391,
        417
      ],
      "expected_category_ids": [
        4,
        391,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-72VAL",
      "master_sku": "BTP-72VAL",
      "found": true,
      "current_category_ids": [
        4,
        391,
        444
      ],
      "expected_category_ids": [
        4,
        391,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-96X3F",
      "master_sku": "BTP-96X3F",
      "found": true,
      "current_category_ids": [
        4,
        391,
        417
      ],
      "expected_category_ids": [
        4,
        391,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-9T",
      "master_sku": "BTP-9T",
      "found": true,
      "current_category_ids": [
        4,
        391,
        434
      ],
      "expected_category_ids": [
        4,
        391,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-9W",
      "master_sku": "BTP-9W",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-9WT",
      "master_sku": "BTP-9WT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-9WXT",
      "master_sku": "BTP-9WXT",
      "found": true,
      "current_category_ids": [
        4,
        391,
        460
      ],
      "expected_category_ids": [
        4,
        391,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-EPF3",
      "master_sku": "BTP-EPF3",
      "found": true,
      "current_category_ids": [
        4,
        391,
        419
      ],
      "expected_category_ids": [
        4,
        391,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-LGCROWN",
      "master_sku": "BTP-LGCROWN",
      "found": true,
      "current_category_ids": [
        4,
        391,
        414
      ],
      "expected_category_ids": [
        4,
        391,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-QTRRND",
      "master_sku": "BTP-QTRRND",
      "found": true,
      "current_category_ids": [
        4,
        391,
        520
      ],
      "expected_category_ids": [
        4,
        391,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-REF-EPF",
      "master_sku": "BTP-REF-EPF",
      "found": true,
      "current_category_ids": [
        4,
        391,
        419
      ],
      "expected_category_ids": [
        4,
        391,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-SCRIBE",
      "master_sku": "BTP-SCRIBE",
      "found": true,
      "current_category_ids": [
        4,
        391,
        496
      ],
      "expected_category_ids": [
        4,
        391,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-SMCROWN",
      "master_sku": "BTP-SMCROWN",
      "found": true,
      "current_category_ids": [
        4,
        391,
        414
      ],
      "expected_category_ids": [
        4,
        391,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-TKFIN",
      "master_sku": "BTP-TKFIN",
      "found": true,
      "current_category_ids": [
        4,
        391,
        535
      ],
      "expected_category_ids": [
        4,
        391,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-TOUCH UP PEN",
      "master_sku": "BTP-TOUCH UP PEN",
      "found": true,
      "current_category_ids": [
        4,
        391
      ],
      "expected_category_ids": [
        4,
        391
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-V24S",
      "master_sku": "BTP-V24S",
      "found": true,
      "current_category_ids": [
        4,
        391,
        444
      ],
      "expected_category_ids": [
        4,
        391,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-V30S",
      "master_sku": "BTP-V30S",
      "found": true,
      "current_category_ids": [
        4,
        391,
        444
      ],
      "expected_category_ids": [
        4,
        391,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-V36SD",
      "master_sku": "BTP-V36SD",
      "found": true,
      "current_category_ids": [
        4,
        391,
        444
      ],
      "expected_category_ids": [
        4,
        391,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-WBC3630",
      "master_sku": "BTP-WBC3630",
      "found": true,
      "current_category_ids": [
        4,
        391,
        447
      ],
      "expected_category_ids": [
        4,
        391,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "BTP-WBC3636",
      "master_sku": "BTP-WBC3636",
      "found": true,
      "current_category_ids": [
        4,
        391,
        447
      ],
      "expected_category_ids": [
        4,
        391,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-12B",
      "master_sku": "CGO-12B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        471
      ],
      "expected_category_ids": [
        4,
        392,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-12W",
      "master_sku": "CGO-12W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-12WT",
      "master_sku": "CGO-12WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-15B",
      "master_sku": "CGO-15B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        471
      ],
      "expected_category_ids": [
        4,
        392,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-15BT",
      "master_sku": "CGO-15BT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        504
      ],
      "expected_category_ids": [
        4,
        392,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-15D",
      "master_sku": "CGO-15D",
      "found": true,
      "current_category_ids": [
        4,
        392,
        525
      ],
      "expected_category_ids": [
        4,
        392,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-15W",
      "master_sku": "CGO-15W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-15WT",
      "master_sku": "CGO-15WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18B",
      "master_sku": "CGO-18B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        471
      ],
      "expected_category_ids": [
        4,
        392,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18BRB",
      "master_sku": "CGO-18BRB",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18BRBSK",
      "master_sku": "CGO-18BRBSK",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18BRBT",
      "master_sku": "CGO-18BRBT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18BT",
      "master_sku": "CGO-18BT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        504
      ],
      "expected_category_ids": [
        4,
        392,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18D",
      "master_sku": "CGO-18D",
      "found": true,
      "current_category_ids": [
        4,
        392,
        525
      ],
      "expected_category_ids": [
        4,
        392,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18SF",
      "master_sku": "CGO-18SF",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18W",
      "master_sku": "CGO-18W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-18WT",
      "master_sku": "CGO-18WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-21B",
      "master_sku": "CGO-21B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        471
      ],
      "expected_category_ids": [
        4,
        392,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-21W",
      "master_sku": "CGO-21W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-21WT",
      "master_sku": "CGO-21WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24A",
      "master_sku": "CGO-24A",
      "found": true,
      "current_category_ids": [
        4,
        392,
        449
      ],
      "expected_category_ids": [
        4,
        392,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24AT",
      "master_sku": "CGO-24AT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        449
      ],
      "expected_category_ids": [
        4,
        392,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24B",
      "master_sku": "CGO-24B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24BRB",
      "master_sku": "CGO-24BRB",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24BRBSK",
      "master_sku": "CGO-24BRBSK",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24BRBT",
      "master_sku": "CGO-24BRBT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        473
      ],
      "expected_category_ids": [
        4,
        392,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24BT",
      "master_sku": "CGO-24BT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        504
      ],
      "expected_category_ids": [
        4,
        392,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24D",
      "master_sku": "CGO-24D",
      "found": true,
      "current_category_ids": [
        4,
        392,
        525
      ],
      "expected_category_ids": [
        4,
        392,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24R",
      "master_sku": "CGO-24R",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24W",
      "master_sku": "CGO-24W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24WC",
      "master_sku": "CGO-24WC",
      "found": true,
      "current_category_ids": [
        4,
        392,
        447
      ],
      "expected_category_ids": [
        4,
        392,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24WCT",
      "master_sku": "CGO-24WCT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        447
      ],
      "expected_category_ids": [
        4,
        392,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24WT",
      "master_sku": "CGO-24WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-24Y",
      "master_sku": "CGO-24Y",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-27B",
      "master_sku": "CGO-27B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-27W",
      "master_sku": "CGO-27W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-27WT",
      "master_sku": "CGO-27WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30B",
      "master_sku": "CGO-30B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30OU",
      "master_sku": "CGO-30OU",
      "found": true,
      "current_category_ids": [
        4,
        132,
        392,
        421
      ],
      "expected_category_ids": [
        4,
        392,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30OUT",
      "master_sku": "CGO-30OUT",
      "found": true,
      "current_category_ids": [
        4,
        132,
        392,
        421
      ],
      "expected_category_ids": [
        4,
        392,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30R",
      "master_sku": "CGO-30R",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30RBS",
      "master_sku": "CGO-30RBS",
      "found": true,
      "current_category_ids": [
        4,
        392,
        442
      ],
      "expected_category_ids": [
        4,
        392,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30W",
      "master_sku": "CGO-30W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30WT",
      "master_sku": "CGO-30WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30X",
      "master_sku": "CGO-30X",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30X12",
      "master_sku": "CGO-30X12",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-30Y",
      "master_sku": "CGO-30Y",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-33B",
      "master_sku": "CGO-33B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-33RBS",
      "master_sku": "CGO-33RBS",
      "found": true,
      "current_category_ids": [
        4,
        392,
        442
      ],
      "expected_category_ids": [
        4,
        392,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-33W",
      "master_sku": "CGO-33W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-33WT",
      "master_sku": "CGO-33WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-33X",
      "master_sku": "CGO-33X",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-34X48",
      "master_sku": "CGO-34X48",
      "found": true,
      "current_category_ids": [
        4,
        392,
        419
      ],
      "expected_category_ids": [
        4,
        392,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36B",
      "master_sku": "CGO-36B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36LS",
      "master_sku": "CGO-36LS",
      "found": true,
      "current_category_ids": [
        4,
        392,
        510
      ],
      "expected_category_ids": [
        4,
        392,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36R",
      "master_sku": "CGO-36R",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36RBS",
      "master_sku": "CGO-36RBS",
      "found": true,
      "current_category_ids": [
        4,
        392,
        442
      ],
      "expected_category_ids": [
        4,
        392,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36W",
      "master_sku": "CGO-36W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36WC",
      "master_sku": "CGO-36WC",
      "found": true,
      "current_category_ids": [
        4,
        392,
        447
      ],
      "expected_category_ids": [
        4,
        392,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36WCT",
      "master_sku": "CGO-36WCT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        447
      ],
      "expected_category_ids": [
        4,
        392,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36WT",
      "master_sku": "CGO-36WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36X",
      "master_sku": "CGO-36X",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36X12",
      "master_sku": "CGO-36X12",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-36Y",
      "master_sku": "CGO-36Y",
      "found": true,
      "current_category_ids": [
        4,
        392,
        486
      ],
      "expected_category_ids": [
        4,
        392,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-39BC",
      "master_sku": "CGO-39BC",
      "found": true,
      "current_category_ids": [
        4,
        392,
        435
      ],
      "expected_category_ids": [
        4,
        392,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-3F",
      "master_sku": "CGO-3F",
      "found": true,
      "current_category_ids": [
        4,
        392,
        417
      ],
      "expected_category_ids": [
        4,
        392,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-42B",
      "master_sku": "CGO-42B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-42BC",
      "master_sku": "CGO-42BC",
      "found": true,
      "current_category_ids": [
        4,
        392,
        435
      ],
      "expected_category_ids": [
        4,
        392,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-42RBS",
      "master_sku": "CGO-42RBS",
      "found": true,
      "current_category_ids": [
        4,
        392,
        442
      ],
      "expected_category_ids": [
        4,
        392,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-42W",
      "master_sku": "CGO-42W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-42WC",
      "master_sku": "CGO-42WC",
      "found": true,
      "current_category_ids": [
        4,
        392,
        447
      ],
      "expected_category_ids": [
        4,
        392,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-48B",
      "master_sku": "CGO-48B",
      "found": true,
      "current_category_ids": [
        4,
        392,
        506
      ],
      "expected_category_ids": [
        4,
        392,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-48W",
      "master_sku": "CGO-48W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        475
      ],
      "expected_category_ids": [
        4,
        392,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-60SB",
      "master_sku": "CGO-60SB",
      "found": true,
      "current_category_ids": [
        4,
        392,
        442
      ],
      "expected_category_ids": [
        4,
        392,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-6F",
      "master_sku": "CGO-6F",
      "found": true,
      "current_category_ids": [
        4,
        392,
        417
      ],
      "expected_category_ids": [
        4,
        392,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-72VAL",
      "master_sku": "CGO-72VAL",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-96X3F",
      "master_sku": "CGO-96X3F",
      "found": true,
      "current_category_ids": [
        4,
        392,
        417
      ],
      "expected_category_ids": [
        4,
        392,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-9T",
      "master_sku": "CGO-9T",
      "found": true,
      "current_category_ids": [
        4,
        392,
        434
      ],
      "expected_category_ids": [
        4,
        392,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-9W",
      "master_sku": "CGO-9W",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-9WT",
      "master_sku": "CGO-9WT",
      "found": true,
      "current_category_ids": [
        4,
        392,
        460
      ],
      "expected_category_ids": [
        4,
        392,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-EPF3",
      "master_sku": "CGO-EPF3",
      "found": true,
      "current_category_ids": [
        4,
        392,
        419
      ],
      "expected_category_ids": [
        4,
        392,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-LGCROWN",
      "master_sku": "CGO-LGCROWN",
      "found": true,
      "current_category_ids": [
        4,
        392,
        414
      ],
      "expected_category_ids": [
        4,
        392,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-QTRRND",
      "master_sku": "CGO-QTRRND",
      "found": true,
      "current_category_ids": [
        4,
        392,
        520
      ],
      "expected_category_ids": [
        4,
        392,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-REF-EPF",
      "master_sku": "CGO-REF-EPF",
      "found": true,
      "current_category_ids": [
        4,
        392,
        419
      ],
      "expected_category_ids": [
        4,
        392,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-SCRIBE",
      "master_sku": "CGO-SCRIBE",
      "found": true,
      "current_category_ids": [
        4,
        392,
        496
      ],
      "expected_category_ids": [
        4,
        392,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-SMCROWN",
      "master_sku": "CGO-SMCROWN",
      "found": true,
      "current_category_ids": [
        4,
        392,
        414
      ],
      "expected_category_ids": [
        4,
        392,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-TKFIN",
      "master_sku": "CGO-TKFIN",
      "found": true,
      "current_category_ids": [
        4,
        392,
        535
      ],
      "expected_category_ids": [
        4,
        392,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-TOUCH UP PEN",
      "master_sku": "CGO-TOUCH UP PEN",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-V15D",
      "master_sku": "CGO-V15D",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-V24S",
      "master_sku": "CGO-V24S",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-V30S",
      "master_sku": "CGO-V30S",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-V36S",
      "master_sku": "CGO-V36S",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CGO-V36SD",
      "master_sku": "CGO-V36SD",
      "found": true,
      "current_category_ids": [
        4,
        392
      ],
      "expected_category_ids": [
        4,
        392
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2375x3725",
      "master_sku": "CRY-DH-2375x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2375x5325",
      "master_sku": "CRY-DH-2375x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x3725",
      "master_sku": "CRY-DH-2425x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x4125",
      "master_sku": "CRY-DH-2425x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x4525",
      "master_sku": "CRY-DH-2425x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x5325",
      "master_sku": "CRY-DH-2425x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x6125",
      "master_sku": "CRY-DH-2425x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x6525",
      "master_sku": "CRY-DH-2425x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2425x6925",
      "master_sku": "CRY-DH-2425x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2775x3725",
      "master_sku": "CRY-DH-2775x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2775x4525",
      "master_sku": "CRY-DH-2775x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2775x5325",
      "master_sku": "CRY-DH-2775x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x3725",
      "master_sku": "CRY-DH-2825x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x4125",
      "master_sku": "CRY-DH-2825x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x4525",
      "master_sku": "CRY-DH-2825x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x5325",
      "master_sku": "CRY-DH-2825x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x5725",
      "master_sku": "CRY-DH-2825x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x6125",
      "master_sku": "CRY-DH-2825x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x6525",
      "master_sku": "CRY-DH-2825x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-2825x6925",
      "master_sku": "CRY-DH-2825x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x3725",
      "master_sku": "CRY-DH-3125x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x4125",
      "master_sku": "CRY-DH-3125x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x4525",
      "master_sku": "CRY-DH-3125x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x5325",
      "master_sku": "CRY-DH-3125x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x5725",
      "master_sku": "CRY-DH-3125x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x6125",
      "master_sku": "CRY-DH-3125x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x6525",
      "master_sku": "CRY-DH-3125x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3125x6925",
      "master_sku": "CRY-DH-3125x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3175x3725",
      "master_sku": "CRY-DH-3175x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3175x4525",
      "master_sku": "CRY-DH-3175x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3175x4925",
      "master_sku": "CRY-DH-3175x4925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3175x5325",
      "master_sku": "CRY-DH-3175x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3175x6125",
      "master_sku": "CRY-DH-3175x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x3725",
      "master_sku": "CRY-DH-3425x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x4125",
      "master_sku": "CRY-DH-3425x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x4525",
      "master_sku": "CRY-DH-3425x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x5325",
      "master_sku": "CRY-DH-3425x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x5725",
      "master_sku": "CRY-DH-3425x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x6125",
      "master_sku": "CRY-DH-3425x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x6525",
      "master_sku": "CRY-DH-3425x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3425x6925",
      "master_sku": "CRY-DH-3425x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3575x3725",
      "master_sku": "CRY-DH-3575x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3575x4525",
      "master_sku": "CRY-DH-3575x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3575x4925",
      "master_sku": "CRY-DH-3575x4925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3575x5325",
      "master_sku": "CRY-DH-3575x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3575x6125",
      "master_sku": "CRY-DH-3575x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-3975x5325",
      "master_sku": "CRY-DH-3975x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x4125",
      "master_sku": "CRY-DH-4025x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x4525",
      "master_sku": "CRY-DH-4025x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x5325",
      "master_sku": "CRY-DH-4025x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x6125",
      "master_sku": "CRY-DH-4025x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x6525",
      "master_sku": "CRY-DH-4025x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CRY-DH-4025x6925",
      "master_sku": "CRY-DH-4025x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B12",
      "master_sku": "CSG-B12",
      "found": true,
      "current_category_ids": [
        4,
        393,
        471
      ],
      "expected_category_ids": [
        4,
        393,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B15",
      "master_sku": "CSG-B15",
      "found": true,
      "current_category_ids": [
        4,
        393,
        471
      ],
      "expected_category_ids": [
        4,
        393,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B18",
      "master_sku": "CSG-B18",
      "found": true,
      "current_category_ids": [
        4,
        393,
        471
      ],
      "expected_category_ids": [
        4,
        393,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B21",
      "master_sku": "CSG-B21",
      "found": true,
      "current_category_ids": [
        4,
        393,
        471
      ],
      "expected_category_ids": [
        4,
        393,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B24",
      "master_sku": "CSG-B24",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B27",
      "master_sku": "CSG-B27",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B30",
      "master_sku": "CSG-B30",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B33",
      "master_sku": "CSG-B33",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B36",
      "master_sku": "CSG-B36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B39",
      "master_sku": "CSG-B39",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-B42",
      "master_sku": "CSG-B42",
      "found": true,
      "current_category_ids": [
        4,
        393,
        506
      ],
      "expected_category_ids": [
        4,
        393,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BBC39-42U",
      "master_sku": "CSG-BBC39-42U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        435
      ],
      "expected_category_ids": [
        4,
        393,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BBC42-45U",
      "master_sku": "CSG-BBC42-45U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        435
      ],
      "expected_category_ids": [
        4,
        393,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BBC45-48U",
      "master_sku": "CSG-BBC45-48U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        435
      ],
      "expected_category_ids": [
        4,
        393,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BC33U",
      "master_sku": "CSG-BC33U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        509
      ],
      "expected_category_ids": [
        4,
        393,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BC36U",
      "master_sku": "CSG-BC36U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        509
      ],
      "expected_category_ids": [
        4,
        393,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BDEP24",
      "master_sku": "CSG-BDEP24",
      "found": true,
      "current_category_ids": [
        4,
        393,
        501
      ],
      "expected_category_ids": [
        4,
        393,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BEP24",
      "master_sku": "CSG-BEP24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BF",
      "master_sku": "CSG-BF",
      "found": true,
      "current_category_ids": [
        4,
        393,
        430
      ],
      "expected_category_ids": [
        4,
        393,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BF3",
      "master_sku": "CSG-BF3",
      "found": true,
      "current_category_ids": [
        4,
        393,
        500
      ],
      "expected_category_ids": [
        4,
        393,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BF6",
      "master_sku": "CSG-BF6",
      "found": true,
      "current_category_ids": [
        4,
        393,
        500
      ],
      "expected_category_ids": [
        4,
        393,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BFH09",
      "master_sku": "CSG-BFH09",
      "found": true,
      "current_category_ids": [
        4,
        393,
        434
      ],
      "expected_category_ids": [
        4,
        393,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BFH12",
      "master_sku": "CSG-BFH12",
      "found": true,
      "current_category_ids": [
        4,
        393,
        434
      ],
      "expected_category_ids": [
        4,
        393,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BFH15",
      "master_sku": "CSG-BFH15",
      "found": true,
      "current_category_ids": [
        4,
        393,
        434
      ],
      "expected_category_ids": [
        4,
        393,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BFH18",
      "master_sku": "CSG-BFH18",
      "found": true,
      "current_category_ids": [
        4,
        393,
        434
      ],
      "expected_category_ids": [
        4,
        393,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-BM8",
      "master_sku": "CSG-BM8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        493
      ],
      "expected_category_ids": [
        4,
        393,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CM8",
      "master_sku": "CSG-CM8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        414
      ],
      "expected_category_ids": [
        4,
        393,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CMA8",
      "master_sku": "CSG-CMA8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        414
      ],
      "expected_category_ids": [
        4,
        393,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CMC8",
      "master_sku": "CSG-CMC8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        414
      ],
      "expected_category_ids": [
        4,
        393,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CMV8",
      "master_sku": "CSG-CMV8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        492
      ],
      "expected_category_ids": [
        4,
        393,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CORBEL-B",
      "master_sku": "CSG-CORBEL-B",
      "found": true,
      "current_category_ids": [
        4,
        444
      ],
      "expected_category_ids": [
        4,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CORBEL-LS",
      "master_sku": "CSG-CORBEL-LS",
      "found": true,
      "current_category_ids": [
        4,
        444
      ],
      "expected_category_ids": [
        4,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-CORBEL-S",
      "master_sku": "CSG-CORBEL-S",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB12",
      "master_sku": "CSG-DB12",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB15",
      "master_sku": "CSG-DB15",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB18",
      "master_sku": "CSG-DB18",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB21",
      "master_sku": "CSG-DB21",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB24",
      "master_sku": "CSG-DB24",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB30",
      "master_sku": "CSG-DB30",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB30-2",
      "master_sku": "CSG-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB36",
      "master_sku": "CSG-DB36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DB36-2",
      "master_sku": "CSG-DB36-2",
      "found": true,
      "current_category_ids": [
        4,
        393,
        525
      ],
      "expected_category_ids": [
        4,
        393,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DECOLEG",
      "master_sku": "CSG-DECOLEG",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DM8",
      "master_sku": "CSG-DM8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DWEP1.5",
      "master_sku": "CSG-DWEP1.5",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DWEP3",
      "master_sku": "CSG-DWEP3",
      "found": true,
      "current_category_ids": [
        4,
        393,
        419
      ],
      "expected_category_ids": [
        4,
        393,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-DWEP6",
      "master_sku": "CSG-DWEP6",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-F396",
      "master_sku": "CSG-F396",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-F696",
      "master_sku": "CSG-F696",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-FB8",
      "master_sku": "CSG-FB8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        493
      ],
      "expected_category_ids": [
        4,
        393,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-FF396",
      "master_sku": "CSG-FF396",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-FO396",
      "master_sku": "CSG-FO396",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-HBUNFOOT",
      "master_sku": "CSG-HBUNFOOT",
      "found": true,
      "current_category_ids": [
        4,
        393,
        430
      ],
      "expected_category_ids": [
        4,
        393,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-HTFOOT",
      "master_sku": "CSG-HTFOOT",
      "found": true,
      "current_category_ids": [
        4,
        393,
        430
      ],
      "expected_category_ids": [
        4,
        393,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-HTP3",
      "master_sku": "CSG-HTP3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-ICM8",
      "master_sku": "CSG-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        494
      ],
      "expected_category_ids": [
        4,
        393,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-KD30",
      "master_sku": "CSG-KD30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-LRB8",
      "master_sku": "CSG-LRB8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        532
      ],
      "expected_category_ids": [
        4,
        393,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-LRD8",
      "master_sku": "CSG-LRD8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        532
      ],
      "expected_category_ids": [
        4,
        393,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-LRS8",
      "master_sku": "CSG-LRS8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        532
      ],
      "expected_category_ids": [
        4,
        393,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-MWB30",
      "master_sku": "CSG-MWB30",
      "found": true,
      "current_category_ids": [
        4,
        393,
        507
      ],
      "expected_category_ids": [
        4,
        393,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-MWC3018",
      "master_sku": "CSG-MWC3018",
      "found": true,
      "current_category_ids": [
        4,
        393,
        453
      ],
      "expected_category_ids": [
        4,
        393,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-MWC3036",
      "master_sku": "CSG-MWC3036",
      "found": true,
      "current_category_ids": [
        4,
        393
      ],
      "expected_category_ids": [
        4,
        393
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-OCM8",
      "master_sku": "CSG-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        495
      ],
      "expected_category_ids": [
        4,
        393,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-OCM8-135",
      "master_sku": "CSG-OCM8-135",
      "found": true,
      "current_category_ids": [
        4,
        421
      ],
      "expected_category_ids": [
        4,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-ORG36",
      "master_sku": "CSG-ORG36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-OVD3384",
      "master_sku": "CSG-OVD3384",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-OVD3390",
      "master_sku": "CSG-OVD3390",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-OVD3396",
      "master_sku": "CSG-OVD3396",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-PBBH4896",
      "master_sku": "CSG-PBBH4896",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-PH3696",
      "master_sku": "CSG-PH3696",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-PR3015",
      "master_sku": "CSG-PR3015",
      "found": true,
      "current_category_ids": [
        4,
        460
      ],
      "expected_category_ids": [
        4,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-PV3648",
      "master_sku": "CSG-PV3648",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-PV4896",
      "master_sku": "CSG-PV4896",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-QR8",
      "master_sku": "CSG-QR8",
      "found": true,
      "current_category_ids": [
        4,
        520
      ],
      "expected_category_ids": [
        4,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-REP2496-.75",
      "master_sku": "CSG-REP2496-.75",
      "found": true,
      "current_category_ids": [
        4,
        393,
        419
      ],
      "expected_category_ids": [
        4,
        393,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-REP2496-1.5",
      "master_sku": "CSG-REP2496-1.5",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-REP3096-.75",
      "master_sku": "CSG-REP3096-.75",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-REP3096-1.5",
      "master_sku": "CSG-REP3096-1.5",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-RHAR36",
      "master_sku": "CSG-RHAR36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        457
      ],
      "expected_category_ids": [
        4,
        393,
        457
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-RHCL36",
      "master_sku": "CSG-RHCL36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        457
      ],
      "expected_category_ids": [
        4,
        393,
        457
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-RM8",
      "master_sku": "CSG-RM8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SAMD",
      "master_sku": "CSG-SAMD",
      "found": true,
      "current_category_ids": [
        4,
        393,
        534
      ],
      "expected_category_ids": [
        4,
        393,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SB30",
      "master_sku": "CSG-SB30",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SB33",
      "master_sku": "CSG-SB33",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SB36",
      "master_sku": "CSG-SB36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SB39",
      "master_sku": "CSG-SB39",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SBF36",
      "master_sku": "CSG-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SBF39",
      "master_sku": "CSG-SBF39",
      "found": true,
      "current_category_ids": [
        4,
        393,
        442
      ],
      "expected_category_ids": [
        4,
        393,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SCM8",
      "master_sku": "CSG-SCM8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        496
      ],
      "expected_category_ids": [
        4,
        393,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SFCD42",
      "master_sku": "CSG-SFCD42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-SHM8",
      "master_sku": "CSG-SHM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-TEP96",
      "master_sku": "CSG-TEP96",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-TFOOT",
      "master_sku": "CSG-TFOOT",
      "found": true,
      "current_category_ids": [
        4,
        393,
        430
      ],
      "expected_category_ids": [
        4,
        393,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-TKC8",
      "master_sku": "CSG-TKC8",
      "found": true,
      "current_category_ids": [
        4,
        393,
        535
      ],
      "expected_category_ids": [
        4,
        393,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-TUKITS",
      "master_sku": "CSG-TUKITS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP1884",
      "master_sku": "CSG-UP1884",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP1890",
      "master_sku": "CSG-UP1890",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP1896",
      "master_sku": "CSG-UP1896",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP2484",
      "master_sku": "CSG-UP2484",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP2490",
      "master_sku": "CSG-UP2490",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP2496",
      "master_sku": "CSG-UP2496",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP3084",
      "master_sku": "CSG-UP3084",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP3090",
      "master_sku": "CSG-UP3090",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-UP3096",
      "master_sku": "CSG-UP3096",
      "found": true,
      "current_category_ids": [
        4,
        393,
        473
      ],
      "expected_category_ids": [
        4,
        393,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VAR36",
      "master_sku": "CSG-VAR36",
      "found": true,
      "current_category_ids": [
        4,
        393,
        505
      ],
      "expected_category_ids": [
        4,
        393,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VAR48",
      "master_sku": "CSG-VAR48",
      "found": true,
      "current_category_ids": [
        4,
        393,
        505
      ],
      "expected_category_ids": [
        4,
        393,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VB12",
      "master_sku": "CSG-VB12",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VB15",
      "master_sku": "CSG-VB15",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VB18",
      "master_sku": "CSG-VB18",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VBTD36",
      "master_sku": "CSG-VBTD36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VBTD42",
      "master_sku": "CSG-VBTD42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VBTD48",
      "master_sku": "CSG-VBTD48",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VCDB60-3",
      "master_sku": "CSG-VCDB60-3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VCDB60-6",
      "master_sku": "CSG-VCDB60-6",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VDB12-3",
      "master_sku": "CSG-VDB12-3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VDB15-3",
      "master_sku": "CSG-VDB15-3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VDB18-3",
      "master_sku": "CSG-VDB18-3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VDB21-3",
      "master_sku": "CSG-VDB21-3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VFH12",
      "master_sku": "CSG-VFH12",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VL1584",
      "master_sku": "CSG-VL1584",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VL1884",
      "master_sku": "CSG-VL1884",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VL2484",
      "master_sku": "CSG-VL2484",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB24",
      "master_sku": "CSG-VSB24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB27",
      "master_sku": "CSG-VSB27",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB30",
      "master_sku": "CSG-VSB30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB33",
      "master_sku": "CSG-VSB33",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB36",
      "master_sku": "CSG-VSB36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB42",
      "master_sku": "CSG-VSB42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSB48",
      "master_sku": "CSG-VSB48",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-VSC48",
      "master_sku": "CSG-VSC48",
      "found": true,
      "current_category_ids": [
        4,
        393,
        505
      ],
      "expected_category_ids": [
        4,
        393,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W0930",
      "master_sku": "CSG-W0930",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W0936",
      "master_sku": "CSG-W0936",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W0942",
      "master_sku": "CSG-W0942",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1230",
      "master_sku": "CSG-W1230",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1236",
      "master_sku": "CSG-W1236",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1242",
      "master_sku": "CSG-W1242",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1530",
      "master_sku": "CSG-W1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1530MI",
      "master_sku": "CSG-W1530MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1536",
      "master_sku": "CSG-W1536",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1536MI",
      "master_sku": "CSG-W1536MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1542",
      "master_sku": "CSG-W1542",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1542MI",
      "master_sku": "CSG-W1542MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1830",
      "master_sku": "CSG-W1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1830MI",
      "master_sku": "CSG-W1830MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1836",
      "master_sku": "CSG-W1836",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1836MI",
      "master_sku": "CSG-W1836MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1842",
      "master_sku": "CSG-W1842",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W1842MI",
      "master_sku": "CSG-W1842MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        513
      ],
      "expected_category_ids": [
        4,
        393,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2118",
      "master_sku": "CSG-W2118",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2130",
      "master_sku": "CSG-W2130",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2136",
      "master_sku": "CSG-W2136",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2142",
      "master_sku": "CSG-W2142",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2418",
      "master_sku": "CSG-W2418",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2430",
      "master_sku": "CSG-W2430",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2436",
      "master_sku": "CSG-W2436",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2442",
      "master_sku": "CSG-W2442",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2730",
      "master_sku": "CSG-W2730",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2736",
      "master_sku": "CSG-W2736",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W2742",
      "master_sku": "CSG-W2742",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3012",
      "master_sku": "CSG-W3012",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3015",
      "master_sku": "CSG-W3015",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3018",
      "master_sku": "CSG-W3018",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3024",
      "master_sku": "CSG-W3024",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3030",
      "master_sku": "CSG-W3030",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3030MI",
      "master_sku": "CSG-W3030MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3036",
      "master_sku": "CSG-W3036",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3036MI",
      "master_sku": "CSG-W3036MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3042",
      "master_sku": "CSG-W3042",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3042MI",
      "master_sku": "CSG-W3042MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3312",
      "master_sku": "CSG-W3312",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3315",
      "master_sku": "CSG-W3315",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3318",
      "master_sku": "CSG-W3318",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3324",
      "master_sku": "CSG-W3324",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3330",
      "master_sku": "CSG-W3330",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3336",
      "master_sku": "CSG-W3336",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3342",
      "master_sku": "CSG-W3342",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3612",
      "master_sku": "CSG-W3612",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3615",
      "master_sku": "CSG-W3615",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3618",
      "master_sku": "CSG-W3618",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W361824",
      "master_sku": "CSG-W361824",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3624",
      "master_sku": "CSG-W3624",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W362424",
      "master_sku": "CSG-W362424",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3630",
      "master_sku": "CSG-W3630",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3630MI",
      "master_sku": "CSG-W3630MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3636",
      "master_sku": "CSG-W3636",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3636MI",
      "master_sku": "CSG-W3636MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3642",
      "master_sku": "CSG-W3642",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3642MI",
      "master_sku": "CSG-W3642MI",
      "found": true,
      "current_category_ids": [
        4,
        393,
        461
      ],
      "expected_category_ids": [
        4,
        393,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3912",
      "master_sku": "CSG-W3912",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3915",
      "master_sku": "CSG-W3915",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3918",
      "master_sku": "CSG-W3918",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W391824",
      "master_sku": "CSG-W391824",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3924",
      "master_sku": "CSG-W3924",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W392424",
      "master_sku": "CSG-W392424",
      "found": true,
      "current_category_ids": [
        4,
        393,
        486
      ],
      "expected_category_ids": [
        4,
        393,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3930",
      "master_sku": "CSG-W3930",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3936",
      "master_sku": "CSG-W3936",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W3942",
      "master_sku": "CSG-W3942",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W4230",
      "master_sku": "CSG-W4230",
      "found": true,
      "current_category_ids": [
        4,
        393,
        475
      ],
      "expected_category_ids": [
        4,
        393,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W4236",
      "master_sku": "CSG-W4236",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-W4242",
      "master_sku": "CSG-W4242",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WBC30-3330U",
      "master_sku": "CSG-WBC30-3330U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        447
      ],
      "expected_category_ids": [
        4,
        393,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WBC30-3336U",
      "master_sku": "CSG-WBC30-3336U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        447
      ],
      "expected_category_ids": [
        4,
        393,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WBC30-3342U",
      "master_sku": "CSG-WBC30-3342U",
      "found": true,
      "current_category_ids": [
        4,
        393,
        447
      ],
      "expected_category_ids": [
        4,
        393,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2430",
      "master_sku": "CSG-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        393,
        449
      ],
      "expected_category_ids": [
        4,
        393,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2430MI",
      "master_sku": "CSG-WDC2430MI",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2436",
      "master_sku": "CSG-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        393,
        449
      ],
      "expected_category_ids": [
        4,
        393,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2436MI",
      "master_sku": "CSG-WDC2436MI",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2442",
      "master_sku": "CSG-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        393,
        449
      ],
      "expected_category_ids": [
        4,
        393,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC2442MI",
      "master_sku": "CSG-WDC2442MI",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC273615",
      "master_sku": "CSG-WDC273615",
      "found": true,
      "current_category_ids": [
        4,
        463
      ],
      "expected_category_ids": [
        4,
        463
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC273615MI",
      "master_sku": "CSG-WDC273615MI",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC274215",
      "master_sku": "CSG-WDC274215",
      "found": true,
      "current_category_ids": [
        4,
        463
      ],
      "expected_category_ids": [
        4,
        463
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDC274215MI",
      "master_sku": "CSG-WDC274215MI",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDEP1230",
      "master_sku": "CSG-WDEP1230",
      "found": true,
      "current_category_ids": [
        4,
        393,
        501
      ],
      "expected_category_ids": [
        4,
        393,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDEP1236",
      "master_sku": "CSG-WDEP1236",
      "found": true,
      "current_category_ids": [
        4,
        393,
        501
      ],
      "expected_category_ids": [
        4,
        393,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WDEP1242",
      "master_sku": "CSG-WDEP1242",
      "found": true,
      "current_category_ids": [
        4,
        393,
        501
      ],
      "expected_category_ids": [
        4,
        393,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WEC1230",
      "master_sku": "CSG-WEC1230",
      "found": true,
      "current_category_ids": [
        4,
        393,
        445
      ],
      "expected_category_ids": [
        4,
        393,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WEC1236",
      "master_sku": "CSG-WEC1236",
      "found": true,
      "current_category_ids": [
        4,
        393,
        445
      ],
      "expected_category_ids": [
        4,
        393,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WEC1242",
      "master_sku": "CSG-WEC1242",
      "found": true,
      "current_category_ids": [
        4,
        393,
        445
      ],
      "expected_category_ids": [
        4,
        393,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WEP1242",
      "master_sku": "CSG-WEP1242",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WEP1542",
      "master_sku": "CSG-WEP1542",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WF330",
      "master_sku": "CSG-WF330",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WF342",
      "master_sku": "CSG-WF342",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WF630",
      "master_sku": "CSG-WF630",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WF642",
      "master_sku": "CSG-WF642",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFF330",
      "master_sku": "CSG-WFF330",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFF336",
      "master_sku": "CSG-WFF336",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFF342",
      "master_sku": "CSG-WFF342",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO330",
      "master_sku": "CSG-WFO330",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO336",
      "master_sku": "CSG-WFO336",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO342",
      "master_sku": "CSG-WFO342",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO630",
      "master_sku": "CSG-WFO630",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO636",
      "master_sku": "CSG-WFO636",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WFO642",
      "master_sku": "CSG-WFO642",
      "found": true,
      "current_category_ids": [
        4,
        393,
        417
      ],
      "expected_category_ids": [
        4,
        393,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "CSG-WR3015",
      "master_sku": "CSG-WR3015",
      "found": true,
      "current_category_ids": [
        4,
        393,
        462
      ],
      "expected_category_ids": [
        4,
        393,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DFPR24",
      "master_sku": "DFPR24",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DFPR28",
      "master_sku": "DFPR28",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DFPR30",
      "master_sku": "DFPR30",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DFPR32",
      "master_sku": "DFPR32",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DFPR36",
      "master_sku": "DFPR36",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1530",
      "master_sku": "DNU-ASG-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1536",
      "master_sku": "DNU-ASG-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1542",
      "master_sku": "DNU-ASG-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1830",
      "master_sku": "DNU-ASG-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1836",
      "master_sku": "DNU-ASG-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W1842",
      "master_sku": "DNU-ASG-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3030",
      "master_sku": "DNU-ASG-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3036",
      "master_sku": "DNU-ASG-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3042",
      "master_sku": "DNU-ASG-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3630",
      "master_sku": "DNU-ASG-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3636",
      "master_sku": "DNU-ASG-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-W3642",
      "master_sku": "DNU-ASG-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-WDC2430",
      "master_sku": "DNU-ASG-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-WDC2436",
      "master_sku": "DNU-ASG-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-GD-WDC2442",
      "master_sku": "DNU-ASG-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        389,
        516
      ],
      "expected_category_ids": [
        4,
        389,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-MBEP",
      "master_sku": "DNU-ASG-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-MPBEP",
      "master_sku": "DNU-ASG-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-MWEP30",
      "master_sku": "DNU-ASG-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-MWEP36",
      "master_sku": "DNU-ASG-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-ASG-MWEP42",
      "master_sku": "DNU-ASG-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-DWR3L/R",
      "master_sku": "DNU-PB-SG-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        221,
        370,
        389,
        407,
        410,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "DNU-PB-SG-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "DNU-PB-SG-F330",
      "master_sku": "DNU-PB-SG-F330",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F336",
      "master_sku": "DNU-PB-SG-F336",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F342",
      "master_sku": "DNU-PB-SG-F342",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F396",
      "master_sku": "DNU-PB-SG-F396",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F630",
      "master_sku": "DNU-PB-SG-F630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F642",
      "master_sku": "DNU-PB-SG-F642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-F696",
      "master_sku": "DNU-PB-SG-F696",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-FPP9648 1/4",
      "master_sku": "DNU-PB-SG-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        221,
        370,
        389,
        407,
        410,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "DNU-PB-SG-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "DNU-PB-SG-FPP9648 3/4",
      "master_sku": "DNU-PB-SG-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        221,
        370,
        389,
        407,
        410,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "DNU-PB-SG-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "DNU-PB-SG-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "DNU-PB-SG-OCM8-1",
      "master_sku": "DNU-PB-SG-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        495
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-SDP34 4X4",
      "master_sku": "DNU-PB-SG-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DNU-PB-SG-SSPA34 4X4",
      "master_sku": "DNU-PB-SG-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P18",
      "master_sku": "DSP1P18",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P20",
      "master_sku": "DSP1P20",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P22",
      "master_sku": "DSP1P22",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P24",
      "master_sku": "DSP1P24",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P26",
      "master_sku": "DSP1P26",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P28",
      "master_sku": "DSP1P28",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P30",
      "master_sku": "DSP1P30",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P32",
      "master_sku": "DSP1P32",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P34",
      "master_sku": "DSP1P34",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP1P36",
      "master_sku": "DSP1P36",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P18",
      "master_sku": "DSP2P18",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P20",
      "master_sku": "DSP2P20",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P22",
      "master_sku": "DSP2P22",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P24",
      "master_sku": "DSP2P24",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P26",
      "master_sku": "DSP2P26",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P28",
      "master_sku": "DSP2P28",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P30",
      "master_sku": "DSP2P30",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P32",
      "master_sku": "DSP2P32",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P34",
      "master_sku": "DSP2P34",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "DSP2P36",
      "master_sku": "DSP2P36",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B12",
      "master_sku": "EOB-B12",
      "found": true,
      "current_category_ids": [
        4,
        394,
        471
      ],
      "expected_category_ids": [
        4,
        394,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B15",
      "master_sku": "EOB-B15",
      "found": true,
      "current_category_ids": [
        4,
        394,
        471
      ],
      "expected_category_ids": [
        4,
        394,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B18",
      "master_sku": "EOB-B18",
      "found": true,
      "current_category_ids": [
        4,
        394,
        471
      ],
      "expected_category_ids": [
        4,
        394,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B21",
      "master_sku": "EOB-B21",
      "found": true,
      "current_category_ids": [
        4,
        394,
        471
      ],
      "expected_category_ids": [
        4,
        394,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B24",
      "master_sku": "EOB-B24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B27",
      "master_sku": "EOB-B27",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B30",
      "master_sku": "EOB-B30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B33",
      "master_sku": "EOB-B33",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B36",
      "master_sku": "EOB-B36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-B39",
      "master_sku": "EOB-B39",
      "found": true,
      "current_category_ids": [
        4,
        394,
        506
      ],
      "expected_category_ids": [
        4,
        394,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BBC36/39L/R",
      "master_sku": "EOB-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BBC39/42L/R",
      "master_sku": "EOB-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BBC45/48FHL/R",
      "master_sku": "EOB-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BBC45/48FHL/R-MC",
      "master_sku": "EOB-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BBC45/48L/R",
      "master_sku": "EOB-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BCOR33L/R",
      "master_sku": "EOB-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        394,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BCOR36L/R",
      "master_sku": "EOB-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        394,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        394,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-BEC1224L",
      "master_sku": "EOB-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        394,
        464
      ],
      "expected_category_ids": [
        4,
        394,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BEC1224R",
      "master_sku": "EOB-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        394,
        464
      ],
      "expected_category_ids": [
        4,
        394,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BF3",
      "master_sku": "EOB-BF3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        500
      ],
      "expected_category_ids": [
        4,
        394,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BF6",
      "master_sku": "EOB-BF6",
      "found": true,
      "current_category_ids": [
        4,
        394,
        500
      ],
      "expected_category_ids": [
        4,
        394,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH09",
      "master_sku": "EOB-BH09",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH12",
      "master_sku": "EOB-BH12",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH15",
      "master_sku": "EOB-BH15",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH18",
      "master_sku": "EOB-BH18",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH21",
      "master_sku": "EOB-BH21",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH24",
      "master_sku": "EOB-BH24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH27",
      "master_sku": "EOB-BH27",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH30",
      "master_sku": "EOB-BH30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH33",
      "master_sku": "EOB-BH33",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH36",
      "master_sku": "EOB-BH36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BH39",
      "master_sku": "EOB-BH39",
      "found": true,
      "current_category_ids": [
        4,
        394,
        434
      ],
      "expected_category_ids": [
        4,
        394,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BM8",
      "master_sku": "EOB-BM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        493
      ],
      "expected_category_ids": [
        4,
        394,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BMC24",
      "master_sku": "EOB-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        507
      ],
      "expected_category_ids": [
        4,
        394,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BMC30",
      "master_sku": "EOB-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        507
      ],
      "expected_category_ids": [
        4,
        394,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BPP09",
      "master_sku": "EOB-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        394,
        411
      ],
      "expected_category_ids": [
        4,
        394,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-BWB18",
      "master_sku": "EOB-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        394,
        444
      ],
      "expected_category_ids": [
        4,
        394,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-CSB36",
      "master_sku": "EOB-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        508
      ],
      "expected_category_ids": [
        4,
        394,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-CSB36-FP",
      "master_sku": "EOB-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        394,
        508
      ],
      "expected_category_ids": [
        4,
        394,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-CVM8",
      "master_sku": "EOB-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        492
      ],
      "expected_category_ids": [
        4,
        394,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB12-3",
      "master_sku": "EOB-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB15-3",
      "master_sku": "EOB-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB18-3",
      "master_sku": "EOB-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB21-3",
      "master_sku": "EOB-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB24-3",
      "master_sku": "EOB-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB27-3",
      "master_sku": "EOB-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB30-2",
      "master_sku": "EOB-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB30-3",
      "master_sku": "EOB-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB33-3",
      "master_sku": "EOB-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DB36-3",
      "master_sku": "EOB-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        525
      ],
      "expected_category_ids": [
        4,
        394,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-DWR3L/R",
      "master_sku": "EOB-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        394,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-EZR33",
      "master_sku": "EOB-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        394,
        509
      ],
      "expected_category_ids": [
        4,
        394,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-EZR36",
      "master_sku": "EOB-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        509
      ],
      "expected_category_ids": [
        4,
        394,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F330",
      "master_sku": "EOB-F330",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F336",
      "master_sku": "EOB-F336",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F342",
      "master_sku": "EOB-F342",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F396",
      "master_sku": "EOB-F396",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F630",
      "master_sku": "EOB-F630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F642",
      "master_sku": "EOB-F642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-F696",
      "master_sku": "EOB-F696",
      "found": true,
      "current_category_ids": [
        4,
        394,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-FPP9648 1/4",
      "master_sku": "EOB-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        394,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-FPP9648 3/4",
      "master_sku": "EOB-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        394,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-FPPB9648 1/2",
      "master_sku": "EOB-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        394,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "EOB-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "EOB-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "EOB-FS24",
      "master_sku": "EOB-FS24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        431
      ],
      "expected_category_ids": [
        4,
        394,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-FS30",
      "master_sku": "EOB-FS30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-FS36",
      "master_sku": "EOB-FS36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-FS60",
      "master_sku": "EOB-FS60",
      "found": true,
      "current_category_ids": [
        4,
        394,
        431
      ],
      "expected_category_ids": [
        4,
        394,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GALLON OF PAINT",
      "master_sku": "EOB-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1530",
      "master_sku": "EOB-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1536",
      "master_sku": "EOB-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1542",
      "master_sku": "EOB-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1830",
      "master_sku": "EOB-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1836",
      "master_sku": "EOB-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W1842",
      "master_sku": "EOB-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3030",
      "master_sku": "EOB-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3036",
      "master_sku": "EOB-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3042",
      "master_sku": "EOB-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3630",
      "master_sku": "EOB-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3636",
      "master_sku": "EOB-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-W3642",
      "master_sku": "EOB-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-WDC2430",
      "master_sku": "EOB-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-WDC2436",
      "master_sku": "EOB-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GD-WDC2442",
      "master_sku": "EOB-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        516
      ],
      "expected_category_ids": [
        4,
        394,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1530",
      "master_sku": "EOB-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1536",
      "master_sku": "EOB-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1542",
      "master_sku": "EOB-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1830",
      "master_sku": "EOB-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1836",
      "master_sku": "EOB-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW1842",
      "master_sku": "EOB-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        394,
        513
      ],
      "expected_category_ids": [
        4,
        394,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3030",
      "master_sku": "EOB-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3036",
      "master_sku": "EOB-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3042",
      "master_sku": "EOB-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3630",
      "master_sku": "EOB-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3636",
      "master_sku": "EOB-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDW3642",
      "master_sku": "EOB-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        461
      ],
      "expected_category_ids": [
        4,
        394,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDWDC2430",
      "master_sku": "EOB-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        394,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDWDC2436",
      "master_sku": "EOB-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        394,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-GDWDC2442",
      "master_sku": "EOB-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        394,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-LC1884",
      "master_sku": "EOB-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-LCVM8",
      "master_sku": "EOB-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        492
      ],
      "expected_category_ids": [
        4,
        394,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-LM8",
      "master_sku": "EOB-LM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        532
      ],
      "expected_category_ids": [
        4,
        394,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-LRM8",
      "master_sku": "EOB-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        532
      ],
      "expected_category_ids": [
        4,
        394,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-M2436",
      "master_sku": "EOB-M2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MBEP",
      "master_sku": "EOB-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        394,
        501
      ],
      "expected_category_ids": [
        4,
        394,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MC3018",
      "master_sku": "EOB-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        394,
        453
      ],
      "expected_category_ids": [
        4,
        394,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MPBEP",
      "master_sku": "EOB-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        394,
        501
      ],
      "expected_category_ids": [
        4,
        394,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MWEP30",
      "master_sku": "EOB-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        501
      ],
      "expected_category_ids": [
        4,
        394,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MWEP36",
      "master_sku": "EOB-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        501
      ],
      "expected_category_ids": [
        4,
        394,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-MWEP42",
      "master_sku": "EOB-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        394,
        501
      ],
      "expected_category_ids": [
        4,
        394,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-OC3384",
      "master_sku": "EOB-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        394,
        421
      ],
      "expected_category_ids": [
        4,
        394,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-OC3390",
      "master_sku": "EOB-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        394,
        421
      ],
      "expected_category_ids": [
        4,
        394,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-OC3396",
      "master_sku": "EOB-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        394,
        421
      ],
      "expected_category_ids": [
        4,
        394,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-OCM8-1",
      "master_sku": "EOB-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        394,
        495
      ],
      "expected_category_ids": [
        4,
        394,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC1884",
      "master_sku": "EOB-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC1890",
      "master_sku": "EOB-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC1896",
      "master_sku": "EOB-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC2484",
      "master_sku": "EOB-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC2490",
      "master_sku": "EOB-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC2496",
      "master_sku": "EOB-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC3084",
      "master_sku": "EOB-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC3090",
      "master_sku": "EOB-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PC3096",
      "master_sku": "EOB-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        394,
        473
      ],
      "expected_category_ids": [
        4,
        394,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-PINT OF PAINT",
      "master_sku": "EOB-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-QUART OF PAINT",
      "master_sku": "EOB-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-REP120",
      "master_sku": "EOB-REP120",
      "found": true,
      "current_category_ids": [
        4,
        394,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-REP96",
      "master_sku": "EOB-REP96",
      "found": true,
      "current_category_ids": [
        4,
        394,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SB24",
      "master_sku": "EOB-SB24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SB27",
      "master_sku": "EOB-SB27",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SB30",
      "master_sku": "EOB-SB30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SB33",
      "master_sku": "EOB-SB33",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SB36",
      "master_sku": "EOB-SB36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SBF30",
      "master_sku": "EOB-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SBF36",
      "master_sku": "EOB-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SBM8",
      "master_sku": "EOB-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        413
      ],
      "expected_category_ids": [
        4,
        394,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SC10",
      "master_sku": "EOB-SC10",
      "found": true,
      "current_category_ids": [
        4,
        394,
        502
      ],
      "expected_category_ids": [
        4,
        394,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SD",
      "master_sku": "EOB-SD",
      "found": true,
      "current_category_ids": [
        4,
        394,
        534
      ],
      "expected_category_ids": [
        4,
        394,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SDP34 4X4",
      "master_sku": "EOB-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SHM8",
      "master_sku": "EOB-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        412
      ],
      "expected_category_ids": [
        4,
        394,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SM8",
      "master_sku": "EOB-SM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        496
      ],
      "expected_category_ids": [
        4,
        394,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SPRAY CAN",
      "master_sku": "EOB-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-SSPA34 4X4",
      "master_sku": "EOB-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-TK8",
      "master_sku": "EOB-TK8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        535
      ],
      "expected_category_ids": [
        4,
        394,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-TKBM8",
      "master_sku": "EOB-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        493
      ],
      "expected_category_ids": [
        4,
        394,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-TLM8",
      "master_sku": "EOB-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        499
      ],
      "expected_category_ids": [
        4,
        394,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-TOUCH UP KIT",
      "master_sku": "EOB-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-V54",
      "master_sku": "EOB-V54",
      "found": true,
      "current_category_ids": [
        4,
        394,
        505
      ],
      "expected_category_ids": [
        4,
        394,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VA2421",
      "master_sku": "EOB-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VA3021",
      "master_sku": "EOB-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VA3621",
      "master_sku": "EOB-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VDB12-3",
      "master_sku": "EOB-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VDB15-3",
      "master_sku": "EOB-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VDB18-3",
      "master_sku": "EOB-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VKD3021",
      "master_sku": "EOB-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        394,
        505
      ],
      "expected_category_ids": [
        4,
        394,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD3021DL",
      "master_sku": "EOB-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD3021DR",
      "master_sku": "EOB-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD3621DL",
      "master_sku": "EOB-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD3621DR",
      "master_sku": "EOB-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD4821DLR",
      "master_sku": "EOB-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-VSD6021DLR",
      "master_sku": "EOB-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        394,
        467
      ],
      "expected_category_ids": [
        4,
        394,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W0930",
      "master_sku": "EOB-W0930",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W0936",
      "master_sku": "EOB-W0936",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W0942",
      "master_sku": "EOB-W0942",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1230",
      "master_sku": "EOB-W1230",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1236",
      "master_sku": "EOB-W1236",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1242",
      "master_sku": "EOB-W1242",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1530",
      "master_sku": "EOB-W1530",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1536",
      "master_sku": "EOB-W1536",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1542",
      "master_sku": "EOB-W1542",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1830",
      "master_sku": "EOB-W1830",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1836",
      "master_sku": "EOB-W1836",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W1842",
      "master_sku": "EOB-W1842",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2130",
      "master_sku": "EOB-W2130",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2136",
      "master_sku": "EOB-W2136",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2142",
      "master_sku": "EOB-W2142",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2412",
      "master_sku": "EOB-W2412",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2415",
      "master_sku": "EOB-W2415",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2418",
      "master_sku": "EOB-W2418",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2424",
      "master_sku": "EOB-W2424",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2430",
      "master_sku": "EOB-W2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2436",
      "master_sku": "EOB-W2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2442",
      "master_sku": "EOB-W2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2730",
      "master_sku": "EOB-W2730",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2736",
      "master_sku": "EOB-W2736",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W2742",
      "master_sku": "EOB-W2742",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3012",
      "master_sku": "EOB-W3012",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W301224",
      "master_sku": "EOB-W301224",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3015",
      "master_sku": "EOB-W3015",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3018",
      "master_sku": "EOB-W3018",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W301824",
      "master_sku": "EOB-W301824",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3024",
      "master_sku": "EOB-W3024",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W302424",
      "master_sku": "EOB-W302424",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3030",
      "master_sku": "EOB-W3030",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3036",
      "master_sku": "EOB-W3036",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3042",
      "master_sku": "EOB-W3042",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W331224",
      "master_sku": "EOB-W331224",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3315",
      "master_sku": "EOB-W3315",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3318",
      "master_sku": "EOB-W3318",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3324",
      "master_sku": "EOB-W3324",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3330",
      "master_sku": "EOB-W3330",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3336",
      "master_sku": "EOB-W3336",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3342",
      "master_sku": "EOB-W3342",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3612",
      "master_sku": "EOB-W3612",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W361224",
      "master_sku": "EOB-W361224",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3615",
      "master_sku": "EOB-W3615",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3618",
      "master_sku": "EOB-W3618",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W361824",
      "master_sku": "EOB-W361824",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3624",
      "master_sku": "EOB-W3624",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W362424",
      "master_sku": "EOB-W362424",
      "found": true,
      "current_category_ids": [
        4,
        394,
        486
      ],
      "expected_category_ids": [
        4,
        394,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3630",
      "master_sku": "EOB-W3630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3636",
      "master_sku": "EOB-W3636",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3642",
      "master_sku": "EOB-W3642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-W3930",
      "master_sku": "EOB-W3930",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WBC2730",
      "master_sku": "EOB-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        394,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WBC2736",
      "master_sku": "EOB-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        394,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WBC2742",
      "master_sku": "EOB-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        394,
        447
      ],
      "expected_category_ids": [
        4,
        394,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WCOR2430",
      "master_sku": "EOB-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        455
      ],
      "expected_category_ids": [
        4,
        394,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WCOR2436",
      "master_sku": "EOB-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        455
      ],
      "expected_category_ids": [
        4,
        394,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WCOR2442",
      "master_sku": "EOB-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        455
      ],
      "expected_category_ids": [
        4,
        394,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WDC2430",
      "master_sku": "EOB-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WDC2436",
      "master_sku": "EOB-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WDC2442",
      "master_sku": "EOB-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WECA30",
      "master_sku": "EOB-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        445
      ],
      "expected_category_ids": [
        4,
        394,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WECA36",
      "master_sku": "EOB-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        445
      ],
      "expected_category_ids": [
        4,
        394,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WECA42",
      "master_sku": "EOB-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        394,
        445
      ],
      "expected_category_ids": [
        4,
        394,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WHB3624",
      "master_sku": "EOB-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        394,
        460
      ],
      "expected_category_ids": [
        4,
        394,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WHB3630",
      "master_sku": "EOB-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        460
      ],
      "expected_category_ids": [
        4,
        394,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1530",
      "master_sku": "EOB-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1536",
      "master_sku": "EOB-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1542",
      "master_sku": "EOB-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1830",
      "master_sku": "EOB-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1836",
      "master_sku": "EOB-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC1842",
      "master_sku": "EOB-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3030",
      "master_sku": "EOB-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3036",
      "master_sku": "EOB-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3042",
      "master_sku": "EOB-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3630",
      "master_sku": "EOB-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3636",
      "master_sku": "EOB-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOC3642",
      "master_sku": "EOB-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        475
      ],
      "expected_category_ids": [
        4,
        394,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOCD2430",
      "master_sku": "EOB-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOCD2436",
      "master_sku": "EOB-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WOCD2442",
      "master_sku": "EOB-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        394,
        449
      ],
      "expected_category_ids": [
        4,
        394,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "EOB-WSC1818",
      "master_sku": "EOB-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        394,
        462
      ],
      "expected_category_ids": [
        4,
        394,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B12",
      "master_sku": "ESW-B12",
      "found": true,
      "current_category_ids": [
        4,
        395,
        471
      ],
      "expected_category_ids": [
        4,
        395,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B15",
      "master_sku": "ESW-B15",
      "found": true,
      "current_category_ids": [
        4,
        395,
        471
      ],
      "expected_category_ids": [
        4,
        395,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B18",
      "master_sku": "ESW-B18",
      "found": true,
      "current_category_ids": [
        4,
        395,
        471
      ],
      "expected_category_ids": [
        4,
        395,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B21",
      "master_sku": "ESW-B21",
      "found": true,
      "current_category_ids": [
        4,
        395,
        471
      ],
      "expected_category_ids": [
        4,
        395,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B24",
      "master_sku": "ESW-B24",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B27",
      "master_sku": "ESW-B27",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B30",
      "master_sku": "ESW-B30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B33",
      "master_sku": "ESW-B33",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B36",
      "master_sku": "ESW-B36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-B39",
      "master_sku": "ESW-B39",
      "found": true,
      "current_category_ids": [
        4,
        395,
        506
      ],
      "expected_category_ids": [
        4,
        395,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BBC36/39L/R",
      "master_sku": "ESW-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BBC39/42L/R",
      "master_sku": "ESW-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BBC45/48FHL/R",
      "master_sku": "ESW-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BBC45/48FHL/R-MC",
      "master_sku": "ESW-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BBC45/48L/R",
      "master_sku": "ESW-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BCOR33L/R",
      "master_sku": "ESW-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        395,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BCOR36L/R",
      "master_sku": "ESW-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        395,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        395,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-BEC1224L",
      "master_sku": "ESW-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        395,
        464
      ],
      "expected_category_ids": [
        4,
        395,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BEC1224R",
      "master_sku": "ESW-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        395,
        464
      ],
      "expected_category_ids": [
        4,
        395,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BF3",
      "master_sku": "ESW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        500
      ],
      "expected_category_ids": [
        4,
        395,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BF6",
      "master_sku": "ESW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        395,
        500
      ],
      "expected_category_ids": [
        4,
        395,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH09",
      "master_sku": "ESW-BH09",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH12",
      "master_sku": "ESW-BH12",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH15",
      "master_sku": "ESW-BH15",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH18",
      "master_sku": "ESW-BH18",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH21",
      "master_sku": "ESW-BH21",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH24",
      "master_sku": "ESW-BH24",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH27",
      "master_sku": "ESW-BH27",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH30",
      "master_sku": "ESW-BH30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH33",
      "master_sku": "ESW-BH33",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH36",
      "master_sku": "ESW-BH36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BH39",
      "master_sku": "ESW-BH39",
      "found": true,
      "current_category_ids": [
        4,
        395,
        434
      ],
      "expected_category_ids": [
        4,
        395,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BM8",
      "master_sku": "ESW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        493
      ],
      "expected_category_ids": [
        4,
        395,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BMC24",
      "master_sku": "ESW-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        395,
        507
      ],
      "expected_category_ids": [
        4,
        395,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BMC30",
      "master_sku": "ESW-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        507
      ],
      "expected_category_ids": [
        4,
        395,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BPP09",
      "master_sku": "ESW-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        395,
        411
      ],
      "expected_category_ids": [
        4,
        395,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-BWB18",
      "master_sku": "ESW-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        395,
        444
      ],
      "expected_category_ids": [
        4,
        395,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-CSB36",
      "master_sku": "ESW-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        508
      ],
      "expected_category_ids": [
        4,
        395,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-CSB36-FP",
      "master_sku": "ESW-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        395,
        508
      ],
      "expected_category_ids": [
        4,
        395,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-CVM8",
      "master_sku": "ESW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        492
      ],
      "expected_category_ids": [
        4,
        395,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB12-3",
      "master_sku": "ESW-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB15-3",
      "master_sku": "ESW-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB18-3",
      "master_sku": "ESW-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB21-3",
      "master_sku": "ESW-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB24-3",
      "master_sku": "ESW-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB27-3",
      "master_sku": "ESW-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB30-2",
      "master_sku": "ESW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB30-3",
      "master_sku": "ESW-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB33-3",
      "master_sku": "ESW-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DB36-3",
      "master_sku": "ESW-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        525
      ],
      "expected_category_ids": [
        4,
        395,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-DWR3L/R",
      "master_sku": "ESW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        395,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-EZR33",
      "master_sku": "ESW-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        395,
        509
      ],
      "expected_category_ids": [
        4,
        395,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-EZR36",
      "master_sku": "ESW-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        509
      ],
      "expected_category_ids": [
        4,
        395,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F330",
      "master_sku": "ESW-F330",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F336",
      "master_sku": "ESW-F336",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F342",
      "master_sku": "ESW-F342",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F396",
      "master_sku": "ESW-F396",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F630",
      "master_sku": "ESW-F630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F642",
      "master_sku": "ESW-F642",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-F696",
      "master_sku": "ESW-F696",
      "found": true,
      "current_category_ids": [
        4,
        395,
        417
      ],
      "expected_category_ids": [
        4,
        395,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-FPP9648 1/4",
      "master_sku": "ESW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        395,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-FPP9648 3/4",
      "master_sku": "ESW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        395,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-FPPB9648 1/2",
      "master_sku": "ESW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        395,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "ESW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "ESW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "ESW-FS24",
      "master_sku": "ESW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        395,
        431
      ],
      "expected_category_ids": [
        4,
        395,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-FS30",
      "master_sku": "ESW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-FS36",
      "master_sku": "ESW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-FS60",
      "master_sku": "ESW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        395,
        431
      ],
      "expected_category_ids": [
        4,
        395,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GALLON OF PAINT",
      "master_sku": "ESW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        395,
        468
      ],
      "expected_category_ids": [
        4,
        395,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1215",
      "master_sku": "ESW-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1515",
      "master_sku": "ESW-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1530",
      "master_sku": "ESW-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1536",
      "master_sku": "ESW-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1542",
      "master_sku": "ESW-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1815",
      "master_sku": "ESW-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1830",
      "master_sku": "ESW-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1836",
      "master_sku": "ESW-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W1842",
      "master_sku": "ESW-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W2115",
      "master_sku": "ESW-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W2415",
      "master_sku": "ESW-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W2715",
      "master_sku": "ESW-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3015",
      "master_sku": "ESW-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3030",
      "master_sku": "ESW-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3036",
      "master_sku": "ESW-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3042",
      "master_sku": "ESW-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3315",
      "master_sku": "ESW-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3615",
      "master_sku": "ESW-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3630",
      "master_sku": "ESW-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3636",
      "master_sku": "ESW-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-W3642",
      "master_sku": "ESW-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-WCOR2415",
      "master_sku": "ESW-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-WDC2430",
      "master_sku": "ESW-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-WDC2436",
      "master_sku": "ESW-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GD-WDC2442",
      "master_sku": "ESW-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        516
      ],
      "expected_category_ids": [
        4,
        395,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1215",
      "master_sku": "ESW-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        395,
        459
      ],
      "expected_category_ids": [
        4,
        395,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1515",
      "master_sku": "ESW-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        395,
        459
      ],
      "expected_category_ids": [
        4,
        395,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1530",
      "master_sku": "ESW-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1536",
      "master_sku": "ESW-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1542",
      "master_sku": "ESW-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1815",
      "master_sku": "ESW-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        395,
        459
      ],
      "expected_category_ids": [
        4,
        395,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1830",
      "master_sku": "ESW-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1836",
      "master_sku": "ESW-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW1842",
      "master_sku": "ESW-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        395,
        513
      ],
      "expected_category_ids": [
        4,
        395,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW2115",
      "master_sku": "ESW-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        395,
        459
      ],
      "expected_category_ids": [
        4,
        395,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW2415",
      "master_sku": "ESW-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW2715",
      "master_sku": "ESW-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3015",
      "master_sku": "ESW-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3030",
      "master_sku": "ESW-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3036",
      "master_sku": "ESW-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3042",
      "master_sku": "ESW-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3315",
      "master_sku": "ESW-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3615",
      "master_sku": "ESW-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3630",
      "master_sku": "ESW-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3636",
      "master_sku": "ESW-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDW3642",
      "master_sku": "ESW-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDWCOR2415",
      "master_sku": "ESW-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        461
      ],
      "expected_category_ids": [
        4,
        395,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDWDC2430",
      "master_sku": "ESW-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        395,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDWDC2436",
      "master_sku": "ESW-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        395,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-GDWDC2442",
      "master_sku": "ESW-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        395,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-LC1884",
      "master_sku": "ESW-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-LCVM8",
      "master_sku": "ESW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        492
      ],
      "expected_category_ids": [
        4,
        395,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-LM8",
      "master_sku": "ESW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        532
      ],
      "expected_category_ids": [
        4,
        395,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-LRM8",
      "master_sku": "ESW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        532
      ],
      "expected_category_ids": [
        4,
        395,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-M2436",
      "master_sku": "ESW-M2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MBEP",
      "master_sku": "ESW-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        395,
        501
      ],
      "expected_category_ids": [
        4,
        395,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MC3018",
      "master_sku": "ESW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        395,
        453
      ],
      "expected_category_ids": [
        4,
        395,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MPBEP",
      "master_sku": "ESW-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        395,
        501
      ],
      "expected_category_ids": [
        4,
        395,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MWEP15",
      "master_sku": "ESW-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        395,
        416
      ],
      "expected_category_ids": [
        4,
        395,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MWEP30",
      "master_sku": "ESW-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        501
      ],
      "expected_category_ids": [
        4,
        395,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MWEP36",
      "master_sku": "ESW-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        501
      ],
      "expected_category_ids": [
        4,
        395,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-MWEP42",
      "master_sku": "ESW-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        395,
        501
      ],
      "expected_category_ids": [
        4,
        395,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-OC3384",
      "master_sku": "ESW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        395,
        421
      ],
      "expected_category_ids": [
        4,
        395,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-OC3390",
      "master_sku": "ESW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        395,
        421
      ],
      "expected_category_ids": [
        4,
        395,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-OC3396",
      "master_sku": "ESW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        395,
        421
      ],
      "expected_category_ids": [
        4,
        395,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-OCM8-1",
      "master_sku": "ESW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        395,
        495
      ],
      "expected_category_ids": [
        4,
        395,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC1884",
      "master_sku": "ESW-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC1890",
      "master_sku": "ESW-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC1896",
      "master_sku": "ESW-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC2484",
      "master_sku": "ESW-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC2490",
      "master_sku": "ESW-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC2496",
      "master_sku": "ESW-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC3084",
      "master_sku": "ESW-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC3090",
      "master_sku": "ESW-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PC3096",
      "master_sku": "ESW-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        395,
        473
      ],
      "expected_category_ids": [
        4,
        395,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-PINT OF PAINT",
      "master_sku": "ESW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        395,
        468
      ],
      "expected_category_ids": [
        4,
        395,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-QUART OF PAINT",
      "master_sku": "ESW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        395,
        468
      ],
      "expected_category_ids": [
        4,
        395,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-REP120",
      "master_sku": "ESW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        395,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-REP96",
      "master_sku": "ESW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        395,
        419
      ],
      "expected_category_ids": [
        4,
        395,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SB24",
      "master_sku": "ESW-SB24",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SB27",
      "master_sku": "ESW-SB27",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SB30",
      "master_sku": "ESW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SB33",
      "master_sku": "ESW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SB36",
      "master_sku": "ESW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SBF30",
      "master_sku": "ESW-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SBF36",
      "master_sku": "ESW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        442
      ],
      "expected_category_ids": [
        4,
        395,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SBM8",
      "master_sku": "ESW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        413
      ],
      "expected_category_ids": [
        4,
        395,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SC10",
      "master_sku": "ESW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        395,
        502
      ],
      "expected_category_ids": [
        4,
        395,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SD",
      "master_sku": "ESW-SD",
      "found": true,
      "current_category_ids": [
        4,
        395,
        534
      ],
      "expected_category_ids": [
        4,
        395,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SDP34 4X4",
      "master_sku": "ESW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        395,
        430
      ],
      "expected_category_ids": [
        4,
        395,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SHM8",
      "master_sku": "ESW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        412
      ],
      "expected_category_ids": [
        4,
        395,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SM8",
      "master_sku": "ESW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        496
      ],
      "expected_category_ids": [
        4,
        395,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SPRAY CAN",
      "master_sku": "ESW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        395,
        468
      ],
      "expected_category_ids": [
        4,
        395,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-SSPA34 4X4",
      "master_sku": "ESW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        395,
        430
      ],
      "expected_category_ids": [
        4,
        395,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-TK8",
      "master_sku": "ESW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        535
      ],
      "expected_category_ids": [
        4,
        395,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-TKBM8",
      "master_sku": "ESW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        493
      ],
      "expected_category_ids": [
        4,
        395,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-TLM8",
      "master_sku": "ESW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        395,
        499
      ],
      "expected_category_ids": [
        4,
        395,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-TOUCH UP KIT",
      "master_sku": "ESW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        395,
        468
      ],
      "expected_category_ids": [
        4,
        395,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-V54",
      "master_sku": "ESW-V54",
      "found": true,
      "current_category_ids": [
        4,
        395,
        505
      ],
      "expected_category_ids": [
        4,
        395,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VA2421",
      "master_sku": "ESW-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VA3021",
      "master_sku": "ESW-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VA3621",
      "master_sku": "ESW-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VDB12-3",
      "master_sku": "ESW-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VDB15-3",
      "master_sku": "ESW-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VDB18-3",
      "master_sku": "ESW-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VKD3021",
      "master_sku": "ESW-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        395,
        505
      ],
      "expected_category_ids": [
        4,
        395,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD3021DL",
      "master_sku": "ESW-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD3021DR",
      "master_sku": "ESW-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD3621DL",
      "master_sku": "ESW-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD3621DR",
      "master_sku": "ESW-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD4821DLR",
      "master_sku": "ESW-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-VSD6021DLR",
      "master_sku": "ESW-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        395,
        467
      ],
      "expected_category_ids": [
        4,
        395,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W0930",
      "master_sku": "ESW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W0936",
      "master_sku": "ESW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W0942",
      "master_sku": "ESW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1230",
      "master_sku": "ESW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1236",
      "master_sku": "ESW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1242",
      "master_sku": "ESW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1530",
      "master_sku": "ESW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1536",
      "master_sku": "ESW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1542",
      "master_sku": "ESW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1830",
      "master_sku": "ESW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1836",
      "master_sku": "ESW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W1842",
      "master_sku": "ESW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2130",
      "master_sku": "ESW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2136",
      "master_sku": "ESW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2142",
      "master_sku": "ESW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2412",
      "master_sku": "ESW-W2412",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2415",
      "master_sku": "ESW-W2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2418",
      "master_sku": "ESW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2424",
      "master_sku": "ESW-W2424",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2430",
      "master_sku": "ESW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2436",
      "master_sku": "ESW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2442",
      "master_sku": "ESW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2730",
      "master_sku": "ESW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2736",
      "master_sku": "ESW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W2742",
      "master_sku": "ESW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3012",
      "master_sku": "ESW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W301224",
      "master_sku": "ESW-W301224",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3015",
      "master_sku": "ESW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3018",
      "master_sku": "ESW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W301824",
      "master_sku": "ESW-W301824",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3024",
      "master_sku": "ESW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W302424",
      "master_sku": "ESW-W302424",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3030",
      "master_sku": "ESW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3036",
      "master_sku": "ESW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3042",
      "master_sku": "ESW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W331224",
      "master_sku": "ESW-W331224",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3315",
      "master_sku": "ESW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3318",
      "master_sku": "ESW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3324",
      "master_sku": "ESW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3330",
      "master_sku": "ESW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3336",
      "master_sku": "ESW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3342",
      "master_sku": "ESW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3612",
      "master_sku": "ESW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W361224",
      "master_sku": "ESW-W361224",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3615",
      "master_sku": "ESW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3618",
      "master_sku": "ESW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W361824",
      "master_sku": "ESW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3624",
      "master_sku": "ESW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W362424",
      "master_sku": "ESW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        395,
        486
      ],
      "expected_category_ids": [
        4,
        395,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3630",
      "master_sku": "ESW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3636",
      "master_sku": "ESW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3642",
      "master_sku": "ESW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-W3930",
      "master_sku": "ESW-W3930",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WBC2730",
      "master_sku": "ESW-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        395,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WBC2736",
      "master_sku": "ESW-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        395,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WBC2742",
      "master_sku": "ESW-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        395,
        447
      ],
      "expected_category_ids": [
        4,
        395,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WCOR2430",
      "master_sku": "ESW-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        455
      ],
      "expected_category_ids": [
        4,
        395,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WCOR2436",
      "master_sku": "ESW-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        455
      ],
      "expected_category_ids": [
        4,
        395,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WCOR2442",
      "master_sku": "ESW-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        455
      ],
      "expected_category_ids": [
        4,
        395,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WDC2430",
      "master_sku": "ESW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WDC2436",
      "master_sku": "ESW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WDC2442",
      "master_sku": "ESW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WECA30",
      "master_sku": "ESW-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        395,
        445
      ],
      "expected_category_ids": [
        4,
        395,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WECA36",
      "master_sku": "ESW-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        395,
        445
      ],
      "expected_category_ids": [
        4,
        395,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WECA42",
      "master_sku": "ESW-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        395,
        445
      ],
      "expected_category_ids": [
        4,
        395,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WHB3624",
      "master_sku": "ESW-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        395,
        460
      ],
      "expected_category_ids": [
        4,
        395,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WHB3630",
      "master_sku": "ESW-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        460
      ],
      "expected_category_ids": [
        4,
        395,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1215",
      "master_sku": "ESW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1515",
      "master_sku": "ESW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1530",
      "master_sku": "ESW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1536",
      "master_sku": "ESW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1542",
      "master_sku": "ESW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1815",
      "master_sku": "ESW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1830",
      "master_sku": "ESW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1836",
      "master_sku": "ESW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC1842",
      "master_sku": "ESW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC2115",
      "master_sku": "ESW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC2415",
      "master_sku": "ESW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC2715",
      "master_sku": "ESW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3015",
      "master_sku": "ESW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3030",
      "master_sku": "ESW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3036",
      "master_sku": "ESW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3042",
      "master_sku": "ESW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3315",
      "master_sku": "ESW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3615",
      "master_sku": "ESW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3630",
      "master_sku": "ESW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3636",
      "master_sku": "ESW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOC3642",
      "master_sku": "ESW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        395,
        475
      ],
      "expected_category_ids": [
        4,
        395,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOCD2430",
      "master_sku": "ESW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOCD2436",
      "master_sku": "ESW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOCD2442",
      "master_sku": "ESW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WOCOR2415",
      "master_sku": "ESW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        395,
        449
      ],
      "expected_category_ids": [
        4,
        395,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "ESW-WSC1818",
      "master_sku": "ESW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        395,
        462
      ],
      "expected_category_ids": [
        4,
        395,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B09FD",
      "master_sku": "FGH-B09FD",
      "found": true,
      "current_category_ids": [
        4,
        396,
        434
      ],
      "expected_category_ids": [
        4,
        396,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B12",
      "master_sku": "FGH-B12",
      "found": true,
      "current_category_ids": [
        4,
        396,
        471
      ],
      "expected_category_ids": [
        4,
        396,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B15",
      "master_sku": "FGH-B15",
      "found": true,
      "current_category_ids": [
        4,
        396,
        471
      ],
      "expected_category_ids": [
        4,
        396,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B18",
      "master_sku": "FGH-B18",
      "found": true,
      "current_category_ids": [
        4,
        396,
        471
      ],
      "expected_category_ids": [
        4,
        396,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B21",
      "master_sku": "FGH-B21",
      "found": true,
      "current_category_ids": [
        4,
        396,
        471
      ],
      "expected_category_ids": [
        4,
        396,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B24",
      "master_sku": "FGH-B24",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B27",
      "master_sku": "FGH-B27",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B30",
      "master_sku": "FGH-B30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B33",
      "master_sku": "FGH-B33",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B36",
      "master_sku": "FGH-B36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-B39",
      "master_sku": "FGH-B39",
      "found": true,
      "current_category_ids": [
        4,
        396,
        506
      ],
      "expected_category_ids": [
        4,
        396,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-BBM",
      "master_sku": "FGH-BBM",
      "found": true,
      "current_category_ids": [
        4,
        396,
        493
      ],
      "expected_category_ids": [
        4,
        396,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-BF3",
      "master_sku": "FGH-BF3",
      "found": true,
      "current_category_ids": [
        4,
        396,
        500
      ],
      "expected_category_ids": [
        4,
        396,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-BF6",
      "master_sku": "FGH-BF6",
      "found": true,
      "current_category_ids": [
        4,
        396,
        500
      ],
      "expected_category_ids": [
        4,
        396,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-BLB36/39",
      "master_sku": "FGH-BLB36/39",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        396,
        435,
        436,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FGH-BLB36/39",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB36/39",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB36/39",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB36/39",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FGH-BLB42/45",
      "master_sku": "FGH-BLB42/45",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        396,
        435,
        436,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FGH-BLB42/45",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB42/45",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB42/45",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-BLB42/45",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FGH-BTL12",
      "master_sku": "FGH-BTL12",
      "found": true,
      "current_category_ids": [
        4,
        396,
        464
      ],
      "expected_category_ids": [
        4,
        396,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-BTR12",
      "master_sku": "FGH-BTR12",
      "found": true,
      "current_category_ids": [
        4,
        396,
        464
      ],
      "expected_category_ids": [
        4,
        396,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-CM-3",
      "master_sku": "FGH-CM-3",
      "found": true,
      "current_category_ids": [
        4,
        396,
        414
      ],
      "expected_category_ids": [
        4,
        396,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-CM3",
      "master_sku": "FGH-CM3",
      "found": true,
      "current_category_ids": [
        4,
        396,
        492
      ],
      "expected_category_ids": [
        4,
        396,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB12",
      "master_sku": "FGH-DB12",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB15",
      "master_sku": "FGH-DB15",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB18",
      "master_sku": "FGH-DB18",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB24",
      "master_sku": "FGH-DB24",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB30",
      "master_sku": "FGH-DB30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DB36",
      "master_sku": "FGH-DB36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        525
      ],
      "expected_category_ids": [
        4,
        396,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DSB36",
      "master_sku": "FGH-DSB36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        508
      ],
      "expected_category_ids": [
        4,
        396,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DSF36",
      "master_sku": "FGH-DSF36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        508
      ],
      "expected_category_ids": [
        4,
        396,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-DWR3",
      "master_sku": "FGH-DWR3",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-ERB33",
      "master_sku": "FGH-ERB33",
      "found": true,
      "current_category_ids": [
        4,
        396,
        509
      ],
      "expected_category_ids": [
        4,
        396,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-ERB36",
      "master_sku": "FGH-ERB36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        509
      ],
      "expected_category_ids": [
        4,
        396,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-FS30",
      "master_sku": "FGH-FS30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-FS33",
      "master_sku": "FGH-FS33",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-FS36",
      "master_sku": "FGH-FS36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1530",
      "master_sku": "FGH-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1536",
      "master_sku": "FGH-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1542",
      "master_sku": "FGH-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1830",
      "master_sku": "FGH-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1836",
      "master_sku": "FGH-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW1842",
      "master_sku": "FGH-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        396,
        513
      ],
      "expected_category_ids": [
        4,
        396,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW2430",
      "master_sku": "FGH-GDW2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        396,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW2436",
      "master_sku": "FGH-GDW2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        396,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW2442",
      "master_sku": "FGH-GDW2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        396,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3030",
      "master_sku": "FGH-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3036",
      "master_sku": "FGH-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3042",
      "master_sku": "FGH-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3630",
      "master_sku": "FGH-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3636",
      "master_sku": "FGH-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDW3642",
      "master_sku": "FGH-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        396,
        461
      ],
      "expected_category_ids": [
        4,
        396,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDWDC2430",
      "master_sku": "FGH-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        450
      ],
      "expected_category_ids": [
        4,
        396,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDWDC2436",
      "master_sku": "FGH-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        450
      ],
      "expected_category_ids": [
        4,
        396,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-GDWDC2442",
      "master_sku": "FGH-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        450
      ],
      "expected_category_ids": [
        4,
        396,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-ICM8",
      "master_sku": "FGH-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        396,
        494
      ],
      "expected_category_ids": [
        4,
        396,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-LRM",
      "master_sku": "FGH-LRM",
      "found": true,
      "current_category_ids": [
        4,
        396,
        532
      ],
      "expected_category_ids": [
        4,
        396,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-LSB33",
      "master_sku": "FGH-LSB33",
      "found": true,
      "current_category_ids": [
        4,
        396,
        510
      ],
      "expected_category_ids": [
        4,
        396,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-LSB36",
      "master_sku": "FGH-LSB36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        510
      ],
      "expected_category_ids": [
        4,
        396,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-MC303021",
      "master_sku": "FGH-MC303021",
      "found": true,
      "current_category_ids": [
        4,
        396
      ],
      "expected_category_ids": [
        4,
        396
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-MC303621",
      "master_sku": "FGH-MC303621",
      "found": true,
      "current_category_ids": [
        4,
        396
      ],
      "expected_category_ids": [
        4,
        396
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-MC304221",
      "master_sku": "FGH-MC304221",
      "found": true,
      "current_category_ids": [
        4,
        396
      ],
      "expected_category_ids": [
        4,
        396
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-MW3018",
      "master_sku": "FGH-MW3018",
      "found": true,
      "current_category_ids": [
        4,
        396,
        453
      ],
      "expected_category_ids": [
        4,
        396,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-OC3384S",
      "master_sku": "FGH-OC3384S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        396,
        421
      ],
      "expected_category_ids": [
        4,
        396,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-OC3390S",
      "master_sku": "FGH-OC3390S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        396,
        421
      ],
      "expected_category_ids": [
        4,
        396,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-OC3396S",
      "master_sku": "FGH-OC3396S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        396,
        421
      ],
      "expected_category_ids": [
        4,
        396,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-OCM8",
      "master_sku": "FGH-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        396,
        495
      ],
      "expected_category_ids": [
        4,
        396,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-PAN-1/4",
      "master_sku": "FGH-PAN-1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FGH-PAN-1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-PAN-1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FGH-PLY-1/2",
      "master_sku": "FGH-PLY-1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FGH-PLY-1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-PLY-1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FGH-PLY-3/4",
      "master_sku": "FGH-PLY-3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FGH-PLY-3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FGH-PLY-3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FGH-QRM",
      "master_sku": "FGH-QRM",
      "found": true,
      "current_category_ids": [
        4,
        396,
        520
      ],
      "expected_category_ids": [
        4,
        396,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-REP2496",
      "master_sku": "FGH-REP2496",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-REP3",
      "master_sku": "FGH-REP3",
      "found": true,
      "current_category_ids": [
        4,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-REP3096",
      "master_sku": "FGH-REP3096",
      "found": true,
      "current_category_ids": [
        4,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB24",
      "master_sku": "FGH-SB24",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB27",
      "master_sku": "FGH-SB27",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB30",
      "master_sku": "FGH-SB30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB33",
      "master_sku": "FGH-SB33",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB36",
      "master_sku": "FGH-SB36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB39",
      "master_sku": "FGH-SB39",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SB42",
      "master_sku": "FGH-SB42",
      "found": true,
      "current_category_ids": [
        4,
        396,
        442
      ],
      "expected_category_ids": [
        4,
        396,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SKBASE",
      "master_sku": "FGH-SKBASE",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SKTALL",
      "master_sku": "FGH-SKTALL",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SKW30",
      "master_sku": "FGH-SKW30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SKW36",
      "master_sku": "FGH-SKW36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SKW42",
      "master_sku": "FGH-SKW42",
      "found": true,
      "current_category_ids": [
        4,
        396,
        420
      ],
      "expected_category_ids": [
        4,
        396,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-SM8-S",
      "master_sku": "FGH-SM8-S",
      "found": true,
      "current_category_ids": [
        4,
        396,
        496
      ],
      "expected_category_ids": [
        4,
        396,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TF396",
      "master_sku": "FGH-TF396",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TF696",
      "master_sku": "FGH-TF696",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TK8",
      "master_sku": "FGH-TK8",
      "found": true,
      "current_category_ids": [
        4,
        396,
        535
      ],
      "expected_category_ids": [
        4,
        396,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TOUCH UP KIT",
      "master_sku": "FGH-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        396
      ],
      "expected_category_ids": [
        4,
        396
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP152484",
      "master_sku": "FGH-TP152484",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP152490",
      "master_sku": "FGH-TP152490",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP152496",
      "master_sku": "FGH-TP152496",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP182484",
      "master_sku": "FGH-TP182484",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP182490",
      "master_sku": "FGH-TP182490",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP182496",
      "master_sku": "FGH-TP182496",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP242484",
      "master_sku": "FGH-TP242484",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP242490",
      "master_sku": "FGH-TP242490",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP242496",
      "master_sku": "FGH-TP242496",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP302484",
      "master_sku": "FGH-TP302484",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP302490",
      "master_sku": "FGH-TP302490",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-TP302496",
      "master_sku": "FGH-TP302496",
      "found": true,
      "current_category_ids": [
        4,
        396,
        473
      ],
      "expected_category_ids": [
        4,
        396,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-VAR54",
      "master_sku": "FGH-VAR54",
      "found": true,
      "current_category_ids": [
        4,
        396,
        505
      ],
      "expected_category_ids": [
        4,
        396,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W0930",
      "master_sku": "FGH-W0930",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W0936",
      "master_sku": "FGH-W0936",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W0942",
      "master_sku": "FGH-W0942",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1230",
      "master_sku": "FGH-W1230",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1236",
      "master_sku": "FGH-W1236",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1242",
      "master_sku": "FGH-W1242",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1530",
      "master_sku": "FGH-W1530",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1536",
      "master_sku": "FGH-W1536",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1542",
      "master_sku": "FGH-W1542",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1830",
      "master_sku": "FGH-W1830",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1836",
      "master_sku": "FGH-W1836",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W1842",
      "master_sku": "FGH-W1842",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2130",
      "master_sku": "FGH-W2130",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2136",
      "master_sku": "FGH-W2136",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2142",
      "master_sku": "FGH-W2142",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2415",
      "master_sku": "FGH-W2415",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2418",
      "master_sku": "FGH-W2418",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2424",
      "master_sku": "FGH-W2424",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2430",
      "master_sku": "FGH-W2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2436",
      "master_sku": "FGH-W2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2442",
      "master_sku": "FGH-W2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2730",
      "master_sku": "FGH-W2730",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2736",
      "master_sku": "FGH-W2736",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W2742",
      "master_sku": "FGH-W2742",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3012",
      "master_sku": "FGH-W3012",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3015",
      "master_sku": "FGH-W3015",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W301524",
      "master_sku": "FGH-W301524",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3018",
      "master_sku": "FGH-W3018",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W301824",
      "master_sku": "FGH-W301824",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3024",
      "master_sku": "FGH-W3024",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W302424",
      "master_sku": "FGH-W302424",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3030",
      "master_sku": "FGH-W3030",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3036",
      "master_sku": "FGH-W3036",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3042",
      "master_sku": "FGH-W3042",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3315",
      "master_sku": "FGH-W3315",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W331524",
      "master_sku": "FGH-W331524",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3318",
      "master_sku": "FGH-W3318",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W331824",
      "master_sku": "FGH-W331824",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3324",
      "master_sku": "FGH-W3324",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W332424",
      "master_sku": "FGH-W332424",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3330",
      "master_sku": "FGH-W3330",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3336",
      "master_sku": "FGH-W3336",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3342",
      "master_sku": "FGH-W3342",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3612",
      "master_sku": "FGH-W3612",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3615",
      "master_sku": "FGH-W3615",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W361524",
      "master_sku": "FGH-W361524",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3618",
      "master_sku": "FGH-W3618",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W361824",
      "master_sku": "FGH-W361824",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3624",
      "master_sku": "FGH-W3624",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W362424",
      "master_sku": "FGH-W362424",
      "found": true,
      "current_category_ids": [
        4,
        396,
        486
      ],
      "expected_category_ids": [
        4,
        396,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3630",
      "master_sku": "FGH-W3630",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3636",
      "master_sku": "FGH-W3636",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3642",
      "master_sku": "FGH-W3642",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-W3930",
      "master_sku": "FGH-W3930",
      "found": true,
      "current_category_ids": [
        4,
        396,
        475
      ],
      "expected_category_ids": [
        4,
        396,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WAE1230",
      "master_sku": "FGH-WAE1230",
      "found": true,
      "current_category_ids": [
        4,
        396,
        445
      ],
      "expected_category_ids": [
        4,
        396,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WAE1236",
      "master_sku": "FGH-WAE1236",
      "found": true,
      "current_category_ids": [
        4,
        396,
        445
      ],
      "expected_category_ids": [
        4,
        396,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WAE1242",
      "master_sku": "FGH-WAE1242",
      "found": true,
      "current_category_ids": [
        4,
        396,
        445
      ],
      "expected_category_ids": [
        4,
        396,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC2430",
      "master_sku": "FGH-WBC2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC2436",
      "master_sku": "FGH-WBC2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC2442",
      "master_sku": "FGH-WBC2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC3030",
      "master_sku": "FGH-WBC3030",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC3630",
      "master_sku": "FGH-WBC3630",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC3636",
      "master_sku": "FGH-WBC3636",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WBC3642",
      "master_sku": "FGH-WBC3642",
      "found": true,
      "current_category_ids": [
        4,
        396,
        447
      ],
      "expected_category_ids": [
        4,
        396,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WDC2430",
      "master_sku": "FGH-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WDC2436",
      "master_sku": "FGH-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WDC2442",
      "master_sku": "FGH-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF330",
      "master_sku": "FGH-WF330",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF336",
      "master_sku": "FGH-WF336",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF342",
      "master_sku": "FGH-WF342",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF630",
      "master_sku": "FGH-WF630",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF636",
      "master_sku": "FGH-WF636",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WF642",
      "master_sku": "FGH-WF642",
      "found": true,
      "current_category_ids": [
        4,
        396,
        417
      ],
      "expected_category_ids": [
        4,
        396,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-BASE",
      "master_sku": "FGH-WP-BASE",
      "found": true,
      "current_category_ids": [
        4,
        396,
        501
      ],
      "expected_category_ids": [
        4,
        396,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-T84",
      "master_sku": "FGH-WP-T84",
      "found": true,
      "current_category_ids": [
        4,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-T90",
      "master_sku": "FGH-WP-T90",
      "found": true,
      "current_category_ids": [
        4,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-T96",
      "master_sku": "FGH-WP-T96",
      "found": true,
      "current_category_ids": [
        4,
        396,
        419
      ],
      "expected_category_ids": [
        4,
        396,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-W30",
      "master_sku": "FGH-WP-W30",
      "found": true,
      "current_category_ids": [
        4,
        396,
        501
      ],
      "expected_category_ids": [
        4,
        396,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-W36",
      "master_sku": "FGH-WP-W36",
      "found": true,
      "current_category_ids": [
        4,
        396,
        501
      ],
      "expected_category_ids": [
        4,
        396,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WP-W42",
      "master_sku": "FGH-WP-W42",
      "found": true,
      "current_category_ids": [
        4,
        396,
        501
      ],
      "expected_category_ids": [
        4,
        396,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WPC2430",
      "master_sku": "FGH-WPC2430",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WPC2436",
      "master_sku": "FGH-WPC2436",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WPC2442",
      "master_sku": "FGH-WPC2442",
      "found": true,
      "current_category_ids": [
        4,
        396,
        449
      ],
      "expected_category_ids": [
        4,
        396,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FGH-WR3018",
      "master_sku": "FGH-WR3018",
      "found": true,
      "current_category_ids": [
        4,
        396,
        462
      ],
      "expected_category_ids": [
        4,
        396,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B09",
      "master_sku": "FHF-B09",
      "found": true,
      "current_category_ids": [
        4,
        398,
        471
      ],
      "expected_category_ids": [
        4,
        398,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B12",
      "master_sku": "FHF-B12",
      "found": true,
      "current_category_ids": [
        4,
        398,
        471
      ],
      "expected_category_ids": [
        4,
        398,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B15",
      "master_sku": "FHF-B15",
      "found": true,
      "current_category_ids": [
        4,
        398,
        471
      ],
      "expected_category_ids": [
        4,
        398,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B18",
      "master_sku": "FHF-B18",
      "found": true,
      "current_category_ids": [
        4,
        398,
        471
      ],
      "expected_category_ids": [
        4,
        398,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B21",
      "master_sku": "FHF-B21",
      "found": true,
      "current_category_ids": [
        4,
        398,
        471
      ],
      "expected_category_ids": [
        4,
        398,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B24",
      "master_sku": "FHF-B24",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B27",
      "master_sku": "FHF-B27",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B30",
      "master_sku": "FHF-B30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B33",
      "master_sku": "FHF-B33",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B36",
      "master_sku": "FHF-B36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-B39",
      "master_sku": "FHF-B39",
      "found": true,
      "current_category_ids": [
        4,
        398,
        506
      ],
      "expected_category_ids": [
        4,
        398,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BBM",
      "master_sku": "FHF-BBM",
      "found": true,
      "current_category_ids": [
        4,
        398,
        493
      ],
      "expected_category_ids": [
        4,
        398,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BF3",
      "master_sku": "FHF-BF3",
      "found": true,
      "current_category_ids": [
        4,
        398,
        500
      ],
      "expected_category_ids": [
        4,
        398,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BF6",
      "master_sku": "FHF-BF6",
      "found": true,
      "current_category_ids": [
        4,
        398,
        500
      ],
      "expected_category_ids": [
        4,
        398,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BLB3639",
      "master_sku": "FHF-BLB3639",
      "found": true,
      "current_category_ids": [
        4,
        398,
        435
      ],
      "expected_category_ids": [
        4,
        398,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BLB4245",
      "master_sku": "FHF-BLB4245",
      "found": true,
      "current_category_ids": [
        4,
        398,
        435
      ],
      "expected_category_ids": [
        4,
        398,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BTL12",
      "master_sku": "FHF-BTL12",
      "found": true,
      "current_category_ids": [
        4,
        398,
        464
      ],
      "expected_category_ids": [
        4,
        398,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-BTR12",
      "master_sku": "FHF-BTR12",
      "found": true,
      "current_category_ids": [
        4,
        398,
        464
      ],
      "expected_category_ids": [
        4,
        398,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-CGS",
      "master_sku": "FHF-CGS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-CM-1",
      "master_sku": "FHF-CM-1",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-CTS",
      "master_sku": "FHF-CTS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB12",
      "master_sku": "FHF-DB12",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB15",
      "master_sku": "FHF-DB15",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB18",
      "master_sku": "FHF-DB18",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB24",
      "master_sku": "FHF-DB24",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB30",
      "master_sku": "FHF-DB30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DB36",
      "master_sku": "FHF-DB36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        525
      ],
      "expected_category_ids": [
        4,
        398,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DSB36",
      "master_sku": "FHF-DSB36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        508
      ],
      "expected_category_ids": [
        4,
        398,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DSF36",
      "master_sku": "FHF-DSF36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        508
      ],
      "expected_category_ids": [
        4,
        398,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DWR3",
      "master_sku": "FHF-DWR3",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-DWR6",
      "master_sku": "FHF-DWR6",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-FS30",
      "master_sku": "FHF-FS30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-FS33",
      "master_sku": "FHF-FS33",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-FS36",
      "master_sku": "FHF-FS36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1530",
      "master_sku": "FHF-GD1530",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1536",
      "master_sku": "FHF-GD1536",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1542",
      "master_sku": "FHF-GD1542",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1830",
      "master_sku": "FHF-GD1830",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1836",
      "master_sku": "FHF-GD1836",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD1842",
      "master_sku": "FHF-GD1842",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD2430",
      "master_sku": "FHF-GD2430",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD2436",
      "master_sku": "FHF-GD2436",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD2442",
      "master_sku": "FHF-GD2442",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3030",
      "master_sku": "FHF-GD3030",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3036",
      "master_sku": "FHF-GD3036",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3042",
      "master_sku": "FHF-GD3042",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3630",
      "master_sku": "FHF-GD3630",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3636",
      "master_sku": "FHF-GD3636",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GD3642",
      "master_sku": "FHF-GD3642",
      "found": true,
      "current_category_ids": [
        4,
        398,
        459
      ],
      "expected_category_ids": [
        4,
        398,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GDD2430",
      "master_sku": "FHF-GDD2430",
      "found": true,
      "current_category_ids": [
        4,
        398,
        450
      ],
      "expected_category_ids": [
        4,
        398,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GDD2436",
      "master_sku": "FHF-GDD2436",
      "found": true,
      "current_category_ids": [
        4,
        398,
        450
      ],
      "expected_category_ids": [
        4,
        398,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-GDD2442",
      "master_sku": "FHF-GDD2442",
      "found": true,
      "current_category_ids": [
        4,
        398,
        450
      ],
      "expected_category_ids": [
        4,
        398,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-ICM8",
      "master_sku": "FHF-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        398,
        494
      ],
      "expected_category_ids": [
        4,
        398,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-LRM",
      "master_sku": "FHF-LRM",
      "found": true,
      "current_category_ids": [
        4,
        398,
        532
      ],
      "expected_category_ids": [
        4,
        398,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-LSB33",
      "master_sku": "FHF-LSB33",
      "found": true,
      "current_category_ids": [
        4,
        398,
        510
      ],
      "expected_category_ids": [
        4,
        398,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-LSB36",
      "master_sku": "FHF-LSB36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        510
      ],
      "expected_category_ids": [
        4,
        398,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-MW3030",
      "master_sku": "FHF-MW3030",
      "found": true,
      "current_category_ids": [
        4,
        398
      ],
      "expected_category_ids": [
        4,
        398
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-MW3036",
      "master_sku": "FHF-MW3036",
      "found": true,
      "current_category_ids": [
        4,
        398
      ],
      "expected_category_ids": [
        4,
        398
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-MW3042",
      "master_sku": "FHF-MW3042",
      "found": true,
      "current_category_ids": [
        4,
        398
      ],
      "expected_category_ids": [
        4,
        398
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-OC3384S",
      "master_sku": "FHF-OC3384S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        398,
        421
      ],
      "expected_category_ids": [
        4,
        398,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-OC3390S",
      "master_sku": "FHF-OC3390S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        398,
        421
      ],
      "expected_category_ids": [
        4,
        398,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-OC3396S",
      "master_sku": "FHF-OC3396S",
      "found": true,
      "current_category_ids": [
        4,
        132,
        398,
        421
      ],
      "expected_category_ids": [
        4,
        398,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-OCM8",
      "master_sku": "FHF-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        398,
        495
      ],
      "expected_category_ids": [
        4,
        398,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-PAN-1/4",
      "master_sku": "FHF-PAN-1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        398,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FHF-PAN-1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FHF-PAN-1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FHF-PLY-1/2",
      "master_sku": "FHF-PLY-1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370,
        398
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FHF-PLY-1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FHF-PLY-1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FHF-PLY-1/2",
          "category_id": 398,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FHF-PLY-3/4",
      "master_sku": "FHF-PLY-3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        398,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FHF-PLY-3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FHF-PLY-3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FHF-QRM",
      "master_sku": "FHF-QRM",
      "found": true,
      "current_category_ids": [
        4,
        520
      ],
      "expected_category_ids": [
        4,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-REP2496",
      "master_sku": "FHF-REP2496",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-REP3",
      "master_sku": "FHF-REP3",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-REP3096",
      "master_sku": "FHF-REP3096",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB24",
      "master_sku": "FHF-SB24",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB27",
      "master_sku": "FHF-SB27",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB30",
      "master_sku": "FHF-SB30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB33",
      "master_sku": "FHF-SB33",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB36",
      "master_sku": "FHF-SB36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB39",
      "master_sku": "FHF-SB39",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SB42",
      "master_sku": "FHF-SB42",
      "found": true,
      "current_category_ids": [
        4,
        398,
        442
      ],
      "expected_category_ids": [
        4,
        398,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SKBASE",
      "master_sku": "FHF-SKBASE",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SKTALL",
      "master_sku": "FHF-SKTALL",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SKW30",
      "master_sku": "FHF-SKW30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SKW36",
      "master_sku": "FHF-SKW36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SKW42",
      "master_sku": "FHF-SKW42",
      "found": true,
      "current_category_ids": [
        4,
        398,
        420
      ],
      "expected_category_ids": [
        4,
        398,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-SM8",
      "master_sku": "FHF-SM8",
      "found": true,
      "current_category_ids": [
        4,
        398,
        496
      ],
      "expected_category_ids": [
        4,
        398,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TCM",
      "master_sku": "FHF-TCM",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TF396",
      "master_sku": "FHF-TF396",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TF696",
      "master_sku": "FHF-TF696",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TK8",
      "master_sku": "FHF-TK8",
      "found": true,
      "current_category_ids": [
        4,
        398,
        535
      ],
      "expected_category_ids": [
        4,
        398,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TOUCH UP KIT",
      "master_sku": "FHF-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP152484",
      "master_sku": "FHF-TP152484",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP152490",
      "master_sku": "FHF-TP152490",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP152496",
      "master_sku": "FHF-TP152496",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP182484",
      "master_sku": "FHF-TP182484",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP182490",
      "master_sku": "FHF-TP182490",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP182496",
      "master_sku": "FHF-TP182496",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP242484",
      "master_sku": "FHF-TP242484",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP242490",
      "master_sku": "FHF-TP242490",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP242496",
      "master_sku": "FHF-TP242496",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP302484",
      "master_sku": "FHF-TP302484",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP302490",
      "master_sku": "FHF-TP302490",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-TP302496",
      "master_sku": "FHF-TP302496",
      "found": true,
      "current_category_ids": [
        4,
        398,
        473
      ],
      "expected_category_ids": [
        4,
        398,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-VAR54",
      "master_sku": "FHF-VAR54",
      "found": true,
      "current_category_ids": [
        4,
        398,
        505
      ],
      "expected_category_ids": [
        4,
        398,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-VSB24-34",
      "master_sku": "FHF-VSB24-34",
      "found": true,
      "current_category_ids": [
        4,
        328
      ],
      "expected_category_ids": [
        4,
        328
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-VSB30-34",
      "master_sku": "FHF-VSB30-34",
      "found": true,
      "current_category_ids": [
        4,
        328
      ],
      "expected_category_ids": [
        4,
        328
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-VSB36-34",
      "master_sku": "FHF-VSB36-34",
      "found": true,
      "current_category_ids": [
        4,
        328
      ],
      "expected_category_ids": [
        4,
        328
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W0930",
      "master_sku": "FHF-W0930",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W0936",
      "master_sku": "FHF-W0936",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W0942",
      "master_sku": "FHF-W0942",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1230",
      "master_sku": "FHF-W1230",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1236",
      "master_sku": "FHF-W1236",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1242",
      "master_sku": "FHF-W1242",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1530",
      "master_sku": "FHF-W1530",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1536",
      "master_sku": "FHF-W1536",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1542",
      "master_sku": "FHF-W1542",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1830",
      "master_sku": "FHF-W1830",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1836",
      "master_sku": "FHF-W1836",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W1842",
      "master_sku": "FHF-W1842",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2115",
      "master_sku": "FHF-W2115",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2118",
      "master_sku": "FHF-W2118",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2130",
      "master_sku": "FHF-W2130",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2136",
      "master_sku": "FHF-W2136",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2142",
      "master_sku": "FHF-W2142",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2415",
      "master_sku": "FHF-W2415",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2418",
      "master_sku": "FHF-W2418",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2424",
      "master_sku": "FHF-W2424",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2430",
      "master_sku": "FHF-W2430",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2436",
      "master_sku": "FHF-W2436",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2442",
      "master_sku": "FHF-W2442",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2730",
      "master_sku": "FHF-W2730",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2736",
      "master_sku": "FHF-W2736",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W2742",
      "master_sku": "FHF-W2742",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3012",
      "master_sku": "FHF-W3012",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3015",
      "master_sku": "FHF-W3015",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W301524",
      "master_sku": "FHF-W301524",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3018",
      "master_sku": "FHF-W3018",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W301824",
      "master_sku": "FHF-W301824",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3024",
      "master_sku": "FHF-W3024",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W302424",
      "master_sku": "FHF-W302424",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3030",
      "master_sku": "FHF-W3030",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3036",
      "master_sku": "FHF-W3036",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3042",
      "master_sku": "FHF-W3042",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3315",
      "master_sku": "FHF-W3315",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W331524",
      "master_sku": "FHF-W331524",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3318",
      "master_sku": "FHF-W3318",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W331824",
      "master_sku": "FHF-W331824",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3324",
      "master_sku": "FHF-W3324",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W332424",
      "master_sku": "FHF-W332424",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3330",
      "master_sku": "FHF-W3330",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3336",
      "master_sku": "FHF-W3336",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3342",
      "master_sku": "FHF-W3342",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3612",
      "master_sku": "FHF-W3612",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3615",
      "master_sku": "FHF-W3615",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W361524",
      "master_sku": "FHF-W361524",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3618",
      "master_sku": "FHF-W3618",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W361824",
      "master_sku": "FHF-W361824",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3624",
      "master_sku": "FHF-W3624",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W362424",
      "master_sku": "FHF-W362424",
      "found": true,
      "current_category_ids": [
        4,
        398,
        486
      ],
      "expected_category_ids": [
        4,
        398,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3630",
      "master_sku": "FHF-W3630",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3636",
      "master_sku": "FHF-W3636",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3642",
      "master_sku": "FHF-W3642",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3930",
      "master_sku": "FHF-W3930",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W3942",
      "master_sku": "FHF-W3942",
      "found": true,
      "current_category_ids": [
        4,
        398,
        461
      ],
      "expected_category_ids": [
        4,
        398,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-W4230",
      "master_sku": "FHF-W4230",
      "found": true,
      "current_category_ids": [
        4,
        398,
        475
      ],
      "expected_category_ids": [
        4,
        398,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WAE1230",
      "master_sku": "FHF-WAE1230",
      "found": true,
      "current_category_ids": [
        4,
        398,
        445
      ],
      "expected_category_ids": [
        4,
        398,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WAE1236",
      "master_sku": "FHF-WAE1236",
      "found": true,
      "current_category_ids": [
        4,
        398,
        445
      ],
      "expected_category_ids": [
        4,
        398,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WAE1242",
      "master_sku": "FHF-WAE1242",
      "found": true,
      "current_category_ids": [
        4,
        398,
        445
      ],
      "expected_category_ids": [
        4,
        398,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC2430",
      "master_sku": "FHF-WBC2430",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC2436",
      "master_sku": "FHF-WBC2436",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC2442",
      "master_sku": "FHF-WBC2442",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC3030",
      "master_sku": "FHF-WBC3030",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC3630",
      "master_sku": "FHF-WBC3630",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC3636",
      "master_sku": "FHF-WBC3636",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC3642",
      "master_sku": "FHF-WBC3642",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WBC4230",
      "master_sku": "FHF-WBC4230",
      "found": true,
      "current_category_ids": [
        4,
        398,
        447
      ],
      "expected_category_ids": [
        4,
        398,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WDC2430",
      "master_sku": "FHF-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        398,
        449
      ],
      "expected_category_ids": [
        4,
        398,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WDC2436",
      "master_sku": "FHF-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        398,
        449
      ],
      "expected_category_ids": [
        4,
        398,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WDC2442",
      "master_sku": "FHF-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        398,
        449
      ],
      "expected_category_ids": [
        4,
        398,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF330",
      "master_sku": "FHF-WF330",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF336",
      "master_sku": "FHF-WF336",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF342",
      "master_sku": "FHF-WF342",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF630",
      "master_sku": "FHF-WF630",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF636",
      "master_sku": "FHF-WF636",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WF642",
      "master_sku": "FHF-WF642",
      "found": true,
      "current_category_ids": [
        4,
        398,
        417
      ],
      "expected_category_ids": [
        4,
        398,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-BASE",
      "master_sku": "FHF-WP-BASE",
      "found": true,
      "current_category_ids": [
        4,
        398,
        501
      ],
      "expected_category_ids": [
        4,
        398,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-T84",
      "master_sku": "FHF-WP-T84",
      "found": true,
      "current_category_ids": [
        4,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        398,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-T90",
      "master_sku": "FHF-WP-T90",
      "found": true,
      "current_category_ids": [
        4,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        398,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-T96",
      "master_sku": "FHF-WP-T96",
      "found": true,
      "current_category_ids": [
        4,
        398,
        419
      ],
      "expected_category_ids": [
        4,
        398,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-W30",
      "master_sku": "FHF-WP-W30",
      "found": true,
      "current_category_ids": [
        4,
        398,
        501
      ],
      "expected_category_ids": [
        4,
        398,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-W36",
      "master_sku": "FHF-WP-W36",
      "found": true,
      "current_category_ids": [
        4,
        398,
        501
      ],
      "expected_category_ids": [
        4,
        398,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WP-W42",
      "master_sku": "FHF-WP-W42",
      "found": true,
      "current_category_ids": [
        4,
        398,
        501
      ],
      "expected_category_ids": [
        4,
        398,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FHF-WR3018",
      "master_sku": "FHF-WR3018",
      "found": true,
      "current_category_ids": [
        4,
        398,
        462
      ],
      "expected_category_ids": [
        4,
        398,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B09",
      "master_sku": "FMF-B09",
      "found": true,
      "current_category_ids": [
        4,
        409,
        471
      ],
      "expected_category_ids": [
        4,
        409,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B12",
      "master_sku": "FMF-B12",
      "found": true,
      "current_category_ids": [
        4,
        409,
        471
      ],
      "expected_category_ids": [
        4,
        409,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B15",
      "master_sku": "FMF-B15",
      "found": true,
      "current_category_ids": [
        4,
        409,
        471
      ],
      "expected_category_ids": [
        4,
        409,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B18",
      "master_sku": "FMF-B18",
      "found": true,
      "current_category_ids": [
        4,
        409,
        471
      ],
      "expected_category_ids": [
        4,
        409,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B21",
      "master_sku": "FMF-B21",
      "found": true,
      "current_category_ids": [
        4,
        409,
        471
      ],
      "expected_category_ids": [
        4,
        409,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B24",
      "master_sku": "FMF-B24",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B27",
      "master_sku": "FMF-B27",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B30",
      "master_sku": "FMF-B30",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B33",
      "master_sku": "FMF-B33",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B36",
      "master_sku": "FMF-B36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B39",
      "master_sku": "FMF-B39",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-B42",
      "master_sku": "FMF-B42",
      "found": true,
      "current_category_ids": [
        4,
        409,
        506
      ],
      "expected_category_ids": [
        4,
        409,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-BBM",
      "master_sku": "FMF-BBM",
      "found": true,
      "current_category_ids": [
        4,
        409,
        493
      ],
      "expected_category_ids": [
        4,
        409,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-BF3",
      "master_sku": "FMF-BF3",
      "found": true,
      "current_category_ids": [
        4,
        409,
        500
      ],
      "expected_category_ids": [
        4,
        409,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-BF6",
      "master_sku": "FMF-BF6",
      "found": true,
      "current_category_ids": [
        4,
        409,
        500
      ],
      "expected_category_ids": [
        4,
        409,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-BLB36/39",
      "master_sku": "FMF-BLB36/39",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        409,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        409,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-BLB36/39",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB36/39",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB36/39",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-BLB42/45",
      "master_sku": "FMF-BLB42/45",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        409,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        409,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-BLB42/45",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB42/45",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB42/45",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-BLB48/51",
      "master_sku": "FMF-BLB48/51",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        409,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        409,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-BLB48/51",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB48/51",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-BLB48/51",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-CGS",
      "master_sku": "FMF-CGS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-CM-1",
      "master_sku": "FMF-CM-1",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-CTS",
      "master_sku": "FMF-CTS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DB12",
      "master_sku": "FMF-DB12",
      "found": true,
      "current_category_ids": [
        4,
        409,
        525
      ],
      "expected_category_ids": [
        4,
        409,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DB15",
      "master_sku": "FMF-DB15",
      "found": true,
      "current_category_ids": [
        4,
        409,
        525
      ],
      "expected_category_ids": [
        4,
        409,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DB18",
      "master_sku": "FMF-DB18",
      "found": true,
      "current_category_ids": [
        4,
        409,
        525
      ],
      "expected_category_ids": [
        4,
        409,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DB24",
      "master_sku": "FMF-DB24",
      "found": true,
      "current_category_ids": [
        4,
        409,
        525
      ],
      "expected_category_ids": [
        4,
        409,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DSB36",
      "master_sku": "FMF-DSB36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        508
      ],
      "expected_category_ids": [
        4,
        409,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DSF36",
      "master_sku": "FMF-DSF36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        508
      ],
      "expected_category_ids": [
        4,
        409,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DWR3",
      "master_sku": "FMF-DWR3",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-DWR6",
      "master_sku": "FMF-DWR6",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-ERB36",
      "master_sku": "FMF-ERB36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        509
      ],
      "expected_category_ids": [
        4,
        409,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3030",
      "master_sku": "FMF-GD3030",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3036",
      "master_sku": "FMF-GD3036",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3042",
      "master_sku": "FMF-GD3042",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3630",
      "master_sku": "FMF-GD3630",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3636",
      "master_sku": "FMF-GD3636",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GD3642",
      "master_sku": "FMF-GD3642",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GDD2430",
      "master_sku": "FMF-GDD2430",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GDD2436",
      "master_sku": "FMF-GDD2436",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-GDD2442",
      "master_sku": "FMF-GDD2442",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-ICM8",
      "master_sku": "FMF-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        409,
        494
      ],
      "expected_category_ids": [
        4,
        409,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-LRM",
      "master_sku": "FMF-LRM",
      "found": true,
      "current_category_ids": [
        4,
        409,
        532
      ],
      "expected_category_ids": [
        4,
        409,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-LSB36",
      "master_sku": "FMF-LSB36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        510
      ],
      "expected_category_ids": [
        4,
        409,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-MW3030",
      "master_sku": "FMF-MW3030",
      "found": true,
      "current_category_ids": [
        4,
        409
      ],
      "expected_category_ids": [
        4,
        409
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-MW3036",
      "master_sku": "FMF-MW3036",
      "found": true,
      "current_category_ids": [
        4,
        409
      ],
      "expected_category_ids": [
        4,
        409
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-MW3042",
      "master_sku": "FMF-MW3042",
      "found": true,
      "current_category_ids": [
        4,
        409
      ],
      "expected_category_ids": [
        4,
        409
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-OCM8",
      "master_sku": "FMF-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        409,
        495
      ],
      "expected_category_ids": [
        4,
        409,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-PAN-1/4",
      "master_sku": "FMF-PAN-1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        409,
        419
      ],
      "expected_category_ids": [
        4,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-PAN-1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-PAN-1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-PLY-1/2",
      "master_sku": "FMF-PLY-1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        409,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370,
        409
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-PLY-1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-PLY-1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-PLY-1/2",
          "category_id": 409,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-PLY-3/4",
      "master_sku": "FMF-PLY-3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        409,
        419
      ],
      "expected_category_ids": [
        4,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMF-PLY-3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMF-PLY-3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMF-QRM",
      "master_sku": "FMF-QRM",
      "found": true,
      "current_category_ids": [
        4,
        520
      ],
      "expected_category_ids": [
        4,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-REP2496",
      "master_sku": "FMF-REP2496",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-REP3",
      "master_sku": "FMF-REP3",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-REP3096",
      "master_sku": "FMF-REP3096",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB24",
      "master_sku": "FMF-SB24",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB27",
      "master_sku": "FMF-SB27",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB30",
      "master_sku": "FMF-SB30",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB33",
      "master_sku": "FMF-SB33",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB36",
      "master_sku": "FMF-SB36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB39",
      "master_sku": "FMF-SB39",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SB42",
      "master_sku": "FMF-SB42",
      "found": true,
      "current_category_ids": [
        4,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SKBASE",
      "master_sku": "FMF-SKBASE",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SKTALL",
      "master_sku": "FMF-SKTALL",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SKW30",
      "master_sku": "FMF-SKW30",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SKW36",
      "master_sku": "FMF-SKW36",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SKW42",
      "master_sku": "FMF-SKW42",
      "found": true,
      "current_category_ids": [
        4,
        409,
        420
      ],
      "expected_category_ids": [
        4,
        409,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-SM8",
      "master_sku": "FMF-SM8",
      "found": true,
      "current_category_ids": [
        4,
        409,
        496
      ],
      "expected_category_ids": [
        4,
        409,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TCM",
      "master_sku": "FMF-TCM",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TF396",
      "master_sku": "FMF-TF396",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TF696",
      "master_sku": "FMF-TF696",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TK8",
      "master_sku": "FMF-TK8",
      "found": true,
      "current_category_ids": [
        4,
        409,
        535
      ],
      "expected_category_ids": [
        4,
        409,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TOUCH UP KIT",
      "master_sku": "FMF-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP152484",
      "master_sku": "FMF-TP152484",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP152490",
      "master_sku": "FMF-TP152490",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP152496",
      "master_sku": "FMF-TP152496",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP182484",
      "master_sku": "FMF-TP182484",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP182490",
      "master_sku": "FMF-TP182490",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP182496",
      "master_sku": "FMF-TP182496",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP242484",
      "master_sku": "FMF-TP242484",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP242490",
      "master_sku": "FMF-TP242490",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-TP242496",
      "master_sku": "FMF-TP242496",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-VAR54",
      "master_sku": "FMF-VAR54",
      "found": true,
      "current_category_ids": [
        4,
        409,
        505
      ],
      "expected_category_ids": [
        4,
        409,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-VDB12-34",
      "master_sku": "FMF-VDB12-34",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-VSB24-34",
      "master_sku": "FMF-VSB24-34",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W0930",
      "master_sku": "FMF-W0930",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W0936",
      "master_sku": "FMF-W0936",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W0942",
      "master_sku": "FMF-W0942",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1230",
      "master_sku": "FMF-W1230",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1236",
      "master_sku": "FMF-W1236",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1242",
      "master_sku": "FMF-W1242",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1530",
      "master_sku": "FMF-W1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1536",
      "master_sku": "FMF-W1536",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1542",
      "master_sku": "FMF-W1542",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1830",
      "master_sku": "FMF-W1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1836",
      "master_sku": "FMF-W1836",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W1842",
      "master_sku": "FMF-W1842",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2130",
      "master_sku": "FMF-W2130",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2136",
      "master_sku": "FMF-W2136",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2142",
      "master_sku": "FMF-W2142",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2415",
      "master_sku": "FMF-W2415",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2418",
      "master_sku": "FMF-W2418",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2424",
      "master_sku": "FMF-W2424",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2430",
      "master_sku": "FMF-W2430",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2436",
      "master_sku": "FMF-W2436",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2442",
      "master_sku": "FMF-W2442",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2730",
      "master_sku": "FMF-W2730",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2736",
      "master_sku": "FMF-W2736",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W2742",
      "master_sku": "FMF-W2742",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3012",
      "master_sku": "FMF-W3012",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3015",
      "master_sku": "FMF-W3015",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W301524",
      "master_sku": "FMF-W301524",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3018",
      "master_sku": "FMF-W3018",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W301824",
      "master_sku": "FMF-W301824",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3024",
      "master_sku": "FMF-W3024",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W302424",
      "master_sku": "FMF-W302424",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3030",
      "master_sku": "FMF-W3030",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3036",
      "master_sku": "FMF-W3036",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3042",
      "master_sku": "FMF-W3042",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3315",
      "master_sku": "FMF-W3315",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W331524",
      "master_sku": "FMF-W331524",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3318",
      "master_sku": "FMF-W3318",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W331824",
      "master_sku": "FMF-W331824",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3324",
      "master_sku": "FMF-W3324",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W332424",
      "master_sku": "FMF-W332424",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3330",
      "master_sku": "FMF-W3330",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3336",
      "master_sku": "FMF-W3336",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3342",
      "master_sku": "FMF-W3342",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3612",
      "master_sku": "FMF-W3612",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3615",
      "master_sku": "FMF-W3615",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W361524",
      "master_sku": "FMF-W361524",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3618",
      "master_sku": "FMF-W3618",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W361824",
      "master_sku": "FMF-W361824",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3624",
      "master_sku": "FMF-W3624",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W362424",
      "master_sku": "FMF-W362424",
      "found": true,
      "current_category_ids": [
        4,
        409,
        486
      ],
      "expected_category_ids": [
        4,
        409,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3630",
      "master_sku": "FMF-W3630",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3636",
      "master_sku": "FMF-W3636",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3642",
      "master_sku": "FMF-W3642",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3930",
      "master_sku": "FMF-W3930",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W3942",
      "master_sku": "FMF-W3942",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-W4230",
      "master_sku": "FMF-W4230",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC2430",
      "master_sku": "FMF-WBC2430",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC2436",
      "master_sku": "FMF-WBC2436",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC2442",
      "master_sku": "FMF-WBC2442",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC3030",
      "master_sku": "FMF-WBC3030",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC3630",
      "master_sku": "FMF-WBC3630",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC3636",
      "master_sku": "FMF-WBC3636",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC3642",
      "master_sku": "FMF-WBC3642",
      "found": true,
      "current_category_ids": [
        4,
        409,
        447
      ],
      "expected_category_ids": [
        4,
        409,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WBC4230",
      "master_sku": "FMF-WBC4230",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WDC2430",
      "master_sku": "FMF-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        409,
        449
      ],
      "expected_category_ids": [
        4,
        409,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WDC2436",
      "master_sku": "FMF-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        409,
        449
      ],
      "expected_category_ids": [
        4,
        409,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WDC2442",
      "master_sku": "FMF-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        409,
        449
      ],
      "expected_category_ids": [
        4,
        409,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF330",
      "master_sku": "FMF-WF330",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF336",
      "master_sku": "FMF-WF336",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF342",
      "master_sku": "FMF-WF342",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF630",
      "master_sku": "FMF-WF630",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF636",
      "master_sku": "FMF-WF636",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WF642",
      "master_sku": "FMF-WF642",
      "found": true,
      "current_category_ids": [
        4,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMF-WR3018",
      "master_sku": "FMF-WR3018",
      "found": true,
      "current_category_ids": [
        4,
        409,
        462
      ],
      "expected_category_ids": [
        4,
        409,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B09",
      "master_sku": "FMM-B09",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B12",
      "master_sku": "FMM-B12",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B15",
      "master_sku": "FMM-B15",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B18",
      "master_sku": "FMM-B18",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B21",
      "master_sku": "FMM-B21",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B24",
      "master_sku": "FMM-B24",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B27",
      "master_sku": "FMM-B27",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B30",
      "master_sku": "FMM-B30",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B33",
      "master_sku": "FMM-B33",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B36",
      "master_sku": "FMM-B36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B39",
      "master_sku": "FMM-B39",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-B42",
      "master_sku": "FMM-B42",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-BF3",
      "master_sku": "FMM-BF3",
      "found": true,
      "current_category_ids": [
        4,
        410,
        500
      ],
      "expected_category_ids": [
        4,
        410,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-BF6",
      "master_sku": "FMM-BF6",
      "found": true,
      "current_category_ids": [
        4,
        410,
        500
      ],
      "expected_category_ids": [
        4,
        410,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-BLB36/39",
      "master_sku": "FMM-BLB36/39",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        410,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        410,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-BLB36/39",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB36/39",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB36/39",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-BLB42/45",
      "master_sku": "FMM-BLB42/45",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        410,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        410,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-BLB42/45",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB42/45",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB42/45",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-BLB48/51",
      "master_sku": "FMM-BLB48/51",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        410,
        435,
        436
      ],
      "expected_category_ids": [
        4,
        410,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        436
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-BLB48/51",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB48/51",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-BLB48/51",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-CM-1",
      "master_sku": "FMM-CM-1",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DB12",
      "master_sku": "FMM-DB12",
      "found": true,
      "current_category_ids": [
        4,
        410,
        525
      ],
      "expected_category_ids": [
        4,
        410,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DB15",
      "master_sku": "FMM-DB15",
      "found": true,
      "current_category_ids": [
        4,
        410,
        525
      ],
      "expected_category_ids": [
        4,
        410,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DB18",
      "master_sku": "FMM-DB18",
      "found": true,
      "current_category_ids": [
        4,
        410,
        525
      ],
      "expected_category_ids": [
        4,
        410,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DB24",
      "master_sku": "FMM-DB24",
      "found": true,
      "current_category_ids": [
        4,
        410,
        525
      ],
      "expected_category_ids": [
        4,
        410,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DSB36",
      "master_sku": "FMM-DSB36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        508
      ],
      "expected_category_ids": [
        4,
        410,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DSF36",
      "master_sku": "FMM-DSF36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        508
      ],
      "expected_category_ids": [
        4,
        410,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DWR3",
      "master_sku": "FMM-DWR3",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-DWR6",
      "master_sku": "FMM-DWR6",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-ERB36",
      "master_sku": "FMM-ERB36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        509
      ],
      "expected_category_ids": [
        4,
        410,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3030",
      "master_sku": "FMM-GD3030",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3036",
      "master_sku": "FMM-GD3036",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3042",
      "master_sku": "FMM-GD3042",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3630",
      "master_sku": "FMM-GD3630",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3636",
      "master_sku": "FMM-GD3636",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GD3642",
      "master_sku": "FMM-GD3642",
      "found": true,
      "current_category_ids": [
        4,
        459
      ],
      "expected_category_ids": [
        4,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GDD2430",
      "master_sku": "FMM-GDD2430",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GDD2436",
      "master_sku": "FMM-GDD2436",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-GDD2442",
      "master_sku": "FMM-GDD2442",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-ICM8",
      "master_sku": "FMM-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        410,
        494
      ],
      "expected_category_ids": [
        4,
        410,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-LSB36",
      "master_sku": "FMM-LSB36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        510
      ],
      "expected_category_ids": [
        4,
        410,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-MW3030",
      "master_sku": "FMM-MW3030",
      "found": true,
      "current_category_ids": [
        4,
        410
      ],
      "expected_category_ids": [
        4,
        410
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-MW3036",
      "master_sku": "FMM-MW3036",
      "found": true,
      "current_category_ids": [
        4,
        410
      ],
      "expected_category_ids": [
        4,
        410
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-MW3042",
      "master_sku": "FMM-MW3042",
      "found": true,
      "current_category_ids": [
        4,
        410
      ],
      "expected_category_ids": [
        4,
        410
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-OCM8",
      "master_sku": "FMM-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        410,
        495
      ],
      "expected_category_ids": [
        4,
        410,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-PAN-1/4",
      "master_sku": "FMM-PAN-1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        410,
        419
      ],
      "expected_category_ids": [
        4,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-PAN-1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-PAN-1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-PLY-1/2",
      "master_sku": "FMM-PLY-1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        410,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370,
        410
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-PLY-1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-PLY-1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-PLY-1/2",
          "category_id": 410,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-PLY-3/4",
      "master_sku": "FMM-PLY-3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        410,
        419
      ],
      "expected_category_ids": [
        4,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FMM-PLY-3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FMM-PLY-3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FMM-QRM",
      "master_sku": "FMM-QRM",
      "found": true,
      "current_category_ids": [
        4,
        520
      ],
      "expected_category_ids": [
        4,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-REP2496",
      "master_sku": "FMM-REP2496",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-REP3",
      "master_sku": "FMM-REP3",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB24",
      "master_sku": "FMM-SB24",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB27",
      "master_sku": "FMM-SB27",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB30",
      "master_sku": "FMM-SB30",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB33",
      "master_sku": "FMM-SB33",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB36",
      "master_sku": "FMM-SB36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB39",
      "master_sku": "FMM-SB39",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SB42",
      "master_sku": "FMM-SB42",
      "found": true,
      "current_category_ids": [
        4,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SKBASE",
      "master_sku": "FMM-SKBASE",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SKTALL",
      "master_sku": "FMM-SKTALL",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SKW30",
      "master_sku": "FMM-SKW30",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SKW36",
      "master_sku": "FMM-SKW36",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SKW42",
      "master_sku": "FMM-SKW42",
      "found": true,
      "current_category_ids": [
        4,
        410,
        420
      ],
      "expected_category_ids": [
        4,
        410,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-SM8",
      "master_sku": "FMM-SM8",
      "found": true,
      "current_category_ids": [
        4,
        410,
        496
      ],
      "expected_category_ids": [
        4,
        410,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TF396",
      "master_sku": "FMM-TF396",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TF696",
      "master_sku": "FMM-TF696",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TK8",
      "master_sku": "FMM-TK8",
      "found": true,
      "current_category_ids": [
        4,
        410,
        535
      ],
      "expected_category_ids": [
        4,
        410,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TOUCH UP KIT",
      "master_sku": "FMM-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP152484",
      "master_sku": "FMM-TP152484",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP152490",
      "master_sku": "FMM-TP152490",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP152496",
      "master_sku": "FMM-TP152496",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP182484",
      "master_sku": "FMM-TP182484",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP182490",
      "master_sku": "FMM-TP182490",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP182496",
      "master_sku": "FMM-TP182496",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP242484",
      "master_sku": "FMM-TP242484",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP242490",
      "master_sku": "FMM-TP242490",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-TP242496",
      "master_sku": "FMM-TP242496",
      "found": true,
      "current_category_ids": [
        4,
        410,
        473
      ],
      "expected_category_ids": [
        4,
        410,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-VDB12-34",
      "master_sku": "FMM-VDB12-34",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-VSB24-34",
      "master_sku": "FMM-VSB24-34",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W0930",
      "master_sku": "FMM-W0930",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W0936",
      "master_sku": "FMM-W0936",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W0942",
      "master_sku": "FMM-W0942",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1230",
      "master_sku": "FMM-W1230",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1236",
      "master_sku": "FMM-W1236",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1242",
      "master_sku": "FMM-W1242",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1530",
      "master_sku": "FMM-W1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1536",
      "master_sku": "FMM-W1536",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1542",
      "master_sku": "FMM-W1542",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1830",
      "master_sku": "FMM-W1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1836",
      "master_sku": "FMM-W1836",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W1842",
      "master_sku": "FMM-W1842",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2130",
      "master_sku": "FMM-W2130",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2136",
      "master_sku": "FMM-W2136",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2142",
      "master_sku": "FMM-W2142",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2415",
      "master_sku": "FMM-W2415",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2418",
      "master_sku": "FMM-W2418",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2424",
      "master_sku": "FMM-W2424",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2430",
      "master_sku": "FMM-W2430",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2436",
      "master_sku": "FMM-W2436",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2442",
      "master_sku": "FMM-W2442",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2730",
      "master_sku": "FMM-W2730",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2736",
      "master_sku": "FMM-W2736",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W2742",
      "master_sku": "FMM-W2742",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3012",
      "master_sku": "FMM-W3012",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3015",
      "master_sku": "FMM-W3015",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W301524",
      "master_sku": "FMM-W301524",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3018",
      "master_sku": "FMM-W3018",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W301824",
      "master_sku": "FMM-W301824",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3024",
      "master_sku": "FMM-W3024",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W302424",
      "master_sku": "FMM-W302424",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3030",
      "master_sku": "FMM-W3030",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3036",
      "master_sku": "FMM-W3036",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3042",
      "master_sku": "FMM-W3042",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3315",
      "master_sku": "FMM-W3315",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W331524",
      "master_sku": "FMM-W331524",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3318",
      "master_sku": "FMM-W3318",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W331824",
      "master_sku": "FMM-W331824",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3324",
      "master_sku": "FMM-W3324",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W332424",
      "master_sku": "FMM-W332424",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3330",
      "master_sku": "FMM-W3330",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3336",
      "master_sku": "FMM-W3336",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3342",
      "master_sku": "FMM-W3342",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3612",
      "master_sku": "FMM-W3612",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3615",
      "master_sku": "FMM-W3615",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W361524",
      "master_sku": "FMM-W361524",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3618",
      "master_sku": "FMM-W3618",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W361824",
      "master_sku": "FMM-W361824",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3624",
      "master_sku": "FMM-W3624",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W362424",
      "master_sku": "FMM-W362424",
      "found": true,
      "current_category_ids": [
        4,
        410,
        486
      ],
      "expected_category_ids": [
        4,
        410,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3630",
      "master_sku": "FMM-W3630",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3636",
      "master_sku": "FMM-W3636",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3642",
      "master_sku": "FMM-W3642",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3930",
      "master_sku": "FMM-W3930",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W3942",
      "master_sku": "FMM-W3942",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-W4230",
      "master_sku": "FMM-W4230",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC2430",
      "master_sku": "FMM-WBC2430",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC2436",
      "master_sku": "FMM-WBC2436",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC2442",
      "master_sku": "FMM-WBC2442",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC3030",
      "master_sku": "FMM-WBC3030",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC3630",
      "master_sku": "FMM-WBC3630",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC3636",
      "master_sku": "FMM-WBC3636",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC3642",
      "master_sku": "FMM-WBC3642",
      "found": true,
      "current_category_ids": [
        4,
        410,
        447
      ],
      "expected_category_ids": [
        4,
        410,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WBC4230",
      "master_sku": "FMM-WBC4230",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WDC2430",
      "master_sku": "FMM-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        410,
        449
      ],
      "expected_category_ids": [
        4,
        410,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WDC2436",
      "master_sku": "FMM-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        410,
        449
      ],
      "expected_category_ids": [
        4,
        410,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WDC2442",
      "master_sku": "FMM-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        410,
        449
      ],
      "expected_category_ids": [
        4,
        410,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF330",
      "master_sku": "FMM-WF330",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF336",
      "master_sku": "FMM-WF336",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF342",
      "master_sku": "FMM-WF342",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF630",
      "master_sku": "FMM-WF630",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF636",
      "master_sku": "FMM-WF636",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FMM-WF642",
      "master_sku": "FMM-WF642",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-BBM",
      "master_sku": "FW-FROST-BBM",
      "found": true,
      "current_category_ids": [
        4,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-BF3",
      "master_sku": "FW-FROST-BF3",
      "found": true,
      "current_category_ids": [
        4,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-BF6",
      "master_sku": "FW-FROST-BF6",
      "found": true,
      "current_category_ids": [
        4,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-CGS",
      "master_sku": "FW-FROST-CGS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-CM-1",
      "master_sku": "FW-FROST-CM-1",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-CTS",
      "master_sku": "FW-FROST-CTS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-DWR3",
      "master_sku": "FW-FROST-DWR3",
      "found": true,
      "current_category_ids": [
        4,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-DWR6",
      "master_sku": "FW-FROST-DWR6",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-ICM8",
      "master_sku": "FW-FROST-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        407,
        494
      ],
      "expected_category_ids": [
        4,
        407,
        494
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-LRM",
      "master_sku": "FW-FROST-LRM",
      "found": true,
      "current_category_ids": [
        4,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-OCM8",
      "master_sku": "FW-FROST-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-PAN-1/4",
      "master_sku": "FW-FROST-PAN-1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FW-FROST-PAN-1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FW-FROST-PAN-1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FW-FROST-PLY-1/2",
      "master_sku": "FW-FROST-PLY-1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FW-FROST-PLY-1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FW-FROST-PLY-1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FW-FROST-PLY-3/4",
      "master_sku": "FW-FROST-PLY-3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "FW-FROST-PLY-3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "FW-FROST-PLY-3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "FW-FROST-PP-W36",
      "master_sku": "FW-FROST-PP-W36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-PP-W42",
      "master_sku": "FW-FROST-PP-W42",
      "found": true,
      "current_category_ids": [
        4,
        407,
        501
      ],
      "expected_category_ids": [
        4,
        407,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-QRM",
      "master_sku": "FW-FROST-QRM",
      "found": true,
      "current_category_ids": [
        4,
        520
      ],
      "expected_category_ids": [
        4,
        520
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-REP2496",
      "master_sku": "FW-FROST-REP2496",
      "found": true,
      "current_category_ids": [
        4,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-REP3",
      "master_sku": "FW-FROST-REP3",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-REP3096",
      "master_sku": "FW-FROST-REP3096",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SKBASE",
      "master_sku": "FW-FROST-SKBASE",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SKTALL",
      "master_sku": "FW-FROST-SKTALL",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SKW30",
      "master_sku": "FW-FROST-SKW30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SKW36",
      "master_sku": "FW-FROST-SKW36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SKW42",
      "master_sku": "FW-FROST-SKW42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-SM8",
      "master_sku": "FW-FROST-SM8",
      "found": true,
      "current_category_ids": [
        4,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-TCM",
      "master_sku": "FW-FROST-TCM",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-TF396",
      "master_sku": "FW-FROST-TF396",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-TF696",
      "master_sku": "FW-FROST-TF696",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-TK8",
      "master_sku": "FW-FROST-TK8",
      "found": true,
      "current_category_ids": [
        4,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-TOUCH UP KIT",
      "master_sku": "FW-FROST-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-VAR54",
      "master_sku": "FW-FROST-VAR54",
      "found": true,
      "current_category_ids": [
        4,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF330",
      "master_sku": "FW-FROST-WF330",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF336",
      "master_sku": "FW-FROST-WF336",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF342",
      "master_sku": "FW-FROST-WF342",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF630",
      "master_sku": "FW-FROST-WF630",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF636",
      "master_sku": "FW-FROST-WF636",
      "found": true,
      "current_category_ids": [
        4,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WF642",
      "master_sku": "FW-FROST-WF642",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "FW-FROST-WR3018",
      "master_sku": "FW-FROST-WR3018",
      "found": true,
      "current_category_ids": [
        4,
        410,
        462
      ],
      "expected_category_ids": [
        4,
        410,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-18-SH-1P-PP-LH",
      "master_sku": "GNG-18-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-18-SH-1P-PP-RH",
      "master_sku": "GNG-18-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-18-SH-2P-PP-LH",
      "master_sku": "GNG-18-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-18-SH-2P-PP-RH",
      "master_sku": "GNG-18-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-20-SH-1P-PP-LH",
      "master_sku": "GNG-20-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-20-SH-1P-PP-RH",
      "master_sku": "GNG-20-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-20-SH-2P-PP-LH",
      "master_sku": "GNG-20-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-20-SH-2P-PP-RH",
      "master_sku": "GNG-20-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-22-SH-1P-PP-LH",
      "master_sku": "GNG-22-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-22-SH-1P-PP-RH",
      "master_sku": "GNG-22-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-22-SH-2P-PP-LH",
      "master_sku": "GNG-22-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-22-SH-2P-PP-RH",
      "master_sku": "GNG-22-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-24-SH-1P-PP-LH",
      "master_sku": "GNG-24-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-24-SH-1P-PP-RH",
      "master_sku": "GNG-24-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-24-SH-2P-PP-LH",
      "master_sku": "GNG-24-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-24-SH-2P-PP-RH",
      "master_sku": "GNG-24-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-26-SH-1P-PP-LH",
      "master_sku": "GNG-26-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-26-SH-1P-PP-RH",
      "master_sku": "GNG-26-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-26-SH-2P-PP-LH",
      "master_sku": "GNG-26-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-26-SH-2P-PP-RH",
      "master_sku": "GNG-26-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-28-SH-1P-PP-LH",
      "master_sku": "GNG-28-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-28-SH-1P-PP-RH",
      "master_sku": "GNG-28-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-28-SH-2P-PP-LH",
      "master_sku": "GNG-28-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-28-SH-2P-PP-RH",
      "master_sku": "GNG-28-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-30-SH-1P-PP-LH",
      "master_sku": "GNG-30-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-30-SH-1P-PP-RH",
      "master_sku": "GNG-30-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-30-SH-2P-PP-LH",
      "master_sku": "GNG-30-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-30-SH-2P-PP-RH",
      "master_sku": "GNG-30-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-32-SH-1P-PP-LH",
      "master_sku": "GNG-32-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-32-SH-1P-PP-RH",
      "master_sku": "GNG-32-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-32-SH-2P-PP-LH",
      "master_sku": "GNG-32-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-32-SH-2P-PP-RH",
      "master_sku": "GNG-32-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-34-SH-1P-PP-LH",
      "master_sku": "GNG-34-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-34-SH-1P-PP-RH",
      "master_sku": "GNG-34-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-34-SH-2P-PP-LH",
      "master_sku": "GNG-34-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-34-SH-2P-PP-RH",
      "master_sku": "GNG-34-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-36-SH-1P-PP-LH",
      "master_sku": "GNG-36-SH-1P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-36-SH-1P-PP-RH",
      "master_sku": "GNG-36-SH-1P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-36-SH-2P-PP-LH",
      "master_sku": "GNG-36-SH-2P-PP-LH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GNG-36-SH-2P-PP-RH",
      "master_sku": "GNG-36-SH-2P-PP-RH",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B12",
      "master_sku": "GSW-B12",
      "found": true,
      "current_category_ids": [
        4,
        397,
        471
      ],
      "expected_category_ids": [
        4,
        397,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B15",
      "master_sku": "GSW-B15",
      "found": true,
      "current_category_ids": [
        4,
        397,
        471
      ],
      "expected_category_ids": [
        4,
        397,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B18",
      "master_sku": "GSW-B18",
      "found": true,
      "current_category_ids": [
        4,
        397,
        471
      ],
      "expected_category_ids": [
        4,
        397,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B21",
      "master_sku": "GSW-B21",
      "found": true,
      "current_category_ids": [
        4,
        397,
        471
      ],
      "expected_category_ids": [
        4,
        397,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B24",
      "master_sku": "GSW-B24",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B27",
      "master_sku": "GSW-B27",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B30",
      "master_sku": "GSW-B30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B33",
      "master_sku": "GSW-B33",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B36",
      "master_sku": "GSW-B36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-B39",
      "master_sku": "GSW-B39",
      "found": true,
      "current_category_ids": [
        4,
        397,
        506
      ],
      "expected_category_ids": [
        4,
        397,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BBC36/39L/R",
      "master_sku": "GSW-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BBC39/42L/R",
      "master_sku": "GSW-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BBC45/48FHL/R",
      "master_sku": "GSW-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BBC45/48FHL/R-MC",
      "master_sku": "GSW-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BBC45/48L/R",
      "master_sku": "GSW-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BCOR33L/R",
      "master_sku": "GSW-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        397,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BCOR36L/R",
      "master_sku": "GSW-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        397,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        397,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-BEC1224L",
      "master_sku": "GSW-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        397,
        464
      ],
      "expected_category_ids": [
        4,
        397,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BEC1224R",
      "master_sku": "GSW-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        397,
        464
      ],
      "expected_category_ids": [
        4,
        397,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BF3",
      "master_sku": "GSW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        500
      ],
      "expected_category_ids": [
        4,
        397,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BF6",
      "master_sku": "GSW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        397,
        500
      ],
      "expected_category_ids": [
        4,
        397,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH09",
      "master_sku": "GSW-BH09",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH12",
      "master_sku": "GSW-BH12",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH15",
      "master_sku": "GSW-BH15",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH18",
      "master_sku": "GSW-BH18",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH21",
      "master_sku": "GSW-BH21",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH24",
      "master_sku": "GSW-BH24",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH27",
      "master_sku": "GSW-BH27",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH30",
      "master_sku": "GSW-BH30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH33",
      "master_sku": "GSW-BH33",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH36",
      "master_sku": "GSW-BH36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BH39",
      "master_sku": "GSW-BH39",
      "found": true,
      "current_category_ids": [
        4,
        397,
        434
      ],
      "expected_category_ids": [
        4,
        397,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BM8",
      "master_sku": "GSW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        493
      ],
      "expected_category_ids": [
        4,
        397,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BMC24",
      "master_sku": "GSW-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        397,
        507
      ],
      "expected_category_ids": [
        4,
        397,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BMC30",
      "master_sku": "GSW-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        507
      ],
      "expected_category_ids": [
        4,
        397,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BPP09",
      "master_sku": "GSW-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        397,
        411
      ],
      "expected_category_ids": [
        4,
        397,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-BWB18",
      "master_sku": "GSW-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        397,
        444
      ],
      "expected_category_ids": [
        4,
        397,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-CSB36",
      "master_sku": "GSW-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        508
      ],
      "expected_category_ids": [
        4,
        397,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-CSB36-FP",
      "master_sku": "GSW-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        397,
        508
      ],
      "expected_category_ids": [
        4,
        397,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-CVM8",
      "master_sku": "GSW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        492
      ],
      "expected_category_ids": [
        4,
        397,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB12-3",
      "master_sku": "GSW-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB15-3",
      "master_sku": "GSW-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB18-3",
      "master_sku": "GSW-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB21-3",
      "master_sku": "GSW-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB24-3",
      "master_sku": "GSW-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB27-3",
      "master_sku": "GSW-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB30-2",
      "master_sku": "GSW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB30-3",
      "master_sku": "GSW-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB33-3",
      "master_sku": "GSW-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DB36-3",
      "master_sku": "GSW-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        525
      ],
      "expected_category_ids": [
        4,
        397,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-DWR3L/R",
      "master_sku": "GSW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        397,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-EZR33",
      "master_sku": "GSW-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        397,
        509
      ],
      "expected_category_ids": [
        4,
        397,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-EZR36",
      "master_sku": "GSW-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        509
      ],
      "expected_category_ids": [
        4,
        397,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F330",
      "master_sku": "GSW-F330",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F336",
      "master_sku": "GSW-F336",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F342",
      "master_sku": "GSW-F342",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F396",
      "master_sku": "GSW-F396",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F630",
      "master_sku": "GSW-F630",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F642",
      "master_sku": "GSW-F642",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-F696",
      "master_sku": "GSW-F696",
      "found": true,
      "current_category_ids": [
        4,
        397,
        417
      ],
      "expected_category_ids": [
        4,
        397,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-FPP9648 1/4",
      "master_sku": "GSW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        397,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-FPP9648 3/4",
      "master_sku": "GSW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        397,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-FPPB9648 1/2",
      "master_sku": "GSW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        397,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "GSW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "GSW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "GSW-FS24",
      "master_sku": "GSW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        397,
        431
      ],
      "expected_category_ids": [
        4,
        397,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-FS30",
      "master_sku": "GSW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-FS36",
      "master_sku": "GSW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-FS60",
      "master_sku": "GSW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        397,
        431
      ],
      "expected_category_ids": [
        4,
        397,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GALLON OF PAINT",
      "master_sku": "GSW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        397,
        468
      ],
      "expected_category_ids": [
        4,
        397,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1215",
      "master_sku": "GSW-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1515",
      "master_sku": "GSW-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1530",
      "master_sku": "GSW-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1536",
      "master_sku": "GSW-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1542",
      "master_sku": "GSW-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1815",
      "master_sku": "GSW-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1830",
      "master_sku": "GSW-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1836",
      "master_sku": "GSW-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W1842",
      "master_sku": "GSW-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W2115",
      "master_sku": "GSW-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W2415",
      "master_sku": "GSW-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W2715",
      "master_sku": "GSW-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3015",
      "master_sku": "GSW-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3030",
      "master_sku": "GSW-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3036",
      "master_sku": "GSW-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3042",
      "master_sku": "GSW-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3315",
      "master_sku": "GSW-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3615",
      "master_sku": "GSW-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3630",
      "master_sku": "GSW-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3636",
      "master_sku": "GSW-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-W3642",
      "master_sku": "GSW-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-WCOR2415",
      "master_sku": "GSW-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-WDC2430",
      "master_sku": "GSW-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-WDC2436",
      "master_sku": "GSW-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GD-WDC2442",
      "master_sku": "GSW-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        516
      ],
      "expected_category_ids": [
        4,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1215",
      "master_sku": "GSW-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1515",
      "master_sku": "GSW-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1530",
      "master_sku": "GSW-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1536",
      "master_sku": "GSW-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1542",
      "master_sku": "GSW-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1815",
      "master_sku": "GSW-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1830",
      "master_sku": "GSW-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1836",
      "master_sku": "GSW-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW1842",
      "master_sku": "GSW-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        397,
        513
      ],
      "expected_category_ids": [
        4,
        397,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW2115",
      "master_sku": "GSW-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW2415",
      "master_sku": "GSW-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW2715",
      "master_sku": "GSW-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3015",
      "master_sku": "GSW-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3030",
      "master_sku": "GSW-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3036",
      "master_sku": "GSW-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3042",
      "master_sku": "GSW-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3315",
      "master_sku": "GSW-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3615",
      "master_sku": "GSW-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3630",
      "master_sku": "GSW-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3636",
      "master_sku": "GSW-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDW3642",
      "master_sku": "GSW-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDWCOR2415",
      "master_sku": "GSW-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        397,
        461
      ],
      "expected_category_ids": [
        4,
        397,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDWDC2430",
      "master_sku": "GSW-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDWDC2436",
      "master_sku": "GSW-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-GDWDC2442",
      "master_sku": "GSW-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        450
      ],
      "expected_category_ids": [
        4,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-LC1884",
      "master_sku": "GSW-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-LCVM8",
      "master_sku": "GSW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        492
      ],
      "expected_category_ids": [
        4,
        397,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-LM8",
      "master_sku": "GSW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        532
      ],
      "expected_category_ids": [
        4,
        397,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-LRM8",
      "master_sku": "GSW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        532
      ],
      "expected_category_ids": [
        4,
        397,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-M2436",
      "master_sku": "GSW-M2436",
      "found": true,
      "current_category_ids": [
        4,
        467
      ],
      "expected_category_ids": [
        4,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MBEP",
      "master_sku": "GSW-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        397,
        501
      ],
      "expected_category_ids": [
        4,
        397,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MC3018",
      "master_sku": "GSW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        397,
        453
      ],
      "expected_category_ids": [
        4,
        397,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MPBEP",
      "master_sku": "GSW-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        397,
        501
      ],
      "expected_category_ids": [
        4,
        397,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MWEP15",
      "master_sku": "GSW-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        397,
        416
      ],
      "expected_category_ids": [
        4,
        397,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MWEP30",
      "master_sku": "GSW-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        501
      ],
      "expected_category_ids": [
        4,
        397,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MWEP36",
      "master_sku": "GSW-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        501
      ],
      "expected_category_ids": [
        4,
        397,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-MWEP42",
      "master_sku": "GSW-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        397,
        501
      ],
      "expected_category_ids": [
        4,
        397,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-OC3384",
      "master_sku": "GSW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        397,
        421
      ],
      "expected_category_ids": [
        4,
        397,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-OC3390",
      "master_sku": "GSW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        397,
        421
      ],
      "expected_category_ids": [
        4,
        397,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-OC3396",
      "master_sku": "GSW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        397,
        421
      ],
      "expected_category_ids": [
        4,
        397,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-OCM8-1",
      "master_sku": "GSW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        397,
        495
      ],
      "expected_category_ids": [
        4,
        397,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC1884",
      "master_sku": "GSW-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC1890",
      "master_sku": "GSW-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC1896",
      "master_sku": "GSW-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC2484",
      "master_sku": "GSW-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC2490",
      "master_sku": "GSW-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC2496",
      "master_sku": "GSW-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC3084",
      "master_sku": "GSW-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC3090",
      "master_sku": "GSW-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PC3096",
      "master_sku": "GSW-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        397,
        473
      ],
      "expected_category_ids": [
        4,
        397,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-PINT OF PAINT",
      "master_sku": "GSW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        397,
        468
      ],
      "expected_category_ids": [
        4,
        397,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-QUART OF PAINT",
      "master_sku": "GSW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        397,
        468
      ],
      "expected_category_ids": [
        4,
        397,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-REP120",
      "master_sku": "GSW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        397,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-REP96",
      "master_sku": "GSW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        397,
        419
      ],
      "expected_category_ids": [
        4,
        397,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SB24",
      "master_sku": "GSW-SB24",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SB27",
      "master_sku": "GSW-SB27",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SB30",
      "master_sku": "GSW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SB33",
      "master_sku": "GSW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SB36",
      "master_sku": "GSW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SBF30",
      "master_sku": "GSW-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SBF36",
      "master_sku": "GSW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        442
      ],
      "expected_category_ids": [
        4,
        397,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SBM8",
      "master_sku": "GSW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        413
      ],
      "expected_category_ids": [
        4,
        397,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SC10",
      "master_sku": "GSW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        397,
        502
      ],
      "expected_category_ids": [
        4,
        397,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SD",
      "master_sku": "GSW-SD",
      "found": true,
      "current_category_ids": [
        4,
        397,
        534
      ],
      "expected_category_ids": [
        4,
        397,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SDP34 4X4",
      "master_sku": "GSW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        397,
        430
      ],
      "expected_category_ids": [
        4,
        397,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SHM8",
      "master_sku": "GSW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        412
      ],
      "expected_category_ids": [
        4,
        397,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SM8",
      "master_sku": "GSW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        496
      ],
      "expected_category_ids": [
        4,
        397,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SPRAY CAN",
      "master_sku": "GSW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        397,
        468
      ],
      "expected_category_ids": [
        4,
        397,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-SSPA34 4X4",
      "master_sku": "GSW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        397,
        430
      ],
      "expected_category_ids": [
        4,
        397,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-TK8",
      "master_sku": "GSW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        535
      ],
      "expected_category_ids": [
        4,
        397,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-TKBM8",
      "master_sku": "GSW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        493
      ],
      "expected_category_ids": [
        4,
        397,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-TLM8",
      "master_sku": "GSW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        397,
        499
      ],
      "expected_category_ids": [
        4,
        397,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-TOUCH UP KIT",
      "master_sku": "GSW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        397,
        468
      ],
      "expected_category_ids": [
        4,
        397,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-V54",
      "master_sku": "GSW-V54",
      "found": true,
      "current_category_ids": [
        4,
        397,
        505
      ],
      "expected_category_ids": [
        4,
        397,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VA2421",
      "master_sku": "GSW-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VA3021",
      "master_sku": "GSW-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VA3621",
      "master_sku": "GSW-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VDB12-3",
      "master_sku": "GSW-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VDB15-3",
      "master_sku": "GSW-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VDB18-3",
      "master_sku": "GSW-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VKD3021",
      "master_sku": "GSW-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        397,
        505
      ],
      "expected_category_ids": [
        4,
        397,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD3021DL",
      "master_sku": "GSW-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD3021DR",
      "master_sku": "GSW-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD3621DL",
      "master_sku": "GSW-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD3621DR",
      "master_sku": "GSW-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD4821DLR",
      "master_sku": "GSW-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-VSD6021DLR",
      "master_sku": "GSW-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        397,
        467
      ],
      "expected_category_ids": [
        4,
        397,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W0930",
      "master_sku": "GSW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W0936",
      "master_sku": "GSW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W0942",
      "master_sku": "GSW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1230",
      "master_sku": "GSW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1236",
      "master_sku": "GSW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1242",
      "master_sku": "GSW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1530",
      "master_sku": "GSW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1536",
      "master_sku": "GSW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1542",
      "master_sku": "GSW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1830",
      "master_sku": "GSW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1836",
      "master_sku": "GSW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W1842",
      "master_sku": "GSW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2130",
      "master_sku": "GSW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2136",
      "master_sku": "GSW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2142",
      "master_sku": "GSW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2412",
      "master_sku": "GSW-W2412",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2415",
      "master_sku": "GSW-W2415",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2418",
      "master_sku": "GSW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2424",
      "master_sku": "GSW-W2424",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2430",
      "master_sku": "GSW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2436",
      "master_sku": "GSW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2442",
      "master_sku": "GSW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2730",
      "master_sku": "GSW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2736",
      "master_sku": "GSW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W2742",
      "master_sku": "GSW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3012",
      "master_sku": "GSW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W301224",
      "master_sku": "GSW-W301224",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3015",
      "master_sku": "GSW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3018",
      "master_sku": "GSW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W301824",
      "master_sku": "GSW-W301824",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3024",
      "master_sku": "GSW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W302424",
      "master_sku": "GSW-W302424",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3030",
      "master_sku": "GSW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3036",
      "master_sku": "GSW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3042",
      "master_sku": "GSW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W331224",
      "master_sku": "GSW-W331224",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3315",
      "master_sku": "GSW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3318",
      "master_sku": "GSW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3324",
      "master_sku": "GSW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3330",
      "master_sku": "GSW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3336",
      "master_sku": "GSW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3342",
      "master_sku": "GSW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3612",
      "master_sku": "GSW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W361224",
      "master_sku": "GSW-W361224",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3615",
      "master_sku": "GSW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3618",
      "master_sku": "GSW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W361824",
      "master_sku": "GSW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3624",
      "master_sku": "GSW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W362424",
      "master_sku": "GSW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        397,
        486
      ],
      "expected_category_ids": [
        4,
        397,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3630",
      "master_sku": "GSW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3636",
      "master_sku": "GSW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3642",
      "master_sku": "GSW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-W3930",
      "master_sku": "GSW-W3930",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WBC2730",
      "master_sku": "GSW-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        397,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WBC2736",
      "master_sku": "GSW-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        397,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WBC2742",
      "master_sku": "GSW-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        397,
        447
      ],
      "expected_category_ids": [
        4,
        397,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WCOR2430",
      "master_sku": "GSW-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        397,
        455
      ],
      "expected_category_ids": [
        4,
        397,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WCOR2436",
      "master_sku": "GSW-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        397,
        455
      ],
      "expected_category_ids": [
        4,
        397,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WCOR2442",
      "master_sku": "GSW-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        397,
        455
      ],
      "expected_category_ids": [
        4,
        397,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WDC2430",
      "master_sku": "GSW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WDC2436",
      "master_sku": "GSW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WDC2442",
      "master_sku": "GSW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WECA30",
      "master_sku": "GSW-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        397,
        445
      ],
      "expected_category_ids": [
        4,
        397,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WECA36",
      "master_sku": "GSW-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        397,
        445
      ],
      "expected_category_ids": [
        4,
        397,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WECA42",
      "master_sku": "GSW-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        397,
        445
      ],
      "expected_category_ids": [
        4,
        397,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WHB3624",
      "master_sku": "GSW-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        397,
        460
      ],
      "expected_category_ids": [
        4,
        397,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WHB3630",
      "master_sku": "GSW-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        397,
        460
      ],
      "expected_category_ids": [
        4,
        397,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1215",
      "master_sku": "GSW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1515",
      "master_sku": "GSW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1530",
      "master_sku": "GSW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1536",
      "master_sku": "GSW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1542",
      "master_sku": "GSW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1815",
      "master_sku": "GSW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1830",
      "master_sku": "GSW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1836",
      "master_sku": "GSW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC1842",
      "master_sku": "GSW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC2115",
      "master_sku": "GSW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC2415",
      "master_sku": "GSW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC2715",
      "master_sku": "GSW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3015",
      "master_sku": "GSW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3030",
      "master_sku": "GSW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3036",
      "master_sku": "GSW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3042",
      "master_sku": "GSW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3315",
      "master_sku": "GSW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3615",
      "master_sku": "GSW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3630",
      "master_sku": "GSW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3636",
      "master_sku": "GSW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOC3642",
      "master_sku": "GSW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        397,
        475
      ],
      "expected_category_ids": [
        4,
        397,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOCD2430",
      "master_sku": "GSW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOCD2436",
      "master_sku": "GSW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOCD2442",
      "master_sku": "GSW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WOCOR2415",
      "master_sku": "GSW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        397,
        449
      ],
      "expected_category_ids": [
        4,
        397,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "GSW-WSC1818",
      "master_sku": "GSW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        397,
        462
      ],
      "expected_category_ids": [
        4,
        397,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B12",
      "master_sku": "HPW-B12",
      "found": true,
      "current_category_ids": [
        4,
        399,
        471
      ],
      "expected_category_ids": [
        4,
        399,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B15",
      "master_sku": "HPW-B15",
      "found": true,
      "current_category_ids": [
        4,
        399,
        471
      ],
      "expected_category_ids": [
        4,
        399,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B18",
      "master_sku": "HPW-B18",
      "found": true,
      "current_category_ids": [
        4,
        399,
        471
      ],
      "expected_category_ids": [
        4,
        399,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B21",
      "master_sku": "HPW-B21",
      "found": true,
      "current_category_ids": [
        4,
        399,
        471
      ],
      "expected_category_ids": [
        4,
        399,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B24",
      "master_sku": "HPW-B24",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B27",
      "master_sku": "HPW-B27",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B30",
      "master_sku": "HPW-B30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B33",
      "master_sku": "HPW-B33",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B36",
      "master_sku": "HPW-B36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-B39",
      "master_sku": "HPW-B39",
      "found": true,
      "current_category_ids": [
        4,
        399,
        506
      ],
      "expected_category_ids": [
        4,
        399,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BBC36/39L/R",
      "master_sku": "HPW-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BBC39/42L/R",
      "master_sku": "HPW-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BBC45/48FHL/R",
      "master_sku": "HPW-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BBC45/48FHL/R-MC",
      "master_sku": "HPW-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BBC45/48L/R",
      "master_sku": "HPW-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BCOR33L/R",
      "master_sku": "HPW-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        399,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BCOR36L/R",
      "master_sku": "HPW-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        36,
        144,
        214,
        399,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        399,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-BEC1224L",
      "master_sku": "HPW-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        399,
        464
      ],
      "expected_category_ids": [
        4,
        399,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BEC1224R",
      "master_sku": "HPW-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        399,
        464
      ],
      "expected_category_ids": [
        4,
        399,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BF3",
      "master_sku": "HPW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        500
      ],
      "expected_category_ids": [
        4,
        399,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BF6",
      "master_sku": "HPW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        399,
        500
      ],
      "expected_category_ids": [
        4,
        399,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH09",
      "master_sku": "HPW-BH09",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH12",
      "master_sku": "HPW-BH12",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH15",
      "master_sku": "HPW-BH15",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH18",
      "master_sku": "HPW-BH18",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH21",
      "master_sku": "HPW-BH21",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH24",
      "master_sku": "HPW-BH24",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH27",
      "master_sku": "HPW-BH27",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH30",
      "master_sku": "HPW-BH30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH33",
      "master_sku": "HPW-BH33",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH36",
      "master_sku": "HPW-BH36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BH39",
      "master_sku": "HPW-BH39",
      "found": true,
      "current_category_ids": [
        4,
        399,
        434
      ],
      "expected_category_ids": [
        4,
        399,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BM8",
      "master_sku": "HPW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        493
      ],
      "expected_category_ids": [
        4,
        399,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BMC24",
      "master_sku": "HPW-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        399,
        507
      ],
      "expected_category_ids": [
        4,
        399,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BMC30",
      "master_sku": "HPW-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        507
      ],
      "expected_category_ids": [
        4,
        399,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BPP09",
      "master_sku": "HPW-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        399,
        411
      ],
      "expected_category_ids": [
        4,
        399,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-BWB18",
      "master_sku": "HPW-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        399,
        444
      ],
      "expected_category_ids": [
        4,
        399,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-CSB36",
      "master_sku": "HPW-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        508
      ],
      "expected_category_ids": [
        4,
        399,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-CSB36-FP",
      "master_sku": "HPW-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        399,
        508
      ],
      "expected_category_ids": [
        4,
        399,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-CVM8",
      "master_sku": "HPW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        492
      ],
      "expected_category_ids": [
        4,
        399,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB12-3",
      "master_sku": "HPW-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB15-3",
      "master_sku": "HPW-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB18-3",
      "master_sku": "HPW-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB21-3",
      "master_sku": "HPW-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB24-3",
      "master_sku": "HPW-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB27-3",
      "master_sku": "HPW-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB30-2",
      "master_sku": "HPW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB30-3",
      "master_sku": "HPW-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB33-3",
      "master_sku": "HPW-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DB36-3",
      "master_sku": "HPW-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        525
      ],
      "expected_category_ids": [
        4,
        399,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-DWR3L/R",
      "master_sku": "HPW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        399,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-EZR33",
      "master_sku": "HPW-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        399,
        509
      ],
      "expected_category_ids": [
        4,
        399,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-EZR36",
      "master_sku": "HPW-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        509
      ],
      "expected_category_ids": [
        4,
        399,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F330",
      "master_sku": "HPW-F330",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F336",
      "master_sku": "HPW-F336",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F342",
      "master_sku": "HPW-F342",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F396",
      "master_sku": "HPW-F396",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F630",
      "master_sku": "HPW-F630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F642",
      "master_sku": "HPW-F642",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-F696",
      "master_sku": "HPW-F696",
      "found": true,
      "current_category_ids": [
        4,
        399,
        417
      ],
      "expected_category_ids": [
        4,
        399,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-FPP9648 1/4",
      "master_sku": "HPW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        399,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-FPP9648 3/4",
      "master_sku": "HPW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        399,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-FPPB9648 1/2",
      "master_sku": "HPW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        144,
        221,
        370,
        399,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "HPW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "HPW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "HPW-FS24",
      "master_sku": "HPW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        399,
        431
      ],
      "expected_category_ids": [
        4,
        399,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-FS30",
      "master_sku": "HPW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-FS36",
      "master_sku": "HPW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-FS60",
      "master_sku": "HPW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        399,
        431
      ],
      "expected_category_ids": [
        4,
        399,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GALLON OF PAINT",
      "master_sku": "HPW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        399,
        468
      ],
      "expected_category_ids": [
        4,
        399,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1215",
      "master_sku": "HPW-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1515",
      "master_sku": "HPW-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1530",
      "master_sku": "HPW-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1536",
      "master_sku": "HPW-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1542",
      "master_sku": "HPW-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1815",
      "master_sku": "HPW-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1830",
      "master_sku": "HPW-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1836",
      "master_sku": "HPW-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W1842",
      "master_sku": "HPW-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W2115",
      "master_sku": "HPW-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W2415",
      "master_sku": "HPW-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W2715",
      "master_sku": "HPW-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3015",
      "master_sku": "HPW-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3030",
      "master_sku": "HPW-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3036",
      "master_sku": "HPW-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3042",
      "master_sku": "HPW-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3315",
      "master_sku": "HPW-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3615",
      "master_sku": "HPW-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3630",
      "master_sku": "HPW-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3636",
      "master_sku": "HPW-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-W3642",
      "master_sku": "HPW-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-WCOR2415",
      "master_sku": "HPW-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-WDC2430",
      "master_sku": "HPW-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-WDC2436",
      "master_sku": "HPW-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GD-WDC2442",
      "master_sku": "HPW-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        516
      ],
      "expected_category_ids": [
        4,
        399,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1215",
      "master_sku": "HPW-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        399,
        459
      ],
      "expected_category_ids": [
        4,
        399,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1515",
      "master_sku": "HPW-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        399,
        459
      ],
      "expected_category_ids": [
        4,
        399,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1530",
      "master_sku": "HPW-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1536",
      "master_sku": "HPW-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1542",
      "master_sku": "HPW-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1815",
      "master_sku": "HPW-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        399,
        459
      ],
      "expected_category_ids": [
        4,
        399,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1830",
      "master_sku": "HPW-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1836",
      "master_sku": "HPW-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW1842",
      "master_sku": "HPW-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        399,
        513
      ],
      "expected_category_ids": [
        4,
        399,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW2115",
      "master_sku": "HPW-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        399,
        459
      ],
      "expected_category_ids": [
        4,
        399,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW2415",
      "master_sku": "HPW-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW2715",
      "master_sku": "HPW-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3015",
      "master_sku": "HPW-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3030",
      "master_sku": "HPW-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3036",
      "master_sku": "HPW-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3042",
      "master_sku": "HPW-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3315",
      "master_sku": "HPW-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3615",
      "master_sku": "HPW-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3630",
      "master_sku": "HPW-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3636",
      "master_sku": "HPW-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDW3642",
      "master_sku": "HPW-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDWCOR2415",
      "master_sku": "HPW-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        461
      ],
      "expected_category_ids": [
        4,
        399,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDWDC2430",
      "master_sku": "HPW-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        399,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDWDC2436",
      "master_sku": "HPW-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        399,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-GDWDC2442",
      "master_sku": "HPW-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        399,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-LC1884",
      "master_sku": "HPW-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-LCVM8",
      "master_sku": "HPW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        492
      ],
      "expected_category_ids": [
        4,
        399,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-LM8",
      "master_sku": "HPW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        532
      ],
      "expected_category_ids": [
        4,
        399,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-LRM8",
      "master_sku": "HPW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        532
      ],
      "expected_category_ids": [
        4,
        399,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-M2436",
      "master_sku": "HPW-M2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MBEP",
      "master_sku": "HPW-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        399,
        501
      ],
      "expected_category_ids": [
        4,
        399,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MC3018",
      "master_sku": "HPW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        399,
        453
      ],
      "expected_category_ids": [
        4,
        399,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MPBEP",
      "master_sku": "HPW-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        399,
        501
      ],
      "expected_category_ids": [
        4,
        399,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MWEP15",
      "master_sku": "HPW-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        399,
        416
      ],
      "expected_category_ids": [
        4,
        399,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MWEP30",
      "master_sku": "HPW-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        501
      ],
      "expected_category_ids": [
        4,
        399,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MWEP36",
      "master_sku": "HPW-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        501
      ],
      "expected_category_ids": [
        4,
        399,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-MWEP42",
      "master_sku": "HPW-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        399,
        501
      ],
      "expected_category_ids": [
        4,
        399,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-OC3384",
      "master_sku": "HPW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        399,
        421
      ],
      "expected_category_ids": [
        4,
        399,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-OC3390",
      "master_sku": "HPW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        399,
        421
      ],
      "expected_category_ids": [
        4,
        399,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-OC3396",
      "master_sku": "HPW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        399,
        421
      ],
      "expected_category_ids": [
        4,
        399,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-OCM8-1",
      "master_sku": "HPW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        399,
        495
      ],
      "expected_category_ids": [
        4,
        399,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC1884",
      "master_sku": "HPW-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC1890",
      "master_sku": "HPW-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC1896",
      "master_sku": "HPW-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC2484",
      "master_sku": "HPW-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC2490",
      "master_sku": "HPW-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC2496",
      "master_sku": "HPW-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC3084",
      "master_sku": "HPW-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC3090",
      "master_sku": "HPW-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PC3096",
      "master_sku": "HPW-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        399,
        473
      ],
      "expected_category_ids": [
        4,
        399,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-PINT OF PAINT",
      "master_sku": "HPW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        399,
        468
      ],
      "expected_category_ids": [
        4,
        399,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-QUART OF PAINT",
      "master_sku": "HPW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        399,
        468
      ],
      "expected_category_ids": [
        4,
        399,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-REP120",
      "master_sku": "HPW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        399,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-REP96",
      "master_sku": "HPW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        399,
        419
      ],
      "expected_category_ids": [
        4,
        399,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SB24",
      "master_sku": "HPW-SB24",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SB27",
      "master_sku": "HPW-SB27",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SB30",
      "master_sku": "HPW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SB33",
      "master_sku": "HPW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SB36",
      "master_sku": "HPW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SBF30",
      "master_sku": "HPW-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SBF36",
      "master_sku": "HPW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        442
      ],
      "expected_category_ids": [
        4,
        399,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SBM8",
      "master_sku": "HPW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        413
      ],
      "expected_category_ids": [
        4,
        399,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SC10",
      "master_sku": "HPW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        399,
        502
      ],
      "expected_category_ids": [
        4,
        399,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SD",
      "master_sku": "HPW-SD",
      "found": true,
      "current_category_ids": [
        4,
        399,
        534
      ],
      "expected_category_ids": [
        4,
        399,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SDP34 4X4",
      "master_sku": "HPW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        399,
        430
      ],
      "expected_category_ids": [
        4,
        399,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SHM8",
      "master_sku": "HPW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        412
      ],
      "expected_category_ids": [
        4,
        399,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SM8",
      "master_sku": "HPW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        496
      ],
      "expected_category_ids": [
        4,
        399,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SPRAY CAN",
      "master_sku": "HPW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        399,
        468
      ],
      "expected_category_ids": [
        4,
        399,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-SSPA34 4X4",
      "master_sku": "HPW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        399,
        430
      ],
      "expected_category_ids": [
        4,
        399,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-TK8",
      "master_sku": "HPW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        535
      ],
      "expected_category_ids": [
        4,
        399,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-TKBM8",
      "master_sku": "HPW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        493
      ],
      "expected_category_ids": [
        4,
        399,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-TLM8",
      "master_sku": "HPW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        399,
        499
      ],
      "expected_category_ids": [
        4,
        399,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-TOUCH UP KIT",
      "master_sku": "HPW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        399,
        468
      ],
      "expected_category_ids": [
        4,
        399,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-V54",
      "master_sku": "HPW-V54",
      "found": true,
      "current_category_ids": [
        4,
        399,
        505
      ],
      "expected_category_ids": [
        4,
        399,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VA2421",
      "master_sku": "HPW-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VA3021",
      "master_sku": "HPW-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VA3621",
      "master_sku": "HPW-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VDB12-3",
      "master_sku": "HPW-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VDB15-3",
      "master_sku": "HPW-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VDB18-3",
      "master_sku": "HPW-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VKD3021",
      "master_sku": "HPW-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        399,
        505
      ],
      "expected_category_ids": [
        4,
        399,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD3021DL",
      "master_sku": "HPW-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD3021DR",
      "master_sku": "HPW-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD3621DL",
      "master_sku": "HPW-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD3621DR",
      "master_sku": "HPW-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD4821DLR",
      "master_sku": "HPW-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-VSD6021DLR",
      "master_sku": "HPW-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        399,
        467
      ],
      "expected_category_ids": [
        4,
        399,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W0930",
      "master_sku": "HPW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W0936",
      "master_sku": "HPW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W0942",
      "master_sku": "HPW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1230",
      "master_sku": "HPW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1236",
      "master_sku": "HPW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1242",
      "master_sku": "HPW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1530",
      "master_sku": "HPW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1536",
      "master_sku": "HPW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1542",
      "master_sku": "HPW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1830",
      "master_sku": "HPW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1836",
      "master_sku": "HPW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W1842",
      "master_sku": "HPW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2130",
      "master_sku": "HPW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2136",
      "master_sku": "HPW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2142",
      "master_sku": "HPW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2412",
      "master_sku": "HPW-W2412",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2415",
      "master_sku": "HPW-W2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2418",
      "master_sku": "HPW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2424",
      "master_sku": "HPW-W2424",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2430",
      "master_sku": "HPW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2436",
      "master_sku": "HPW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2442",
      "master_sku": "HPW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2730",
      "master_sku": "HPW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2736",
      "master_sku": "HPW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W2742",
      "master_sku": "HPW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3012",
      "master_sku": "HPW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W301224",
      "master_sku": "HPW-W301224",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3015",
      "master_sku": "HPW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3018",
      "master_sku": "HPW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W301824",
      "master_sku": "HPW-W301824",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3024",
      "master_sku": "HPW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W302424",
      "master_sku": "HPW-W302424",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3030",
      "master_sku": "HPW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3036",
      "master_sku": "HPW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3042",
      "master_sku": "HPW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W331224",
      "master_sku": "HPW-W331224",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3315",
      "master_sku": "HPW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3318",
      "master_sku": "HPW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3324",
      "master_sku": "HPW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3330",
      "master_sku": "HPW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3336",
      "master_sku": "HPW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3342",
      "master_sku": "HPW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3612",
      "master_sku": "HPW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W361224",
      "master_sku": "HPW-W361224",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3615",
      "master_sku": "HPW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3618",
      "master_sku": "HPW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W361824",
      "master_sku": "HPW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3624",
      "master_sku": "HPW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W362424",
      "master_sku": "HPW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        399,
        486
      ],
      "expected_category_ids": [
        4,
        399,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3630",
      "master_sku": "HPW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3636",
      "master_sku": "HPW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3642",
      "master_sku": "HPW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-W3930",
      "master_sku": "HPW-W3930",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WBC2730",
      "master_sku": "HPW-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        399,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WBC2736",
      "master_sku": "HPW-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        399,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WBC2742",
      "master_sku": "HPW-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        399,
        447
      ],
      "expected_category_ids": [
        4,
        399,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WCOR2430",
      "master_sku": "HPW-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        455
      ],
      "expected_category_ids": [
        4,
        399,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WCOR2436",
      "master_sku": "HPW-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        455
      ],
      "expected_category_ids": [
        4,
        399,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WCOR2442",
      "master_sku": "HPW-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        455
      ],
      "expected_category_ids": [
        4,
        399,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WDC2430",
      "master_sku": "HPW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WDC2436",
      "master_sku": "HPW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WDC2442",
      "master_sku": "HPW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WECA30",
      "master_sku": "HPW-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        399,
        445
      ],
      "expected_category_ids": [
        4,
        399,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WECA36",
      "master_sku": "HPW-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        399,
        445
      ],
      "expected_category_ids": [
        4,
        399,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WECA42",
      "master_sku": "HPW-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        399,
        445
      ],
      "expected_category_ids": [
        4,
        399,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WHB3624",
      "master_sku": "HPW-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        399,
        460
      ],
      "expected_category_ids": [
        4,
        399,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WHB3630",
      "master_sku": "HPW-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        460
      ],
      "expected_category_ids": [
        4,
        399,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1215",
      "master_sku": "HPW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1515",
      "master_sku": "HPW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1530",
      "master_sku": "HPW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1536",
      "master_sku": "HPW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1542",
      "master_sku": "HPW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1815",
      "master_sku": "HPW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1830",
      "master_sku": "HPW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1836",
      "master_sku": "HPW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC1842",
      "master_sku": "HPW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC2115",
      "master_sku": "HPW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC2415",
      "master_sku": "HPW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC2715",
      "master_sku": "HPW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3015",
      "master_sku": "HPW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3030",
      "master_sku": "HPW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3036",
      "master_sku": "HPW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3042",
      "master_sku": "HPW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3315",
      "master_sku": "HPW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3615",
      "master_sku": "HPW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3630",
      "master_sku": "HPW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3636",
      "master_sku": "HPW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOC3642",
      "master_sku": "HPW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        399,
        475
      ],
      "expected_category_ids": [
        4,
        399,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOCD2430",
      "master_sku": "HPW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOCD2436",
      "master_sku": "HPW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOCD2442",
      "master_sku": "HPW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WOCOR2415",
      "master_sku": "HPW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        399,
        449
      ],
      "expected_category_ids": [
        4,
        399,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HPW-WSC1818",
      "master_sku": "HPW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        399,
        462
      ],
      "expected_category_ids": [
        4,
        399,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-128BG",
      "master_sku": "HS-BAR-128BG",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-128MB",
      "master_sku": "HS-BAR-128MB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-128SN",
      "master_sku": "HS-BAR-128SN",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-96BG",
      "master_sku": "HS-BAR-96BG",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-96MB",
      "master_sku": "HS-BAR-96MB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BAR-96SN",
      "master_sku": "HS-BAR-96SN",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-BCS",
      "master_sku": "HS-BCS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-CDT-B18",
      "master_sku": "HS-CDT-B18",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-CDT-B24",
      "master_sku": "HS-CDT-B24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-CT-L",
      "master_sku": "HS-CT-L",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-CT-S",
      "master_sku": "HS-CT-S",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-ML-BASEFH",
      "master_sku": "HS-ML-BASEFH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-BF3",
      "master_sku": "HS-SP-BF3",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-BF6",
      "master_sku": "HS-SP-BF6",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-W09",
      "master_sku": "HS-SP-W09",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-WF330",
      "master_sku": "HS-SP-WF330",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-WF336",
      "master_sku": "HS-SP-WF336",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-WF342",
      "master_sku": "HS-SP-WF342",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-SP-WF636",
      "master_sku": "HS-SP-WF636",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-STL",
      "master_sku": "HS-STL",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-STS",
      "master_sku": "HS-STS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-TD-B09",
      "master_sku": "HS-TD-B09",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-TR-B15S",
      "master_sku": "HS-TR-B15S",
      "found": true,
      "current_category_ids": [
        4,
        476
      ],
      "expected_category_ids": [
        4,
        476
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-TR-B18D",
      "master_sku": "HS-TR-B18D",
      "found": true,
      "current_category_ids": [
        4,
        476
      ],
      "expected_category_ids": [
        4,
        476
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-TR-B21D",
      "master_sku": "HS-TR-B21D",
      "found": true,
      "current_category_ids": [
        4,
        476
      ],
      "expected_category_ids": [
        4,
        476
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-UT-B09",
      "master_sku": "HS-UT-B09",
      "found": true,
      "current_category_ids": [
        4,
        476
      ],
      "expected_category_ids": [
        4,
        476
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-UT-B12FH",
      "master_sku": "HS-UT-B12FH",
      "found": true,
      "current_category_ids": [
        4,
        476
      ],
      "expected_category_ids": [
        4,
        476
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-WDC-30PLS",
      "master_sku": "HS-WDC-30PLS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "HS-WDC-3642PLS",
      "master_sku": "HS-WDC-3642PLS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LLP24W",
      "master_sku": "LLP24W",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LLP28W",
      "master_sku": "LLP28W",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LLP30W",
      "master_sku": "LLP30W",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LLP32W",
      "master_sku": "LLP32W",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LLP36W",
      "master_sku": "LLP36W",
      "found": true,
      "current_category_ids": [
        4,
        293
      ],
      "expected_category_ids": [
        4,
        293
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB12",
      "master_sku": "LM-JS-3DB12",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB15",
      "master_sku": "LM-JS-3DB15",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB18",
      "master_sku": "LM-JS-3DB18",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB21",
      "master_sku": "LM-JS-3DB21",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB24",
      "master_sku": "LM-JS-3DB24",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB30",
      "master_sku": "LM-JS-3DB30",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-3DB36",
      "master_sku": "LM-JS-3DB36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-4SK1824.75",
      "master_sku": "LM-JS-4SK1824.75",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-4SK2424.75",
      "master_sku": "LM-JS-4SK2424.75",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-AB12L",
      "master_sku": "LM-JS-AB12L",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-AB12R",
      "master_sku": "LM-JS-AB12R",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-AW1230",
      "master_sku": "LM-JS-AW1230",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-AW1236",
      "master_sku": "LM-JS-AW1236",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-AW1242",
      "master_sku": "LM-JS-AW1242",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B09",
      "master_sku": "LM-JS-B09",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B12",
      "master_sku": "LM-JS-B12",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B15",
      "master_sku": "LM-JS-B15",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B18",
      "master_sku": "LM-JS-B18",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B21",
      "master_sku": "LM-JS-B21",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B24",
      "master_sku": "LM-JS-B24",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B27",
      "master_sku": "LM-JS-B27",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B30",
      "master_sku": "LM-JS-B30",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B33",
      "master_sku": "LM-JS-B33",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-B36",
      "master_sku": "LM-JS-B36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BBC3639",
      "master_sku": "LM-JS-BBC3639",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BBC4245",
      "master_sku": "LM-JS-BBC4245",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BBC4851",
      "master_sku": "LM-JS-BBC4851",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BDEC30",
      "master_sku": "LM-JS-BDEC30",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BM8",
      "master_sku": "LM-JS-BM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-BMC30",
      "master_sku": "LM-JS-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-CM3",
      "master_sku": "LM-JS-CM3",
      "found": true,
      "current_category_ids": [
        4,
        401,
        412
      ],
      "expected_category_ids": [
        4,
        401,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-DSBC36",
      "master_sku": "LM-JS-DSBC36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-DWP3",
      "master_sku": "LM-JS-DWP3",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-ERC2430",
      "master_sku": "LM-JS-ERC2430",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-ERC2436",
      "master_sku": "LM-JS-ERC2436",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-FBM8",
      "master_sku": "LM-JS-FBM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-FSB30",
      "master_sku": "LM-JS-FSB30",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-FSB36",
      "master_sku": "LM-JS-FSB36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-ICM8",
      "master_sku": "LM-JS-ICM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-LRM8",
      "master_sku": "LM-JS-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        401,
        412
      ],
      "expected_category_ids": [
        4,
        401,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-LS33",
      "master_sku": "LM-JS-LS33",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-LS36",
      "master_sku": "LM-JS-LS36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-OC3384",
      "master_sku": "LM-JS-OC3384",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-OC3390",
      "master_sku": "LM-JS-OC3390",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-OC3396",
      "master_sku": "LM-JS-OC3396",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-OCM8",
      "master_sku": "LM-JS-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        401,
        495
      ],
      "expected_category_ids": [
        4,
        401,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-PAN1/4",
      "master_sku": "LM-JS-PAN1/4",
      "found": true,
      "current_category_ids": [
        4,
        5,
        370,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "LM-JS-PAN1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LM-JS-PAN1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "LM-JS-QRM8",
      "master_sku": "LM-JS-QRM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-REP4896",
      "master_sku": "LM-JS-REP4896",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-REP96",
      "master_sku": "LM-JS-REP96",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-RT18",
      "master_sku": "LM-JS-RT18",
      "found": true,
      "current_category_ids": [
        4,
        401,
        504
      ],
      "expected_category_ids": [
        4,
        401,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-RT24",
      "master_sku": "LM-JS-RT24",
      "found": true,
      "current_category_ids": [
        4,
        401,
        504
      ],
      "expected_category_ids": [
        4,
        401,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SB24",
      "master_sku": "LM-JS-SB24",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SB27",
      "master_sku": "LM-JS-SB27",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SB30",
      "master_sku": "LM-JS-SB30",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SB33",
      "master_sku": "LM-JS-SB33",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SB36",
      "master_sku": "LM-JS-SB36",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SD",
      "master_sku": "LM-JS-SD",
      "found": true,
      "current_category_ids": [
        4,
        407,
        534
      ],
      "expected_category_ids": [
        4,
        407,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-SM8",
      "master_sku": "LM-JS-SM8",
      "found": true,
      "current_category_ids": [
        4,
        401,
        496
      ],
      "expected_category_ids": [
        4,
        401,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-TF396",
      "master_sku": "LM-JS-TF396",
      "found": true,
      "current_category_ids": [
        4,
        401,
        417
      ],
      "expected_category_ids": [
        4,
        401,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-TF696",
      "master_sku": "LM-JS-TF696",
      "found": true,
      "current_category_ids": [
        4,
        401,
        417
      ],
      "expected_category_ids": [
        4,
        401,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-TK8",
      "master_sku": "LM-JS-TK8",
      "found": true,
      "current_category_ids": [
        4,
        401,
        535
      ],
      "expected_category_ids": [
        4,
        401,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-TUK",
      "master_sku": "LM-JS-TUK",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-VAL72",
      "master_sku": "LM-JS-VAL72",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W0930",
      "master_sku": "LM-JS-W0930",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W0936",
      "master_sku": "LM-JS-W0936",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W0942",
      "master_sku": "LM-JS-W0942",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1230",
      "master_sku": "LM-JS-W1230",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1236",
      "master_sku": "LM-JS-W1236",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1242",
      "master_sku": "LM-JS-W1242",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1530",
      "master_sku": "LM-JS-W1530",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1536",
      "master_sku": "LM-JS-W1536",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1542",
      "master_sku": "LM-JS-W1542",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1830",
      "master_sku": "LM-JS-W1830",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1836",
      "master_sku": "LM-JS-W1836",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W1842",
      "master_sku": "LM-JS-W1842",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2130",
      "master_sku": "LM-JS-W2130",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2136",
      "master_sku": "LM-JS-W2136",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2142",
      "master_sku": "LM-JS-W2142",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2430",
      "master_sku": "LM-JS-W2430",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2436",
      "master_sku": "LM-JS-W2436",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2442",
      "master_sku": "LM-JS-W2442",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2730",
      "master_sku": "LM-JS-W2730",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2736",
      "master_sku": "LM-JS-W2736",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W2742",
      "master_sku": "LM-JS-W2742",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3012",
      "master_sku": "LM-JS-W3012",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3015",
      "master_sku": "LM-JS-W3015",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3018",
      "master_sku": "LM-JS-W3018",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3024",
      "master_sku": "LM-JS-W3024",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3030",
      "master_sku": "LM-JS-W3030",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3036",
      "master_sku": "LM-JS-W3036",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3042",
      "master_sku": "LM-JS-W3042",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3312",
      "master_sku": "LM-JS-W3312",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W331224",
      "master_sku": "LM-JS-W331224",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3315",
      "master_sku": "LM-JS-W3315",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3318",
      "master_sku": "LM-JS-W3318",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W331824",
      "master_sku": "LM-JS-W331824",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3330",
      "master_sku": "LM-JS-W3330",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3336",
      "master_sku": "LM-JS-W3336",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3342",
      "master_sku": "LM-JS-W3342",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3612",
      "master_sku": "LM-JS-W3612",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W361224",
      "master_sku": "LM-JS-W361224",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3618",
      "master_sku": "LM-JS-W3618",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W361824",
      "master_sku": "LM-JS-W361824",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3624",
      "master_sku": "LM-JS-W3624",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W362424",
      "master_sku": "LM-JS-W362424",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3630",
      "master_sku": "LM-JS-W3630",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3636",
      "master_sku": "LM-JS-W3636",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-W3642",
      "master_sku": "LM-JS-W3642",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WBC30-3330",
      "master_sku": "LM-JS-WBC30-3330",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WBC30-3336",
      "master_sku": "LM-JS-WBC30-3336",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WBC30-3342",
      "master_sku": "LM-JS-WBC30-3342",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDC2430",
      "master_sku": "LM-JS-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDC2436",
      "master_sku": "LM-JS-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDC2442",
      "master_sku": "LM-JS-WDC2442",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDEC30",
      "master_sku": "LM-JS-WDEC30",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDEC36",
      "master_sku": "LM-JS-WDEC36",
      "found": true,
      "current_category_ids": [
        4,
        401,
        419
      ],
      "expected_category_ids": [
        4,
        401,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WDEC42",
      "master_sku": "LM-JS-WDEC42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WF330",
      "master_sku": "LM-JS-WF330",
      "found": true,
      "current_category_ids": [
        4,
        401,
        417
      ],
      "expected_category_ids": [
        4,
        401,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WF342",
      "master_sku": "LM-JS-WF342",
      "found": true,
      "current_category_ids": [
        4,
        401,
        417
      ],
      "expected_category_ids": [
        4,
        401,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WF642",
      "master_sku": "LM-JS-WF642",
      "found": true,
      "current_category_ids": [
        4,
        401,
        417
      ],
      "expected_category_ids": [
        4,
        401,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP182484",
      "master_sku": "LM-JS-WP182484",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP182490",
      "master_sku": "LM-JS-WP182490",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP182496",
      "master_sku": "LM-JS-WP182496",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP242484",
      "master_sku": "LM-JS-WP242484",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP242490",
      "master_sku": "LM-JS-WP242490",
      "found": true,
      "current_category_ids": [
        4,
        401
      ],
      "expected_category_ids": [
        4,
        401
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WP242496",
      "master_sku": "LM-JS-WP242496",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WR3015",
      "master_sku": "LM-JS-WR3015",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LM-JS-WR30GH",
      "master_sku": "LM-JS-WR30GH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LMJSERC2442L",
      "master_sku": "LMJSERC2442L",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B12",
      "master_sku": "LPE-B12",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B15",
      "master_sku": "LPE-B15",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B18",
      "master_sku": "LPE-B18",
      "found": true,
      "current_category_ids": [
        4,
        410,
        471
      ],
      "expected_category_ids": [
        4,
        410,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B21",
      "master_sku": "LPE-B21",
      "found": true,
      "current_category_ids": [
        4,
        407,
        471
      ],
      "expected_category_ids": [
        4,
        407,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B24",
      "master_sku": "LPE-B24",
      "found": true,
      "current_category_ids": [
        4,
        410,
        506
      ],
      "expected_category_ids": [
        4,
        410,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B27",
      "master_sku": "LPE-B27",
      "found": true,
      "current_category_ids": [
        4,
        407,
        506
      ],
      "expected_category_ids": [
        4,
        407,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B30",
      "master_sku": "LPE-B30",
      "found": true,
      "current_category_ids": [
        4,
        407,
        506
      ],
      "expected_category_ids": [
        4,
        407,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B33",
      "master_sku": "LPE-B33",
      "found": true,
      "current_category_ids": [
        4,
        407,
        506
      ],
      "expected_category_ids": [
        4,
        407,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B36",
      "master_sku": "LPE-B36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        506
      ],
      "expected_category_ids": [
        4,
        407,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-B9",
      "master_sku": "LPE-B9",
      "found": true,
      "current_category_ids": [
        4,
        407,
        434
      ],
      "expected_category_ids": [
        4,
        407,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-BEP3PL",
      "master_sku": "LPE-BEP3PL",
      "found": true,
      "current_category_ids": [
        4,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-BS",
      "master_sku": "LPE-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-BTS 4 1/2",
      "master_sku": "LPE-BTS 4 1/2",
      "found": true,
      "current_category_ids": [
        4,
        5,
        371,
        407,
        408,
        470,
        535
      ],
      "expected_category_ids": [
        4,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [
        5,
        371,
        408,
        470
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "LPE-BTS 4 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-BTS 4 1/2",
          "category_id": 371,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-BTS 4 1/2",
          "category_id": 408,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-BTS 4 1/2",
          "category_id": 470,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "LPE-CB36",
      "master_sku": "LPE-CB36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        435
      ],
      "expected_category_ids": [
        4,
        407,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-CM",
      "master_sku": "LPE-CM",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-CW3030",
      "master_sku": "LPE-CW3030",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-CW3036",
      "master_sku": "LPE-CW3036",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-CW3042",
      "master_sku": "LPE-CW3042",
      "found": true,
      "current_category_ids": [
        4,
        447
      ],
      "expected_category_ids": [
        4,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-DBTB18",
      "master_sku": "LPE-DBTB18",
      "found": true,
      "current_category_ids": [
        4,
        407,
        444
      ],
      "expected_category_ids": [
        4,
        407,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-DCSB36",
      "master_sku": "LPE-DCSB36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        508
      ],
      "expected_category_ids": [
        4,
        407,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-DCW2430",
      "master_sku": "LPE-DCW2430",
      "found": true,
      "current_category_ids": [
        4,
        407,
        449
      ],
      "expected_category_ids": [
        4,
        407,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-DCW2442",
      "master_sku": "LPE-DCW2442",
      "found": true,
      "current_category_ids": [
        4,
        407,
        449
      ],
      "expected_category_ids": [
        4,
        407,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-DRB30",
      "master_sku": "LPE-DRB30",
      "found": true,
      "current_category_ids": [
        4,
        407,
        525
      ],
      "expected_category_ids": [
        4,
        407,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-F330",
      "master_sku": "LPE-F330",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-F342",
      "master_sku": "LPE-F342",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-FBP4836",
      "master_sku": "LPE-FBP4836",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-FBP9648",
      "master_sku": "LPE-FBP9648",
      "found": true,
      "current_category_ids": [
        4,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-O3084",
      "master_sku": "LPE-O3084",
      "found": true,
      "current_category_ids": [
        4,
        132,
        407,
        421
      ],
      "expected_category_ids": [
        4,
        407,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-O3090",
      "master_sku": "LPE-O3090",
      "found": true,
      "current_category_ids": [
        4,
        132,
        407,
        421
      ],
      "expected_category_ids": [
        4,
        407,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-O3096",
      "master_sku": "LPE-O3096",
      "found": true,
      "current_category_ids": [
        4,
        132,
        407,
        421
      ],
      "expected_category_ids": [
        4,
        407,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-REP2484PL",
      "master_sku": "LPE-REP2484PL",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-REP2496PL",
      "master_sku": "LPE-REP2496PL",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-S3/4",
      "master_sku": "LPE-S3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        371,
        407,
        408,
        496
      ],
      "expected_category_ids": [
        4,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        371,
        408
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "LPE-S3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-S3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-S3/4",
          "category_id": 371,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-S3/4",
          "category_id": 408,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "LPE-SB30",
      "master_sku": "LPE-SB30",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-SB33",
      "master_sku": "LPE-SB33",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-SB36",
      "master_sku": "LPE-SB36",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-SB60",
      "master_sku": "LPE-SB60",
      "found": true,
      "current_category_ids": [
        4,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-SBC36/SLS",
      "master_sku": "LPE-SBC36/SLS",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        221,
        407,
        408,
        510
      ],
      "expected_category_ids": [
        4,
        407,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        221,
        408
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "LPE-SBC36/SLS",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-SBC36/SLS",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-SBC36/SLS",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-SBC36/SLS",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "LPE-SBC36/SLS",
          "category_id": 408,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "LPE-SK1824",
      "master_sku": "LPE-SK1824",
      "found": true,
      "current_category_ids": [
        4,
        407,
        473
      ],
      "expected_category_ids": [
        4,
        407,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-SK2424",
      "master_sku": "LPE-SK2424",
      "found": true,
      "current_category_ids": [
        4,
        407,
        473
      ],
      "expected_category_ids": [
        4,
        407,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-TDB15",
      "master_sku": "LPE-TDB15",
      "found": true,
      "current_category_ids": [
        4,
        407,
        525
      ],
      "expected_category_ids": [
        4,
        407,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-TDB18",
      "master_sku": "LPE-TDB18",
      "found": true,
      "current_category_ids": [
        4,
        407,
        525
      ],
      "expected_category_ids": [
        4,
        407,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-TDB24",
      "master_sku": "LPE-TDB24",
      "found": true,
      "current_category_ids": [
        4,
        525,
        531
      ],
      "expected_category_ids": [
        4,
        525,
        531
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-TUKE",
      "master_sku": "LPE-TUKE",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-U182484",
      "master_sku": "LPE-U182484",
      "found": true,
      "current_category_ids": [
        4,
        407,
        473
      ],
      "expected_category_ids": [
        4,
        407,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-U182496",
      "master_sku": "LPE-U182496",
      "found": true,
      "current_category_ids": [
        4,
        473,
        531
      ],
      "expected_category_ids": [
        4,
        473,
        531
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-U242484",
      "master_sku": "LPE-U242484",
      "found": true,
      "current_category_ids": [
        4,
        409,
        473
      ],
      "expected_category_ids": [
        4,
        409,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-U242496",
      "master_sku": "LPE-U242496",
      "found": true,
      "current_category_ids": [
        4,
        407,
        473
      ],
      "expected_category_ids": [
        4,
        407,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-UF384",
      "master_sku": "LPE-UF384",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-UF396",
      "master_sku": "LPE-UF396",
      "found": true,
      "current_category_ids": [
        4,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-US96",
      "master_sku": "LPE-US96",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-USK18",
      "master_sku": "LPE-USK18",
      "found": true,
      "current_category_ids": [
        4,
        504
      ],
      "expected_category_ids": [
        4,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-USK24",
      "master_sku": "LPE-USK24",
      "found": true,
      "current_category_ids": [
        4,
        504
      ],
      "expected_category_ids": [
        4,
        504
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-V48",
      "master_sku": "LPE-V48",
      "found": true,
      "current_category_ids": [
        4,
        410,
        519
      ],
      "expected_category_ids": [
        4,
        410,
        519
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1230",
      "master_sku": "LPE-W1230",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1236",
      "master_sku": "LPE-W1236",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1242",
      "master_sku": "LPE-W1242",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1530",
      "master_sku": "LPE-W1530",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1536",
      "master_sku": "LPE-W1536",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1542",
      "master_sku": "LPE-W1542",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1830",
      "master_sku": "LPE-W1830",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1836",
      "master_sku": "LPE-W1836",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W1842",
      "master_sku": "LPE-W1842",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2130",
      "master_sku": "LPE-W2130",
      "found": true,
      "current_category_ids": [
        4,
        475
      ],
      "expected_category_ids": [
        4,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2136",
      "master_sku": "LPE-W2136",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2142",
      "master_sku": "LPE-W2142",
      "found": true,
      "current_category_ids": [
        4,
        461
      ],
      "expected_category_ids": [
        4,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2430",
      "master_sku": "LPE-W2430",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2436",
      "master_sku": "LPE-W2436",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2442",
      "master_sku": "LPE-W2442",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2730",
      "master_sku": "LPE-W2730",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2736",
      "master_sku": "LPE-W2736",
      "found": true,
      "current_category_ids": [
        4,
        410,
        475
      ],
      "expected_category_ids": [
        4,
        410,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W2742",
      "master_sku": "LPE-W2742",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3012",
      "master_sku": "LPE-W3012",
      "found": true,
      "current_category_ids": [
        4,
        486,
        531
      ],
      "expected_category_ids": [
        4,
        486,
        531
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3015",
      "master_sku": "LPE-W3015",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3018",
      "master_sku": "LPE-W3018",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3024",
      "master_sku": "LPE-W3024",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3030",
      "master_sku": "LPE-W3030",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3036",
      "master_sku": "LPE-W3036",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3042",
      "master_sku": "LPE-W3042",
      "found": true,
      "current_category_ids": [
        4,
        475,
        531
      ],
      "expected_category_ids": [
        4,
        475,
        531
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3315",
      "master_sku": "LPE-W3315",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3330",
      "master_sku": "LPE-W3330",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3336",
      "master_sku": "LPE-W3336",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3342",
      "master_sku": "LPE-W3342",
      "found": true,
      "current_category_ids": [
        4,
        409,
        475
      ],
      "expected_category_ids": [
        4,
        409,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3612",
      "master_sku": "LPE-W3612",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3615",
      "master_sku": "LPE-W3615",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3624",
      "master_sku": "LPE-W3624",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W362424",
      "master_sku": "LPE-W362424",
      "found": true,
      "current_category_ids": [
        4,
        407,
        486
      ],
      "expected_category_ids": [
        4,
        407,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3630",
      "master_sku": "LPE-W3630",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3636",
      "master_sku": "LPE-W3636",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W3642",
      "master_sku": "LPE-W3642",
      "found": true,
      "current_category_ids": [
        4,
        407,
        475
      ],
      "expected_category_ids": [
        4,
        407,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W930",
      "master_sku": "LPE-W930",
      "found": true,
      "current_category_ids": [
        4,
        460
      ],
      "expected_category_ids": [
        4,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W936",
      "master_sku": "LPE-W936",
      "found": true,
      "current_category_ids": [
        4,
        460
      ],
      "expected_category_ids": [
        4,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-W942",
      "master_sku": "LPE-W942",
      "found": true,
      "current_category_ids": [
        4,
        460
      ],
      "expected_category_ids": [
        4,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-WR1830",
      "master_sku": "LPE-WR1830",
      "found": true,
      "current_category_ids": [
        4,
        410,
        462
      ],
      "expected_category_ids": [
        4,
        410,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "LPE-WS42",
      "master_sku": "LPE-WS42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B12",
      "master_sku": "MBRO-B12",
      "found": true,
      "current_category_ids": [
        4,
        403,
        471
      ],
      "expected_category_ids": [
        4,
        403,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B15",
      "master_sku": "MBRO-B15",
      "found": true,
      "current_category_ids": [
        4,
        403,
        471
      ],
      "expected_category_ids": [
        4,
        403,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B18",
      "master_sku": "MBRO-B18",
      "found": true,
      "current_category_ids": [
        4,
        403,
        471
      ],
      "expected_category_ids": [
        4,
        403,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B21",
      "master_sku": "MBRO-B21",
      "found": true,
      "current_category_ids": [
        4,
        403,
        471
      ],
      "expected_category_ids": [
        4,
        403,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B24",
      "master_sku": "MBRO-B24",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B27",
      "master_sku": "MBRO-B27",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B30",
      "master_sku": "MBRO-B30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B33",
      "master_sku": "MBRO-B33",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B36",
      "master_sku": "MBRO-B36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-B39",
      "master_sku": "MBRO-B39",
      "found": true,
      "current_category_ids": [
        4,
        403,
        506
      ],
      "expected_category_ids": [
        4,
        403,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BBC36/39L/R",
      "master_sku": "MBRO-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BBC39/42L/R",
      "master_sku": "MBRO-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BBC45/48FHL/R",
      "master_sku": "MBRO-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BBC45/48FHL/R-MC",
      "master_sku": "MBRO-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BBC45/48L/R",
      "master_sku": "MBRO-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BCOR33L/R",
      "master_sku": "MBRO-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        403,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR33L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BCOR36L/R",
      "master_sku": "MBRO-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        403,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        403,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-BCOR36L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-BEC1224L",
      "master_sku": "MBRO-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        403,
        464
      ],
      "expected_category_ids": [
        4,
        403,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BEC1224R",
      "master_sku": "MBRO-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        403,
        464
      ],
      "expected_category_ids": [
        4,
        403,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BF3",
      "master_sku": "MBRO-BF3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        500
      ],
      "expected_category_ids": [
        4,
        403,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BF6",
      "master_sku": "MBRO-BF6",
      "found": true,
      "current_category_ids": [
        4,
        403,
        500
      ],
      "expected_category_ids": [
        4,
        403,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH09",
      "master_sku": "MBRO-BH09",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH12",
      "master_sku": "MBRO-BH12",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH15",
      "master_sku": "MBRO-BH15",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH18",
      "master_sku": "MBRO-BH18",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH21",
      "master_sku": "MBRO-BH21",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH24",
      "master_sku": "MBRO-BH24",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH27",
      "master_sku": "MBRO-BH27",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH30",
      "master_sku": "MBRO-BH30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH33",
      "master_sku": "MBRO-BH33",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH36",
      "master_sku": "MBRO-BH36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BH39",
      "master_sku": "MBRO-BH39",
      "found": true,
      "current_category_ids": [
        4,
        403,
        434
      ],
      "expected_category_ids": [
        4,
        403,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BM8",
      "master_sku": "MBRO-BM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        493
      ],
      "expected_category_ids": [
        4,
        403,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BMC24",
      "master_sku": "MBRO-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        403,
        507
      ],
      "expected_category_ids": [
        4,
        403,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BMC30",
      "master_sku": "MBRO-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        507
      ],
      "expected_category_ids": [
        4,
        403,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BPP09",
      "master_sku": "MBRO-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        403,
        411
      ],
      "expected_category_ids": [
        4,
        403,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-BWB18",
      "master_sku": "MBRO-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        403,
        444
      ],
      "expected_category_ids": [
        4,
        403,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-CLEARANCE KIT",
      "master_sku": "MBRO-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        403,
        428
      ],
      "expected_category_ids": [
        4,
        403,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-CLEARANCE KIT TALL",
      "master_sku": "MBRO-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        403,
        428
      ],
      "expected_category_ids": [
        4,
        403,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-CSB36",
      "master_sku": "MBRO-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        508
      ],
      "expected_category_ids": [
        4,
        403,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-CSB36-FP",
      "master_sku": "MBRO-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        403,
        508
      ],
      "expected_category_ids": [
        4,
        403,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-CVM8",
      "master_sku": "MBRO-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        492
      ],
      "expected_category_ids": [
        4,
        403,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB12-3",
      "master_sku": "MBRO-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB15-3",
      "master_sku": "MBRO-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB18-3",
      "master_sku": "MBRO-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB21-3",
      "master_sku": "MBRO-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB24-3",
      "master_sku": "MBRO-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB27-3",
      "master_sku": "MBRO-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB30-2",
      "master_sku": "MBRO-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB30-3",
      "master_sku": "MBRO-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB33-3",
      "master_sku": "MBRO-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DB36-3",
      "master_sku": "MBRO-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        525
      ],
      "expected_category_ids": [
        4,
        403,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-DWR3L/R",
      "master_sku": "MBRO-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        403,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-EZR33",
      "master_sku": "MBRO-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        403,
        509
      ],
      "expected_category_ids": [
        4,
        403,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-EZR36",
      "master_sku": "MBRO-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        509
      ],
      "expected_category_ids": [
        4,
        403,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F330",
      "master_sku": "MBRO-F330",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F336",
      "master_sku": "MBRO-F336",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F342",
      "master_sku": "MBRO-F342",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F396",
      "master_sku": "MBRO-F396",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F630",
      "master_sku": "MBRO-F630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F642",
      "master_sku": "MBRO-F642",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-F696",
      "master_sku": "MBRO-F696",
      "found": true,
      "current_category_ids": [
        4,
        403,
        417
      ],
      "expected_category_ids": [
        4,
        403,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-FPP9648 1/4",
      "master_sku": "MBRO-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        403,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-FPP9648 3/4",
      "master_sku": "MBRO-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        403,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-FPP9648GL 1/4",
      "master_sku": "MBRO-FPP9648GL 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        403,
        418
      ],
      "expected_category_ids": [
        4,
        403,
        418
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-FPP9648GL 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648GL 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648GL 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648GL 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPP9648GL 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-FPPB9648 1/2",
      "master_sku": "MBRO-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        403,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MBRO-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MBRO-FS24",
      "master_sku": "MBRO-FS24",
      "found": true,
      "current_category_ids": [
        4,
        403,
        431
      ],
      "expected_category_ids": [
        4,
        403,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-FS30",
      "master_sku": "MBRO-FS30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-FS36",
      "master_sku": "MBRO-FS36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-FS60",
      "master_sku": "MBRO-FS60",
      "found": true,
      "current_category_ids": [
        4,
        403,
        431
      ],
      "expected_category_ids": [
        4,
        403,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1215",
      "master_sku": "MBRO-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1515",
      "master_sku": "MBRO-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1530",
      "master_sku": "MBRO-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1536",
      "master_sku": "MBRO-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1542",
      "master_sku": "MBRO-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1815",
      "master_sku": "MBRO-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1830",
      "master_sku": "MBRO-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1836",
      "master_sku": "MBRO-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W1842",
      "master_sku": "MBRO-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W2115",
      "master_sku": "MBRO-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W2415",
      "master_sku": "MBRO-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W2715",
      "master_sku": "MBRO-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3015",
      "master_sku": "MBRO-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3030",
      "master_sku": "MBRO-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3036",
      "master_sku": "MBRO-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3042",
      "master_sku": "MBRO-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3315",
      "master_sku": "MBRO-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3615",
      "master_sku": "MBRO-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3630",
      "master_sku": "MBRO-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3636",
      "master_sku": "MBRO-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-W3642",
      "master_sku": "MBRO-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-WCOR2415",
      "master_sku": "MBRO-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-WDC2430",
      "master_sku": "MBRO-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-WDC2436",
      "master_sku": "MBRO-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GD-WDC2442",
      "master_sku": "MBRO-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        516
      ],
      "expected_category_ids": [
        4,
        403,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1215",
      "master_sku": "MBRO-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1515",
      "master_sku": "MBRO-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1530",
      "master_sku": "MBRO-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1536",
      "master_sku": "MBRO-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1542",
      "master_sku": "MBRO-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1815",
      "master_sku": "MBRO-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1830",
      "master_sku": "MBRO-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1836",
      "master_sku": "MBRO-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW1842",
      "master_sku": "MBRO-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        403,
        513
      ],
      "expected_category_ids": [
        4,
        403,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW2115",
      "master_sku": "MBRO-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW2415",
      "master_sku": "MBRO-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW2715",
      "master_sku": "MBRO-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3015",
      "master_sku": "MBRO-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3030",
      "master_sku": "MBRO-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3036",
      "master_sku": "MBRO-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3042",
      "master_sku": "MBRO-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3315",
      "master_sku": "MBRO-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3615",
      "master_sku": "MBRO-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3630",
      "master_sku": "MBRO-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3636",
      "master_sku": "MBRO-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDW3642",
      "master_sku": "MBRO-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDWCOR2415",
      "master_sku": "MBRO-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDWDC2430",
      "master_sku": "MBRO-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        450
      ],
      "expected_category_ids": [
        4,
        403,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDWDC2436",
      "master_sku": "MBRO-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        450
      ],
      "expected_category_ids": [
        4,
        403,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-GDWDC2442",
      "master_sku": "MBRO-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        450
      ],
      "expected_category_ids": [
        4,
        403,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-LC1884",
      "master_sku": "MBRO-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-LCVM8",
      "master_sku": "MBRO-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        492
      ],
      "expected_category_ids": [
        4,
        403,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-LM8",
      "master_sku": "MBRO-LM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        532
      ],
      "expected_category_ids": [
        4,
        403,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-LRM8",
      "master_sku": "MBRO-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        532
      ],
      "expected_category_ids": [
        4,
        403,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-M2436",
      "master_sku": "MBRO-M2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MBEP",
      "master_sku": "MBRO-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        403,
        501
      ],
      "expected_category_ids": [
        4,
        403,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MC3018",
      "master_sku": "MBRO-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        403,
        453
      ],
      "expected_category_ids": [
        4,
        403,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MPBEP",
      "master_sku": "MBRO-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        403,
        501
      ],
      "expected_category_ids": [
        4,
        403,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MWEP15",
      "master_sku": "MBRO-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        403,
        416
      ],
      "expected_category_ids": [
        4,
        403,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MWEP30",
      "master_sku": "MBRO-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        501
      ],
      "expected_category_ids": [
        4,
        403,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MWEP36",
      "master_sku": "MBRO-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        501
      ],
      "expected_category_ids": [
        4,
        403,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-MWEP42",
      "master_sku": "MBRO-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        403,
        501
      ],
      "expected_category_ids": [
        4,
        403,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-OC3384",
      "master_sku": "MBRO-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        403,
        421
      ],
      "expected_category_ids": [
        4,
        403,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-OC3390",
      "master_sku": "MBRO-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        403,
        421
      ],
      "expected_category_ids": [
        4,
        403,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-OC3396",
      "master_sku": "MBRO-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        403,
        421
      ],
      "expected_category_ids": [
        4,
        403,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-OCM8-1",
      "master_sku": "MBRO-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        403,
        495
      ],
      "expected_category_ids": [
        4,
        403,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC1884",
      "master_sku": "MBRO-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC1890",
      "master_sku": "MBRO-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC1896",
      "master_sku": "MBRO-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC2484",
      "master_sku": "MBRO-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC2490",
      "master_sku": "MBRO-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC2496",
      "master_sku": "MBRO-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC3084",
      "master_sku": "MBRO-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC3090",
      "master_sku": "MBRO-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-PC3096",
      "master_sku": "MBRO-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        403,
        473
      ],
      "expected_category_ids": [
        4,
        403,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-REP120",
      "master_sku": "MBRO-REP120",
      "found": true,
      "current_category_ids": [
        4,
        403,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-REP96",
      "master_sku": "MBRO-REP96",
      "found": true,
      "current_category_ids": [
        4,
        403,
        419
      ],
      "expected_category_ids": [
        4,
        403,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SB24",
      "master_sku": "MBRO-SB24",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SB27",
      "master_sku": "MBRO-SB27",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SB30",
      "master_sku": "MBRO-SB30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SB33",
      "master_sku": "MBRO-SB33",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SB36",
      "master_sku": "MBRO-SB36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SBF30",
      "master_sku": "MBRO-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SBF36",
      "master_sku": "MBRO-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        442
      ],
      "expected_category_ids": [
        4,
        403,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SBM8",
      "master_sku": "MBRO-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        413
      ],
      "expected_category_ids": [
        4,
        403,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SC10",
      "master_sku": "MBRO-SC10",
      "found": true,
      "current_category_ids": [
        4,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SD",
      "master_sku": "MBRO-SD",
      "found": true,
      "current_category_ids": [
        4,
        403,
        534
      ],
      "expected_category_ids": [
        4,
        403,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SDP34 4X4",
      "master_sku": "MBRO-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SHM8",
      "master_sku": "MBRO-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        412
      ],
      "expected_category_ids": [
        4,
        403,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SM8",
      "master_sku": "MBRO-SM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        496
      ],
      "expected_category_ids": [
        4,
        403,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-SSPA34 4X4",
      "master_sku": "MBRO-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-TK8",
      "master_sku": "MBRO-TK8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        535
      ],
      "expected_category_ids": [
        4,
        403,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-TKBM8",
      "master_sku": "MBRO-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        403,
        493
      ],
      "expected_category_ids": [
        4,
        403,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-TOUCH UP KIT",
      "master_sku": "MBRO-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        403,
        468
      ],
      "expected_category_ids": [
        4,
        403,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-V54",
      "master_sku": "MBRO-V54",
      "found": true,
      "current_category_ids": [
        4,
        403,
        505
      ],
      "expected_category_ids": [
        4,
        403,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VA2421",
      "master_sku": "MBRO-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VA3021",
      "master_sku": "MBRO-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VA3621",
      "master_sku": "MBRO-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VDB12-3",
      "master_sku": "MBRO-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VDB15-3",
      "master_sku": "MBRO-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VDB18-3",
      "master_sku": "MBRO-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VKD3021",
      "master_sku": "MBRO-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD3021DL",
      "master_sku": "MBRO-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD3021DR",
      "master_sku": "MBRO-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD3621DL",
      "master_sku": "MBRO-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD3621DR",
      "master_sku": "MBRO-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD4821DLR",
      "master_sku": "MBRO-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-VSD6021DLR",
      "master_sku": "MBRO-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W0930",
      "master_sku": "MBRO-W0930",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W0936",
      "master_sku": "MBRO-W0936",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W0942",
      "master_sku": "MBRO-W0942",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1230",
      "master_sku": "MBRO-W1230",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1236",
      "master_sku": "MBRO-W1236",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1242",
      "master_sku": "MBRO-W1242",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1530",
      "master_sku": "MBRO-W1530",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1536",
      "master_sku": "MBRO-W1536",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1542",
      "master_sku": "MBRO-W1542",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1830",
      "master_sku": "MBRO-W1830",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1836",
      "master_sku": "MBRO-W1836",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W1842",
      "master_sku": "MBRO-W1842",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2130",
      "master_sku": "MBRO-W2130",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2136",
      "master_sku": "MBRO-W2136",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2142",
      "master_sku": "MBRO-W2142",
      "found": true,
      "current_category_ids": [
        4,
        403,
        461
      ],
      "expected_category_ids": [
        4,
        403,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2412",
      "master_sku": "MBRO-W2412",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2415",
      "master_sku": "MBRO-W2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2418",
      "master_sku": "MBRO-W2418",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2424",
      "master_sku": "MBRO-W2424",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2430",
      "master_sku": "MBRO-W2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2436",
      "master_sku": "MBRO-W2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2442",
      "master_sku": "MBRO-W2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2730",
      "master_sku": "MBRO-W2730",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2736",
      "master_sku": "MBRO-W2736",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W2742",
      "master_sku": "MBRO-W2742",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3012",
      "master_sku": "MBRO-W3012",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W301224",
      "master_sku": "MBRO-W301224",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3015",
      "master_sku": "MBRO-W3015",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3018",
      "master_sku": "MBRO-W3018",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W301824",
      "master_sku": "MBRO-W301824",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3024",
      "master_sku": "MBRO-W3024",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W302424",
      "master_sku": "MBRO-W302424",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3030",
      "master_sku": "MBRO-W3030",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3036",
      "master_sku": "MBRO-W3036",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3042",
      "master_sku": "MBRO-W3042",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W331224",
      "master_sku": "MBRO-W331224",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3315",
      "master_sku": "MBRO-W3315",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3318",
      "master_sku": "MBRO-W3318",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3324",
      "master_sku": "MBRO-W3324",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3330",
      "master_sku": "MBRO-W3330",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3336",
      "master_sku": "MBRO-W3336",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3342",
      "master_sku": "MBRO-W3342",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3612",
      "master_sku": "MBRO-W3612",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W361224",
      "master_sku": "MBRO-W361224",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3615",
      "master_sku": "MBRO-W3615",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3618",
      "master_sku": "MBRO-W3618",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W361824",
      "master_sku": "MBRO-W361824",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3624",
      "master_sku": "MBRO-W3624",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W362424",
      "master_sku": "MBRO-W362424",
      "found": true,
      "current_category_ids": [
        4,
        403,
        486
      ],
      "expected_category_ids": [
        4,
        403,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3630",
      "master_sku": "MBRO-W3630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3636",
      "master_sku": "MBRO-W3636",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3642",
      "master_sku": "MBRO-W3642",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-W3930",
      "master_sku": "MBRO-W3930",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WBC2730",
      "master_sku": "MBRO-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        403,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WBC2736",
      "master_sku": "MBRO-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        403,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WBC2742",
      "master_sku": "MBRO-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        403,
        447
      ],
      "expected_category_ids": [
        4,
        403,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WCOR2430",
      "master_sku": "MBRO-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        455
      ],
      "expected_category_ids": [
        4,
        403,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WCOR2436",
      "master_sku": "MBRO-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        455
      ],
      "expected_category_ids": [
        4,
        403,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WCOR2442",
      "master_sku": "MBRO-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        455
      ],
      "expected_category_ids": [
        4,
        403,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WDC2430",
      "master_sku": "MBRO-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WDC2436",
      "master_sku": "MBRO-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WDC2442",
      "master_sku": "MBRO-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WECA30",
      "master_sku": "MBRO-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        403,
        445
      ],
      "expected_category_ids": [
        4,
        403,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WECA36",
      "master_sku": "MBRO-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        403,
        445
      ],
      "expected_category_ids": [
        4,
        403,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WECA42",
      "master_sku": "MBRO-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        403,
        445
      ],
      "expected_category_ids": [
        4,
        403,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WHB3624",
      "master_sku": "MBRO-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        403,
        460
      ],
      "expected_category_ids": [
        4,
        403,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WHB3630",
      "master_sku": "MBRO-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        460
      ],
      "expected_category_ids": [
        4,
        403,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1215",
      "master_sku": "MBRO-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1515",
      "master_sku": "MBRO-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1530",
      "master_sku": "MBRO-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1536",
      "master_sku": "MBRO-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1542",
      "master_sku": "MBRO-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1815",
      "master_sku": "MBRO-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1830",
      "master_sku": "MBRO-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1836",
      "master_sku": "MBRO-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC1842",
      "master_sku": "MBRO-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC2115",
      "master_sku": "MBRO-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC2415",
      "master_sku": "MBRO-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC2715",
      "master_sku": "MBRO-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3015",
      "master_sku": "MBRO-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3030",
      "master_sku": "MBRO-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3036",
      "master_sku": "MBRO-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3042",
      "master_sku": "MBRO-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3315",
      "master_sku": "MBRO-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3615",
      "master_sku": "MBRO-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3630",
      "master_sku": "MBRO-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3636",
      "master_sku": "MBRO-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOC3642",
      "master_sku": "MBRO-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        403,
        475
      ],
      "expected_category_ids": [
        4,
        403,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOCD2430",
      "master_sku": "MBRO-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOCD2436",
      "master_sku": "MBRO-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOCD2442",
      "master_sku": "MBRO-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WOCOR2415",
      "master_sku": "MBRO-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        403,
        449
      ],
      "expected_category_ids": [
        4,
        403,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MBRO-WSC1818",
      "master_sku": "MBRO-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        403,
        462
      ],
      "expected_category_ids": [
        4,
        403,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B12",
      "master_sku": "MNRO-B12",
      "found": true,
      "current_category_ids": [
        4,
        404,
        471
      ],
      "expected_category_ids": [
        4,
        404,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B15",
      "master_sku": "MNRO-B15",
      "found": true,
      "current_category_ids": [
        4,
        404,
        471
      ],
      "expected_category_ids": [
        4,
        404,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B18",
      "master_sku": "MNRO-B18",
      "found": true,
      "current_category_ids": [
        4,
        404,
        471
      ],
      "expected_category_ids": [
        4,
        404,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B21",
      "master_sku": "MNRO-B21",
      "found": true,
      "current_category_ids": [
        4,
        404,
        471
      ],
      "expected_category_ids": [
        4,
        404,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B24",
      "master_sku": "MNRO-B24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B27",
      "master_sku": "MNRO-B27",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B30",
      "master_sku": "MNRO-B30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B33",
      "master_sku": "MNRO-B33",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B36",
      "master_sku": "MNRO-B36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-B39",
      "master_sku": "MNRO-B39",
      "found": true,
      "current_category_ids": [
        4,
        404,
        506
      ],
      "expected_category_ids": [
        4,
        404,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BBC36/39L/R",
      "master_sku": "MNRO-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BBC39/42L/R",
      "master_sku": "MNRO-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BBC45/48FHL/R",
      "master_sku": "MNRO-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BBC45/48FHL/R-MC",
      "master_sku": "MNRO-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BBC45/48L/R",
      "master_sku": "MNRO-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BCOR33L/R",
      "master_sku": "MNRO-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        404,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR33L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BCOR36L/R",
      "master_sku": "MNRO-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        404,
        436,
        437,
        508,
        510
      ],
      "expected_category_ids": [
        4,
        404,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437,
        508
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-BCOR36L/R",
          "category_id": 508,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-BEC1224L",
      "master_sku": "MNRO-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        404,
        464
      ],
      "expected_category_ids": [
        4,
        404,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BEC1224R",
      "master_sku": "MNRO-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        404,
        464
      ],
      "expected_category_ids": [
        4,
        404,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BF3",
      "master_sku": "MNRO-BF3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        500
      ],
      "expected_category_ids": [
        4,
        404,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BF6",
      "master_sku": "MNRO-BF6",
      "found": true,
      "current_category_ids": [
        4,
        404,
        500
      ],
      "expected_category_ids": [
        4,
        404,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH09",
      "master_sku": "MNRO-BH09",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH12",
      "master_sku": "MNRO-BH12",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH15",
      "master_sku": "MNRO-BH15",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH18",
      "master_sku": "MNRO-BH18",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH21",
      "master_sku": "MNRO-BH21",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH24",
      "master_sku": "MNRO-BH24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH27",
      "master_sku": "MNRO-BH27",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH30",
      "master_sku": "MNRO-BH30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH33",
      "master_sku": "MNRO-BH33",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH36",
      "master_sku": "MNRO-BH36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BH39",
      "master_sku": "MNRO-BH39",
      "found": true,
      "current_category_ids": [
        4,
        404,
        434
      ],
      "expected_category_ids": [
        4,
        404,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BM8",
      "master_sku": "MNRO-BM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        493
      ],
      "expected_category_ids": [
        4,
        404,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BMC24",
      "master_sku": "MNRO-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        507
      ],
      "expected_category_ids": [
        4,
        404,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BMC30",
      "master_sku": "MNRO-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        507
      ],
      "expected_category_ids": [
        4,
        404,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BPP09",
      "master_sku": "MNRO-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        404,
        411
      ],
      "expected_category_ids": [
        4,
        404,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-BWB18",
      "master_sku": "MNRO-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        404,
        444
      ],
      "expected_category_ids": [
        4,
        404,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-CLEARANCE KIT",
      "master_sku": "MNRO-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        404,
        428
      ],
      "expected_category_ids": [
        4,
        404,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-CLEARANCE KIT TALL",
      "master_sku": "MNRO-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        404,
        428
      ],
      "expected_category_ids": [
        4,
        404,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-CSB36",
      "master_sku": "MNRO-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        508
      ],
      "expected_category_ids": [
        4,
        404,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-CSB36-FP",
      "master_sku": "MNRO-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        404,
        508
      ],
      "expected_category_ids": [
        4,
        404,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-CVM8",
      "master_sku": "MNRO-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        492
      ],
      "expected_category_ids": [
        4,
        404,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB12-3",
      "master_sku": "MNRO-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB15-3",
      "master_sku": "MNRO-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB18-3",
      "master_sku": "MNRO-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB21-3",
      "master_sku": "MNRO-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB24-3",
      "master_sku": "MNRO-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB27-3",
      "master_sku": "MNRO-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB30-2",
      "master_sku": "MNRO-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB30-3",
      "master_sku": "MNRO-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB33-3",
      "master_sku": "MNRO-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DB36-3",
      "master_sku": "MNRO-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        525
      ],
      "expected_category_ids": [
        4,
        404,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-DWR3L/R",
      "master_sku": "MNRO-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        404,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-EZR33",
      "master_sku": "MNRO-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        404,
        509
      ],
      "expected_category_ids": [
        4,
        404,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-EZR36",
      "master_sku": "MNRO-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        509
      ],
      "expected_category_ids": [
        4,
        404,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F330",
      "master_sku": "MNRO-F330",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F336",
      "master_sku": "MNRO-F336",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F342",
      "master_sku": "MNRO-F342",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F396",
      "master_sku": "MNRO-F396",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F630",
      "master_sku": "MNRO-F630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F642",
      "master_sku": "MNRO-F642",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-F696",
      "master_sku": "MNRO-F696",
      "found": true,
      "current_category_ids": [
        4,
        404,
        417
      ],
      "expected_category_ids": [
        4,
        404,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-FPP9648 1/4",
      "master_sku": "MNRO-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        404,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-FPP9648 3/4",
      "master_sku": "MNRO-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        404,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-FPP9648GL 1/4",
      "master_sku": "MNRO-FPP9648GL 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        404,
        418
      ],
      "expected_category_ids": [
        4,
        404,
        418
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-FPP9648GL 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648GL 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648GL 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648GL 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPP9648GL 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-FPPB9648 1/2",
      "master_sku": "MNRO-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        404,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MNRO-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MNRO-FS24",
      "master_sku": "MNRO-FS24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        431
      ],
      "expected_category_ids": [
        4,
        404,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-FS30",
      "master_sku": "MNRO-FS30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-FS36",
      "master_sku": "MNRO-FS36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-FS60",
      "master_sku": "MNRO-FS60",
      "found": true,
      "current_category_ids": [
        4,
        404,
        431
      ],
      "expected_category_ids": [
        4,
        404,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1215",
      "master_sku": "MNRO-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1515",
      "master_sku": "MNRO-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1530",
      "master_sku": "MNRO-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1536",
      "master_sku": "MNRO-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1542",
      "master_sku": "MNRO-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1815",
      "master_sku": "MNRO-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1830",
      "master_sku": "MNRO-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1836",
      "master_sku": "MNRO-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W1842",
      "master_sku": "MNRO-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W2115",
      "master_sku": "MNRO-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W2415",
      "master_sku": "MNRO-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W2715",
      "master_sku": "MNRO-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3015",
      "master_sku": "MNRO-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3030",
      "master_sku": "MNRO-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3036",
      "master_sku": "MNRO-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3042",
      "master_sku": "MNRO-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3315",
      "master_sku": "MNRO-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3615",
      "master_sku": "MNRO-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3630",
      "master_sku": "MNRO-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3636",
      "master_sku": "MNRO-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-W3642",
      "master_sku": "MNRO-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-WCOR2415",
      "master_sku": "MNRO-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-WDC2430",
      "master_sku": "MNRO-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-WDC2436",
      "master_sku": "MNRO-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GD-WDC2442",
      "master_sku": "MNRO-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        516
      ],
      "expected_category_ids": [
        4,
        404,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1215",
      "master_sku": "MNRO-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1515",
      "master_sku": "MNRO-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1530",
      "master_sku": "MNRO-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1536",
      "master_sku": "MNRO-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1542",
      "master_sku": "MNRO-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1815",
      "master_sku": "MNRO-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1830",
      "master_sku": "MNRO-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1836",
      "master_sku": "MNRO-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW1842",
      "master_sku": "MNRO-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        404,
        513
      ],
      "expected_category_ids": [
        4,
        404,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW2115",
      "master_sku": "MNRO-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW2415",
      "master_sku": "MNRO-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW2715",
      "master_sku": "MNRO-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3015",
      "master_sku": "MNRO-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3030",
      "master_sku": "MNRO-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3036",
      "master_sku": "MNRO-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3042",
      "master_sku": "MNRO-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3315",
      "master_sku": "MNRO-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3615",
      "master_sku": "MNRO-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3630",
      "master_sku": "MNRO-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3636",
      "master_sku": "MNRO-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDW3642",
      "master_sku": "MNRO-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDWCOR2415",
      "master_sku": "MNRO-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDWDC2430",
      "master_sku": "MNRO-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        450
      ],
      "expected_category_ids": [
        4,
        404,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDWDC2436",
      "master_sku": "MNRO-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        450
      ],
      "expected_category_ids": [
        4,
        404,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-GDWDC2442",
      "master_sku": "MNRO-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        450
      ],
      "expected_category_ids": [
        4,
        404,
        450
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-LC1884",
      "master_sku": "MNRO-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-LCVM8",
      "master_sku": "MNRO-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        492
      ],
      "expected_category_ids": [
        4,
        404,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-LM8",
      "master_sku": "MNRO-LM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        532
      ],
      "expected_category_ids": [
        4,
        404,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-LRM8",
      "master_sku": "MNRO-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        532
      ],
      "expected_category_ids": [
        4,
        404,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-M2436",
      "master_sku": "MNRO-M2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MBEP",
      "master_sku": "MNRO-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        404,
        501
      ],
      "expected_category_ids": [
        4,
        404,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MC3018",
      "master_sku": "MNRO-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        404,
        453
      ],
      "expected_category_ids": [
        4,
        404,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MPBEP",
      "master_sku": "MNRO-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        404,
        501
      ],
      "expected_category_ids": [
        4,
        404,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MWEP15",
      "master_sku": "MNRO-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        404,
        416
      ],
      "expected_category_ids": [
        4,
        404,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MWEP30",
      "master_sku": "MNRO-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        501
      ],
      "expected_category_ids": [
        4,
        404,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MWEP36",
      "master_sku": "MNRO-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        501
      ],
      "expected_category_ids": [
        4,
        404,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-MWEP42",
      "master_sku": "MNRO-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        404,
        501
      ],
      "expected_category_ids": [
        4,
        404,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-OC3384",
      "master_sku": "MNRO-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        404,
        421
      ],
      "expected_category_ids": [
        4,
        404,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-OC3390",
      "master_sku": "MNRO-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        404,
        421
      ],
      "expected_category_ids": [
        4,
        404,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-OC3396",
      "master_sku": "MNRO-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        404,
        421
      ],
      "expected_category_ids": [
        4,
        404,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-OCM8-1",
      "master_sku": "MNRO-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        404,
        495
      ],
      "expected_category_ids": [
        4,
        404,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC1884",
      "master_sku": "MNRO-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC1890",
      "master_sku": "MNRO-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC1896",
      "master_sku": "MNRO-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC2484",
      "master_sku": "MNRO-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC2490",
      "master_sku": "MNRO-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC2496",
      "master_sku": "MNRO-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC3084",
      "master_sku": "MNRO-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC3090",
      "master_sku": "MNRO-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-PC3096",
      "master_sku": "MNRO-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        404,
        473
      ],
      "expected_category_ids": [
        4,
        404,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-REP120",
      "master_sku": "MNRO-REP120",
      "found": true,
      "current_category_ids": [
        4,
        404,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-REP96",
      "master_sku": "MNRO-REP96",
      "found": true,
      "current_category_ids": [
        4,
        404,
        419
      ],
      "expected_category_ids": [
        4,
        404,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SB24",
      "master_sku": "MNRO-SB24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SB27",
      "master_sku": "MNRO-SB27",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SB30",
      "master_sku": "MNRO-SB30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SB33",
      "master_sku": "MNRO-SB33",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SB36",
      "master_sku": "MNRO-SB36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SBF30",
      "master_sku": "MNRO-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SBF36",
      "master_sku": "MNRO-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        442
      ],
      "expected_category_ids": [
        4,
        404,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SBM8",
      "master_sku": "MNRO-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        413
      ],
      "expected_category_ids": [
        4,
        404,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SC10",
      "master_sku": "MNRO-SC10",
      "found": true,
      "current_category_ids": [
        4,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SD",
      "master_sku": "MNRO-SD",
      "found": true,
      "current_category_ids": [
        4,
        404,
        534
      ],
      "expected_category_ids": [
        4,
        404,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SDP34 4X4",
      "master_sku": "MNRO-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SHM8",
      "master_sku": "MNRO-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        412
      ],
      "expected_category_ids": [
        4,
        404,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK12",
      "master_sku": "MNRO-SK12",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK15",
      "master_sku": "MNRO-SK15",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK18",
      "master_sku": "MNRO-SK18",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK24",
      "master_sku": "MNRO-SK24",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK30",
      "master_sku": "MNRO-SK30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK36",
      "master_sku": "MNRO-SK36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SK42",
      "master_sku": "MNRO-SK42",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SKB",
      "master_sku": "MNRO-SKB",
      "found": true,
      "current_category_ids": [
        4,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SM8",
      "master_sku": "MNRO-SM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        496
      ],
      "expected_category_ids": [
        4,
        404,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-SSPA34 4X4",
      "master_sku": "MNRO-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-TK8",
      "master_sku": "MNRO-TK8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        535
      ],
      "expected_category_ids": [
        4,
        404,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-TKBM8",
      "master_sku": "MNRO-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        404,
        493
      ],
      "expected_category_ids": [
        4,
        404,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-TOUCH UP KIT",
      "master_sku": "MNRO-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        404,
        468
      ],
      "expected_category_ids": [
        4,
        404,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-V54",
      "master_sku": "MNRO-V54",
      "found": true,
      "current_category_ids": [
        4,
        404,
        505
      ],
      "expected_category_ids": [
        4,
        404,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VA2421",
      "master_sku": "MNRO-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VA3021",
      "master_sku": "MNRO-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VA3621",
      "master_sku": "MNRO-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VDB12-3",
      "master_sku": "MNRO-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VDB15-3",
      "master_sku": "MNRO-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VDB18-3",
      "master_sku": "MNRO-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VKD3021",
      "master_sku": "MNRO-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD3021DL",
      "master_sku": "MNRO-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD3021DR",
      "master_sku": "MNRO-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD3621DL",
      "master_sku": "MNRO-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD3621DR",
      "master_sku": "MNRO-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD4821DLR",
      "master_sku": "MNRO-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-VSD6021DLR",
      "master_sku": "MNRO-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W0930",
      "master_sku": "MNRO-W0930",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W0936",
      "master_sku": "MNRO-W0936",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W0942",
      "master_sku": "MNRO-W0942",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1230",
      "master_sku": "MNRO-W1230",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1236",
      "master_sku": "MNRO-W1236",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1242",
      "master_sku": "MNRO-W1242",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1530",
      "master_sku": "MNRO-W1530",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1536",
      "master_sku": "MNRO-W1536",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1542",
      "master_sku": "MNRO-W1542",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1830",
      "master_sku": "MNRO-W1830",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1836",
      "master_sku": "MNRO-W1836",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W1842",
      "master_sku": "MNRO-W1842",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2130",
      "master_sku": "MNRO-W2130",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2136",
      "master_sku": "MNRO-W2136",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2142",
      "master_sku": "MNRO-W2142",
      "found": true,
      "current_category_ids": [
        4,
        404,
        461
      ],
      "expected_category_ids": [
        4,
        404,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2412",
      "master_sku": "MNRO-W2412",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2415",
      "master_sku": "MNRO-W2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2418",
      "master_sku": "MNRO-W2418",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2424",
      "master_sku": "MNRO-W2424",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2430",
      "master_sku": "MNRO-W2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2436",
      "master_sku": "MNRO-W2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2442",
      "master_sku": "MNRO-W2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2730",
      "master_sku": "MNRO-W2730",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2736",
      "master_sku": "MNRO-W2736",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W2742",
      "master_sku": "MNRO-W2742",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3012",
      "master_sku": "MNRO-W3012",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W301224",
      "master_sku": "MNRO-W301224",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3015",
      "master_sku": "MNRO-W3015",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3018",
      "master_sku": "MNRO-W3018",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W301824",
      "master_sku": "MNRO-W301824",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3024",
      "master_sku": "MNRO-W3024",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W302424",
      "master_sku": "MNRO-W302424",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3030",
      "master_sku": "MNRO-W3030",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3036",
      "master_sku": "MNRO-W3036",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3042",
      "master_sku": "MNRO-W3042",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W331224",
      "master_sku": "MNRO-W331224",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3315",
      "master_sku": "MNRO-W3315",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3318",
      "master_sku": "MNRO-W3318",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3324",
      "master_sku": "MNRO-W3324",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3330",
      "master_sku": "MNRO-W3330",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3336",
      "master_sku": "MNRO-W3336",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3342",
      "master_sku": "MNRO-W3342",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3612",
      "master_sku": "MNRO-W3612",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W361224",
      "master_sku": "MNRO-W361224",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3615",
      "master_sku": "MNRO-W3615",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3618",
      "master_sku": "MNRO-W3618",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W361824",
      "master_sku": "MNRO-W361824",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3624",
      "master_sku": "MNRO-W3624",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W362424",
      "master_sku": "MNRO-W362424",
      "found": true,
      "current_category_ids": [
        4,
        404,
        486
      ],
      "expected_category_ids": [
        4,
        404,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3630",
      "master_sku": "MNRO-W3630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3636",
      "master_sku": "MNRO-W3636",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3642",
      "master_sku": "MNRO-W3642",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-W3930",
      "master_sku": "MNRO-W3930",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WBC2730",
      "master_sku": "MNRO-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        404,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WBC2736",
      "master_sku": "MNRO-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        404,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WBC2742",
      "master_sku": "MNRO-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        404,
        447
      ],
      "expected_category_ids": [
        4,
        404,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WCOR2430",
      "master_sku": "MNRO-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        455
      ],
      "expected_category_ids": [
        4,
        404,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WCOR2436",
      "master_sku": "MNRO-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        455
      ],
      "expected_category_ids": [
        4,
        404,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WCOR2442",
      "master_sku": "MNRO-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        455
      ],
      "expected_category_ids": [
        4,
        404,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WDC2430",
      "master_sku": "MNRO-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WDC2436",
      "master_sku": "MNRO-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WDC2442",
      "master_sku": "MNRO-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WECA30",
      "master_sku": "MNRO-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        404,
        445
      ],
      "expected_category_ids": [
        4,
        404,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WECA36",
      "master_sku": "MNRO-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        404,
        445
      ],
      "expected_category_ids": [
        4,
        404,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WECA42",
      "master_sku": "MNRO-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        404,
        445
      ],
      "expected_category_ids": [
        4,
        404,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WHB3624",
      "master_sku": "MNRO-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        404,
        460
      ],
      "expected_category_ids": [
        4,
        404,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WHB3630",
      "master_sku": "MNRO-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        460
      ],
      "expected_category_ids": [
        4,
        404,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1215",
      "master_sku": "MNRO-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1515",
      "master_sku": "MNRO-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1530",
      "master_sku": "MNRO-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1536",
      "master_sku": "MNRO-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1542",
      "master_sku": "MNRO-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1815",
      "master_sku": "MNRO-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1830",
      "master_sku": "MNRO-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1836",
      "master_sku": "MNRO-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC1842",
      "master_sku": "MNRO-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC2115",
      "master_sku": "MNRO-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC2415",
      "master_sku": "MNRO-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC2715",
      "master_sku": "MNRO-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3015",
      "master_sku": "MNRO-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3030",
      "master_sku": "MNRO-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3036",
      "master_sku": "MNRO-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3042",
      "master_sku": "MNRO-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3315",
      "master_sku": "MNRO-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3615",
      "master_sku": "MNRO-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3630",
      "master_sku": "MNRO-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3636",
      "master_sku": "MNRO-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOC3642",
      "master_sku": "MNRO-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        404,
        475
      ],
      "expected_category_ids": [
        4,
        404,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOCD2430",
      "master_sku": "MNRO-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOCD2436",
      "master_sku": "MNRO-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOCD2442",
      "master_sku": "MNRO-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WOCOR2415",
      "master_sku": "MNRO-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        404,
        449
      ],
      "expected_category_ids": [
        4,
        404,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MNRO-WSC1818",
      "master_sku": "MNRO-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        404,
        462
      ],
      "expected_category_ids": [
        4,
        404,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B12",
      "master_sku": "MSW-B12",
      "found": true,
      "current_category_ids": [
        4,
        405,
        471
      ],
      "expected_category_ids": [
        4,
        405,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B15",
      "master_sku": "MSW-B15",
      "found": true,
      "current_category_ids": [
        4,
        405,
        471
      ],
      "expected_category_ids": [
        4,
        405,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B18",
      "master_sku": "MSW-B18",
      "found": true,
      "current_category_ids": [
        4,
        405,
        471
      ],
      "expected_category_ids": [
        4,
        405,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B21",
      "master_sku": "MSW-B21",
      "found": true,
      "current_category_ids": [
        4,
        405,
        471
      ],
      "expected_category_ids": [
        4,
        405,
        471
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B24",
      "master_sku": "MSW-B24",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B27",
      "master_sku": "MSW-B27",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B30",
      "master_sku": "MSW-B30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B33",
      "master_sku": "MSW-B33",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B36",
      "master_sku": "MSW-B36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-B39",
      "master_sku": "MSW-B39",
      "found": true,
      "current_category_ids": [
        4,
        405,
        506
      ],
      "expected_category_ids": [
        4,
        405,
        506
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BBC36/39L/R",
      "master_sku": "MSW-BBC36/39L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC36/39L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BBC39/42L/R",
      "master_sku": "MSW-BBC39/42L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC39/42L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BBC45/48FHL/R",
      "master_sku": "MSW-BBC45/48FHL/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BBC45/48FHL/R-MC",
      "master_sku": "MSW-BBC45/48FHL/R-MC",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48FHL/R-MC",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BBC45/48L/R",
      "master_sku": "MSW-BBC45/48L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        435,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        435
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        447
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BBC45/48L/R",
          "category_id": 447,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BCOR33L/R",
      "master_sku": "MSW-BCOR33L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        405,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR33L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BCOR36L/R",
      "master_sku": "MSW-BCOR36L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        36,
        144,
        214,
        405,
        436,
        437,
        510
      ],
      "expected_category_ids": [
        4,
        405,
        510
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        36,
        144,
        214,
        436,
        437
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 36,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 214,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 436,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-BCOR36L/R",
          "category_id": 437,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-BEC1224L",
      "master_sku": "MSW-BEC1224L",
      "found": true,
      "current_category_ids": [
        4,
        405,
        464
      ],
      "expected_category_ids": [
        4,
        405,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BEC1224R",
      "master_sku": "MSW-BEC1224R",
      "found": true,
      "current_category_ids": [
        4,
        405,
        464
      ],
      "expected_category_ids": [
        4,
        405,
        464
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BF3",
      "master_sku": "MSW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        500
      ],
      "expected_category_ids": [
        4,
        405,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BF6",
      "master_sku": "MSW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        405,
        500
      ],
      "expected_category_ids": [
        4,
        405,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH09",
      "master_sku": "MSW-BH09",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH12",
      "master_sku": "MSW-BH12",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH15",
      "master_sku": "MSW-BH15",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH18",
      "master_sku": "MSW-BH18",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH21",
      "master_sku": "MSW-BH21",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH24",
      "master_sku": "MSW-BH24",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH27",
      "master_sku": "MSW-BH27",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH30",
      "master_sku": "MSW-BH30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH33",
      "master_sku": "MSW-BH33",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH36",
      "master_sku": "MSW-BH36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BH39",
      "master_sku": "MSW-BH39",
      "found": true,
      "current_category_ids": [
        4,
        405,
        434
      ],
      "expected_category_ids": [
        4,
        405,
        434
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BM8",
      "master_sku": "MSW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        493
      ],
      "expected_category_ids": [
        4,
        405,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BMC24",
      "master_sku": "MSW-BMC24",
      "found": true,
      "current_category_ids": [
        4,
        405,
        507
      ],
      "expected_category_ids": [
        4,
        405,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BMC30",
      "master_sku": "MSW-BMC30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        507
      ],
      "expected_category_ids": [
        4,
        405,
        507
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BPP09",
      "master_sku": "MSW-BPP09",
      "found": true,
      "current_category_ids": [
        4,
        405,
        411
      ],
      "expected_category_ids": [
        4,
        405,
        411
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-BWB18",
      "master_sku": "MSW-BWB18",
      "found": true,
      "current_category_ids": [
        4,
        405,
        444
      ],
      "expected_category_ids": [
        4,
        405,
        444
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-CLEARANCE KIT",
      "master_sku": "MSW-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        405,
        428
      ],
      "expected_category_ids": [
        4,
        405,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-CLEARANCE KIT TALL",
      "master_sku": "MSW-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        405,
        428
      ],
      "expected_category_ids": [
        4,
        405,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-CSB36",
      "master_sku": "MSW-CSB36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        508
      ],
      "expected_category_ids": [
        4,
        405,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-CSB36-FP",
      "master_sku": "MSW-CSB36-FP",
      "found": true,
      "current_category_ids": [
        4,
        405,
        508
      ],
      "expected_category_ids": [
        4,
        405,
        508
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-CVM8",
      "master_sku": "MSW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        492
      ],
      "expected_category_ids": [
        4,
        405,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB12-3",
      "master_sku": "MSW-DB12-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB15-3",
      "master_sku": "MSW-DB15-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB18-3",
      "master_sku": "MSW-DB18-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB21-3",
      "master_sku": "MSW-DB21-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB24-3",
      "master_sku": "MSW-DB24-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB27-3",
      "master_sku": "MSW-DB27-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB30-2",
      "master_sku": "MSW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB30-3",
      "master_sku": "MSW-DB30-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB33-3",
      "master_sku": "MSW-DB33-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DB36-3",
      "master_sku": "MSW-DB36-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        525
      ],
      "expected_category_ids": [
        4,
        405,
        525
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-DWR3L/R",
      "master_sku": "MSW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        405,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-EZR33",
      "master_sku": "MSW-EZR33",
      "found": true,
      "current_category_ids": [
        4,
        405,
        509
      ],
      "expected_category_ids": [
        4,
        405,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-EZR36",
      "master_sku": "MSW-EZR36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        509
      ],
      "expected_category_ids": [
        4,
        405,
        509
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F330",
      "master_sku": "MSW-F330",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F336",
      "master_sku": "MSW-F336",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F342",
      "master_sku": "MSW-F342",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F396",
      "master_sku": "MSW-F396",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F630",
      "master_sku": "MSW-F630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F642",
      "master_sku": "MSW-F642",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-F696",
      "master_sku": "MSW-F696",
      "found": true,
      "current_category_ids": [
        4,
        405,
        417
      ],
      "expected_category_ids": [
        4,
        405,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-FPP9648 1/4",
      "master_sku": "MSW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        405,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-FPP9648 3/4",
      "master_sku": "MSW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        405,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-FPPB9648 1/2",
      "master_sku": "MSW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        144,
        221,
        370,
        405,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        144,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 144,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "MSW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "MSW-FS24",
      "master_sku": "MSW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        405,
        431
      ],
      "expected_category_ids": [
        4,
        405,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-FS30",
      "master_sku": "MSW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-FS36",
      "master_sku": "MSW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-FS60",
      "master_sku": "MSW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        405,
        431
      ],
      "expected_category_ids": [
        4,
        405,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GALLON OF PAINT",
      "master_sku": "MSW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1215",
      "master_sku": "MSW-GD-W1215",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1515",
      "master_sku": "MSW-GD-W1515",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1530",
      "master_sku": "MSW-GD-W1530",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1536",
      "master_sku": "MSW-GD-W1536",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1542",
      "master_sku": "MSW-GD-W1542",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1815",
      "master_sku": "MSW-GD-W1815",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1830",
      "master_sku": "MSW-GD-W1830",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1836",
      "master_sku": "MSW-GD-W1836",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W1842",
      "master_sku": "MSW-GD-W1842",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W2115",
      "master_sku": "MSW-GD-W2115",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W2415",
      "master_sku": "MSW-GD-W2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W2715",
      "master_sku": "MSW-GD-W2715",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3015",
      "master_sku": "MSW-GD-W3015",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3030",
      "master_sku": "MSW-GD-W3030",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3036",
      "master_sku": "MSW-GD-W3036",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3042",
      "master_sku": "MSW-GD-W3042",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3315",
      "master_sku": "MSW-GD-W3315",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3615",
      "master_sku": "MSW-GD-W3615",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3630",
      "master_sku": "MSW-GD-W3630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3636",
      "master_sku": "MSW-GD-W3636",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-W3642",
      "master_sku": "MSW-GD-W3642",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-WCOR2415",
      "master_sku": "MSW-GD-WCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-WDC2430",
      "master_sku": "MSW-GD-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-WDC2436",
      "master_sku": "MSW-GD-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GD-WDC2442",
      "master_sku": "MSW-GD-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        516
      ],
      "expected_category_ids": [
        4,
        405,
        516
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1215",
      "master_sku": "MSW-GDW1215",
      "found": true,
      "current_category_ids": [
        4,
        405,
        459
      ],
      "expected_category_ids": [
        4,
        405,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1515",
      "master_sku": "MSW-GDW1515",
      "found": true,
      "current_category_ids": [
        4,
        405,
        459
      ],
      "expected_category_ids": [
        4,
        405,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1530",
      "master_sku": "MSW-GDW1530",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1536",
      "master_sku": "MSW-GDW1536",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1542",
      "master_sku": "MSW-GDW1542",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1815",
      "master_sku": "MSW-GDW1815",
      "found": true,
      "current_category_ids": [
        4,
        405,
        459
      ],
      "expected_category_ids": [
        4,
        405,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1830",
      "master_sku": "MSW-GDW1830",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1836",
      "master_sku": "MSW-GDW1836",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW1842",
      "master_sku": "MSW-GDW1842",
      "found": true,
      "current_category_ids": [
        4,
        405,
        513
      ],
      "expected_category_ids": [
        4,
        405,
        513
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW2115",
      "master_sku": "MSW-GDW2115",
      "found": true,
      "current_category_ids": [
        4,
        405,
        459
      ],
      "expected_category_ids": [
        4,
        405,
        459
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW2415",
      "master_sku": "MSW-GDW2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW2715",
      "master_sku": "MSW-GDW2715",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3015",
      "master_sku": "MSW-GDW3015",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3030",
      "master_sku": "MSW-GDW3030",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3036",
      "master_sku": "MSW-GDW3036",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3042",
      "master_sku": "MSW-GDW3042",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3315",
      "master_sku": "MSW-GDW3315",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3615",
      "master_sku": "MSW-GDW3615",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3630",
      "master_sku": "MSW-GDW3630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3636",
      "master_sku": "MSW-GDW3636",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDW3642",
      "master_sku": "MSW-GDW3642",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDWCOR2415",
      "master_sku": "MSW-GDWCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        461
      ],
      "expected_category_ids": [
        4,
        405,
        461
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDWDC2430",
      "master_sku": "MSW-GDWDC2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        405,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDWDC2436",
      "master_sku": "MSW-GDWDC2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        405,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-GDWDC2442",
      "master_sku": "MSW-GDWDC2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        452,
        523
      ],
      "expected_category_ids": [
        4,
        405,
        452,
        523
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-LC1884",
      "master_sku": "MSW-LC1884",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-LCVM8",
      "master_sku": "MSW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        492
      ],
      "expected_category_ids": [
        4,
        405,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-LM8",
      "master_sku": "MSW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        532
      ],
      "expected_category_ids": [
        4,
        405,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-LRM8",
      "master_sku": "MSW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        532
      ],
      "expected_category_ids": [
        4,
        405,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MBEP",
      "master_sku": "MSW-MBEP",
      "found": true,
      "current_category_ids": [
        4,
        405,
        501
      ],
      "expected_category_ids": [
        4,
        405,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MC3018",
      "master_sku": "MSW-MC3018",
      "found": true,
      "current_category_ids": [
        4,
        405,
        453
      ],
      "expected_category_ids": [
        4,
        405,
        453
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MPBEP",
      "master_sku": "MSW-MPBEP",
      "found": true,
      "current_category_ids": [
        4,
        405,
        501
      ],
      "expected_category_ids": [
        4,
        405,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MWEP15",
      "master_sku": "MSW-MWEP15",
      "found": true,
      "current_category_ids": [
        4,
        405,
        416
      ],
      "expected_category_ids": [
        4,
        405,
        416
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MWEP30",
      "master_sku": "MSW-MWEP30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        501
      ],
      "expected_category_ids": [
        4,
        405,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MWEP36",
      "master_sku": "MSW-MWEP36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        501
      ],
      "expected_category_ids": [
        4,
        405,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-MWEP42",
      "master_sku": "MSW-MWEP42",
      "found": true,
      "current_category_ids": [
        4,
        405,
        501
      ],
      "expected_category_ids": [
        4,
        405,
        501
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-OC3384",
      "master_sku": "MSW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        132,
        405,
        421
      ],
      "expected_category_ids": [
        4,
        405,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-OC3390",
      "master_sku": "MSW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        132,
        405,
        421
      ],
      "expected_category_ids": [
        4,
        405,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-OC3396",
      "master_sku": "MSW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        132,
        405,
        421
      ],
      "expected_category_ids": [
        4,
        405,
        421
      ],
      "keep_category_ids": [],
      "would_remove": [
        132
      ],
      "would_add": [],
      "removed": [
        132
      ],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-OCM8-1",
      "master_sku": "MSW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        405,
        495
      ],
      "expected_category_ids": [
        4,
        405,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC1884",
      "master_sku": "MSW-PC1884",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC1890",
      "master_sku": "MSW-PC1890",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC1896",
      "master_sku": "MSW-PC1896",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC2484",
      "master_sku": "MSW-PC2484",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC2490",
      "master_sku": "MSW-PC2490",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC2496",
      "master_sku": "MSW-PC2496",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC3084",
      "master_sku": "MSW-PC3084",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC3090",
      "master_sku": "MSW-PC3090",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PC3096",
      "master_sku": "MSW-PC3096",
      "found": true,
      "current_category_ids": [
        4,
        405,
        473
      ],
      "expected_category_ids": [
        4,
        405,
        473
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-PINT OF PAINT",
      "master_sku": "MSW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-QUART OF PAINT",
      "master_sku": "MSW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-REP120",
      "master_sku": "MSW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        405,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-REP96",
      "master_sku": "MSW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        405,
        419
      ],
      "expected_category_ids": [
        4,
        405,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SB24",
      "master_sku": "MSW-SB24",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SB27",
      "master_sku": "MSW-SB27",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SB30",
      "master_sku": "MSW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SB33",
      "master_sku": "MSW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SB36",
      "master_sku": "MSW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SBF30",
      "master_sku": "MSW-SBF30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SBF36",
      "master_sku": "MSW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        442
      ],
      "expected_category_ids": [
        4,
        405,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SBM8",
      "master_sku": "MSW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        413
      ],
      "expected_category_ids": [
        4,
        405,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SC10",
      "master_sku": "MSW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        405,
        502
      ],
      "expected_category_ids": [
        4,
        405,
        502
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SD",
      "master_sku": "MSW-SD",
      "found": true,
      "current_category_ids": [
        4,
        405,
        534
      ],
      "expected_category_ids": [
        4,
        405,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SDP34 4X4",
      "master_sku": "MSW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SHM8",
      "master_sku": "MSW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        412
      ],
      "expected_category_ids": [
        4,
        405,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SM8",
      "master_sku": "MSW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        496
      ],
      "expected_category_ids": [
        4,
        405,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SPRAY CAN",
      "master_sku": "MSW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-SSPA34 4X4",
      "master_sku": "MSW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-TK8",
      "master_sku": "MSW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        535
      ],
      "expected_category_ids": [
        4,
        405,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-TKBM8",
      "master_sku": "MSW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        493
      ],
      "expected_category_ids": [
        4,
        405,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-TLM8",
      "master_sku": "MSW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        405,
        499
      ],
      "expected_category_ids": [
        4,
        405,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-TOUCH UP KIT",
      "master_sku": "MSW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-V54",
      "master_sku": "MSW-V54",
      "found": true,
      "current_category_ids": [
        4,
        405,
        505
      ],
      "expected_category_ids": [
        4,
        405,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VA2421",
      "master_sku": "MSW-VA2421",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VA3021",
      "master_sku": "MSW-VA3021",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VA3621",
      "master_sku": "MSW-VA3621",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VDB12-3",
      "master_sku": "MSW-VDB12-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VDB15-3",
      "master_sku": "MSW-VDB15-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VDB18-3",
      "master_sku": "MSW-VDB18-3",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VKD3021",
      "master_sku": "MSW-VKD3021",
      "found": true,
      "current_category_ids": [
        4,
        405,
        505
      ],
      "expected_category_ids": [
        4,
        405,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD3021DL",
      "master_sku": "MSW-VSD3021DL",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD3021DR",
      "master_sku": "MSW-VSD3021DR",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD3621DL",
      "master_sku": "MSW-VSD3621DL",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD3621DR",
      "master_sku": "MSW-VSD3621DR",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD4821DLR",
      "master_sku": "MSW-VSD4821DLR",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-VSD6021DLR",
      "master_sku": "MSW-VSD6021DLR",
      "found": true,
      "current_category_ids": [
        4,
        405,
        467
      ],
      "expected_category_ids": [
        4,
        405,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W0930",
      "master_sku": "MSW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W0936",
      "master_sku": "MSW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W0942",
      "master_sku": "MSW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1230",
      "master_sku": "MSW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1236",
      "master_sku": "MSW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1242",
      "master_sku": "MSW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1530",
      "master_sku": "MSW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1536",
      "master_sku": "MSW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1542",
      "master_sku": "MSW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1830",
      "master_sku": "MSW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1836",
      "master_sku": "MSW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W1842",
      "master_sku": "MSW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2130",
      "master_sku": "MSW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2136",
      "master_sku": "MSW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2142",
      "master_sku": "MSW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2412",
      "master_sku": "MSW-W2412",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2415",
      "master_sku": "MSW-W2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2418",
      "master_sku": "MSW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2424",
      "master_sku": "MSW-W2424",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2430",
      "master_sku": "MSW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2436",
      "master_sku": "MSW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2442",
      "master_sku": "MSW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2730",
      "master_sku": "MSW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2736",
      "master_sku": "MSW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W2742",
      "master_sku": "MSW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3012",
      "master_sku": "MSW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W301224",
      "master_sku": "MSW-W301224",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3015",
      "master_sku": "MSW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3018",
      "master_sku": "MSW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W301824",
      "master_sku": "MSW-W301824",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3024",
      "master_sku": "MSW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W302424",
      "master_sku": "MSW-W302424",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3030",
      "master_sku": "MSW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3036",
      "master_sku": "MSW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3042",
      "master_sku": "MSW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W331224",
      "master_sku": "MSW-W331224",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3315",
      "master_sku": "MSW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3318",
      "master_sku": "MSW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3324",
      "master_sku": "MSW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3330",
      "master_sku": "MSW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3336",
      "master_sku": "MSW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3342",
      "master_sku": "MSW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3612",
      "master_sku": "MSW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W361224",
      "master_sku": "MSW-W361224",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3615",
      "master_sku": "MSW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3618",
      "master_sku": "MSW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W361824",
      "master_sku": "MSW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3624",
      "master_sku": "MSW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W362424",
      "master_sku": "MSW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        405,
        486
      ],
      "expected_category_ids": [
        4,
        405,
        486
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3630",
      "master_sku": "MSW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3636",
      "master_sku": "MSW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3642",
      "master_sku": "MSW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-W3930",
      "master_sku": "MSW-W3930",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WBC2730",
      "master_sku": "MSW-WBC2730",
      "found": true,
      "current_category_ids": [
        4,
        405,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WBC2736",
      "master_sku": "MSW-WBC2736",
      "found": true,
      "current_category_ids": [
        4,
        405,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WBC2742",
      "master_sku": "MSW-WBC2742",
      "found": true,
      "current_category_ids": [
        4,
        405,
        447
      ],
      "expected_category_ids": [
        4,
        405,
        447
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WCOR2430",
      "master_sku": "MSW-WCOR2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        455
      ],
      "expected_category_ids": [
        4,
        405,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WCOR2436",
      "master_sku": "MSW-WCOR2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        455
      ],
      "expected_category_ids": [
        4,
        405,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WCOR2442",
      "master_sku": "MSW-WCOR2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        455
      ],
      "expected_category_ids": [
        4,
        405,
        455
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WDC2430",
      "master_sku": "MSW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WDC2436",
      "master_sku": "MSW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WDC2442",
      "master_sku": "MSW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WECA30",
      "master_sku": "MSW-WECA30",
      "found": true,
      "current_category_ids": [
        4,
        405,
        445
      ],
      "expected_category_ids": [
        4,
        405,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WECA36",
      "master_sku": "MSW-WECA36",
      "found": true,
      "current_category_ids": [
        4,
        405,
        445
      ],
      "expected_category_ids": [
        4,
        405,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WECA42",
      "master_sku": "MSW-WECA42",
      "found": true,
      "current_category_ids": [
        4,
        405,
        445
      ],
      "expected_category_ids": [
        4,
        405,
        445
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WHB3624",
      "master_sku": "MSW-WHB3624",
      "found": true,
      "current_category_ids": [
        4,
        405,
        460
      ],
      "expected_category_ids": [
        4,
        405,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WHB3630",
      "master_sku": "MSW-WHB3630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        460
      ],
      "expected_category_ids": [
        4,
        405,
        460
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1215",
      "master_sku": "MSW-WOC1215",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1515",
      "master_sku": "MSW-WOC1515",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1530",
      "master_sku": "MSW-WOC1530",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1536",
      "master_sku": "MSW-WOC1536",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1542",
      "master_sku": "MSW-WOC1542",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1815",
      "master_sku": "MSW-WOC1815",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1830",
      "master_sku": "MSW-WOC1830",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1836",
      "master_sku": "MSW-WOC1836",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC1842",
      "master_sku": "MSW-WOC1842",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC2115",
      "master_sku": "MSW-WOC2115",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC2415",
      "master_sku": "MSW-WOC2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC2715",
      "master_sku": "MSW-WOC2715",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3015",
      "master_sku": "MSW-WOC3015",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3030",
      "master_sku": "MSW-WOC3030",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3036",
      "master_sku": "MSW-WOC3036",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3042",
      "master_sku": "MSW-WOC3042",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3315",
      "master_sku": "MSW-WOC3315",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3615",
      "master_sku": "MSW-WOC3615",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3630",
      "master_sku": "MSW-WOC3630",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3636",
      "master_sku": "MSW-WOC3636",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOC3642",
      "master_sku": "MSW-WOC3642",
      "found": true,
      "current_category_ids": [
        4,
        405,
        475
      ],
      "expected_category_ids": [
        4,
        405,
        475
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOCD2430",
      "master_sku": "MSW-WOCD2430",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOCD2436",
      "master_sku": "MSW-WOCD2436",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOCD2442",
      "master_sku": "MSW-WOCD2442",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WOCOR2415",
      "master_sku": "MSW-WOCOR2415",
      "found": true,
      "current_category_ids": [
        4,
        405,
        449
      ],
      "expected_category_ids": [
        4,
        405,
        449
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "MSW-WSC1818",
      "master_sku": "MSW-WSC1818",
      "found": true,
      "current_category_ids": [
        4,
        405,
        462
      ],
      "expected_category_ids": [
        4,
        405,
        462
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2375x3725",
      "master_sku": "NE-DH-2375x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2375x4525",
      "master_sku": "NE-DH-2375x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2375x5325",
      "master_sku": "NE-DH-2375x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x3725",
      "master_sku": "NE-DH-2425x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x4125",
      "master_sku": "NE-DH-2425x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x4525",
      "master_sku": "NE-DH-2425x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x5325",
      "master_sku": "NE-DH-2425x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x6125",
      "master_sku": "NE-DH-2425x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x6525",
      "master_sku": "NE-DH-2425x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2425x6925",
      "master_sku": "NE-DH-2425x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2775x3725",
      "master_sku": "NE-DH-2775x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2775x4525",
      "master_sku": "NE-DH-2775x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2775x5325",
      "master_sku": "NE-DH-2775x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x3725",
      "master_sku": "NE-DH-2825x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x4125",
      "master_sku": "NE-DH-2825x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x4525",
      "master_sku": "NE-DH-2825x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x5325",
      "master_sku": "NE-DH-2825x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x5725",
      "master_sku": "NE-DH-2825x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x6125",
      "master_sku": "NE-DH-2825x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x6525",
      "master_sku": "NE-DH-2825x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-2825x6925",
      "master_sku": "NE-DH-2825x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x3725",
      "master_sku": "NE-DH-3125x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x4125",
      "master_sku": "NE-DH-3125x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x4525",
      "master_sku": "NE-DH-3125x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x5325",
      "master_sku": "NE-DH-3125x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x5725",
      "master_sku": "NE-DH-3125x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x6125",
      "master_sku": "NE-DH-3125x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x6525",
      "master_sku": "NE-DH-3125x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3125x6925",
      "master_sku": "NE-DH-3125x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3175x3725",
      "master_sku": "NE-DH-3175x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3175x4525",
      "master_sku": "NE-DH-3175x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3175x4925",
      "master_sku": "NE-DH-3175x4925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3175x5325",
      "master_sku": "NE-DH-3175x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3175x6125",
      "master_sku": "NE-DH-3175x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x3725",
      "master_sku": "NE-DH-3425x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x4125",
      "master_sku": "NE-DH-3425x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x4525",
      "master_sku": "NE-DH-3425x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x5325",
      "master_sku": "NE-DH-3425x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x5725",
      "master_sku": "NE-DH-3425x5725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x6125",
      "master_sku": "NE-DH-3425x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x6525",
      "master_sku": "NE-DH-3425x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3425x6925",
      "master_sku": "NE-DH-3425x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3575x3725",
      "master_sku": "NE-DH-3575x3725",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3575x4525",
      "master_sku": "NE-DH-3575x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3575x4925",
      "master_sku": "NE-DH-3575x4925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3575x5325",
      "master_sku": "NE-DH-3575x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3575x6125",
      "master_sku": "NE-DH-3575x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-3975x5325",
      "master_sku": "NE-DH-3975x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x4125",
      "master_sku": "NE-DH-4025x4125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x4525",
      "master_sku": "NE-DH-4025x4525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x5325",
      "master_sku": "NE-DH-4025x5325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x6125",
      "master_sku": "NE-DH-4025x6125",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x6525",
      "master_sku": "NE-DH-4025x6525",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-DH-4025x6925",
      "master_sku": "NE-DH-4025x6925",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3075x1475",
      "master_sku": "NE-SL-3075x1475",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3075x1675",
      "master_sku": "NE-SL-3075x1675",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3075x1875",
      "master_sku": "NE-SL-3075x1875",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3075x2275",
      "master_sku": "NE-SL-3075x2275",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3175x1425",
      "master_sku": "NE-SL-3175x1425",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3175x1625",
      "master_sku": "NE-SL-3175x1625",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3175x1825",
      "master_sku": "NE-SL-3175x1825",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "NE-SL-3575x2325",
      "master_sku": "NE-SL-3575x2325",
      "found": true,
      "current_category_ids": [
        4,
        352
      ],
      "expected_category_ids": [
        4,
        352
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-BF3",
      "master_sku": "PB-BRO-BF3",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-BF6",
      "master_sku": "PB-BRO-BF6",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-BM8",
      "master_sku": "PB-BRO-BM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-CLEARANCE KIT",
      "master_sku": "PB-BRO-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        428
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-CLEARANCE KIT TALL",
      "master_sku": "PB-BRO-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        428
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-CVM8",
      "master_sku": "PB-BRO-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-DWR3L/R",
      "master_sku": "PB-BRO-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        400,
        403,
        407,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-BRO-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-BRO-F330",
      "master_sku": "PB-BRO-F330",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F336",
      "master_sku": "PB-BRO-F336",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F342",
      "master_sku": "PB-BRO-F342",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F396",
      "master_sku": "PB-BRO-F396",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F630",
      "master_sku": "PB-BRO-F630",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F642",
      "master_sku": "PB-BRO-F642",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-F696",
      "master_sku": "PB-BRO-F696",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-FPP9648 1/4",
      "master_sku": "PB-BRO-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        400,
        403,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-BRO-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-BRO-FPP9648 3/4",
      "master_sku": "PB-BRO-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        400,
        403,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-BRO-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-BRO-FPP9648GL 1/4",
      "master_sku": "PB-BRO-FPP9648GL 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        400,
        403,
        418
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        418
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-BRO-FPP9648GL 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648GL 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648GL 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPP9648GL 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-BRO-FPPB9648 1/2",
      "master_sku": "PB-BRO-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        400,
        403,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-BRO-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-BRO-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-BRO-FS24",
      "master_sku": "PB-BRO-FS24",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        431
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-FS30",
      "master_sku": "PB-BRO-FS30",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-FS36",
      "master_sku": "PB-BRO-FS36",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-FS60",
      "master_sku": "PB-BRO-FS60",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        431
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-LCVM8",
      "master_sku": "PB-BRO-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-LM8",
      "master_sku": "PB-BRO-LM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-LRM8",
      "master_sku": "PB-BRO-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-M2436",
      "master_sku": "PB-BRO-M2436",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        467
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-OCM8-1",
      "master_sku": "PB-BRO-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-REP120",
      "master_sku": "PB-BRO-REP120",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-REP96",
      "master_sku": "PB-BRO-REP96",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SBM8",
      "master_sku": "PB-BRO-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SC10",
      "master_sku": "PB-BRO-SC10",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SDP34 4X4",
      "master_sku": "PB-BRO-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SHM8",
      "master_sku": "PB-BRO-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        412
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SM8",
      "master_sku": "PB-BRO-SM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-SSPA34 4X4",
      "master_sku": "PB-BRO-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        430
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-TK8",
      "master_sku": "PB-BRO-TK8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-TKBM8",
      "master_sku": "PB-BRO-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-TOUCH UP KIT",
      "master_sku": "PB-BRO-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        468
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-BRO-V54",
      "master_sku": "PB-BRO-V54",
      "found": true,
      "current_category_ids": [
        4,
        400,
        403,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        400,
        403,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-BF3",
      "master_sku": "PB-CH-BF3",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-BF6",
      "master_sku": "PB-CH-BF6",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-BM8",
      "master_sku": "PB-CH-BM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-CB",
      "master_sku": "PB-CH-CB",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-CVM8",
      "master_sku": "PB-CH-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-DWR3L/R",
      "master_sku": "PB-CH-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        386,
        407,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-CH-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-CH-F330",
      "master_sku": "PB-CH-F330",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F336",
      "master_sku": "PB-CH-F336",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F342",
      "master_sku": "PB-CH-F342",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F396",
      "master_sku": "PB-CH-F396",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F630",
      "master_sku": "PB-CH-F630",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F642",
      "master_sku": "PB-CH-F642",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-F696",
      "master_sku": "PB-CH-F696",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-FPP9648 1/4",
      "master_sku": "PB-CH-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        386,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-CH-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-CH-FPP9648 3/4",
      "master_sku": "PB-CH-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        386,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-CH-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-CH-FPPB9648 1/2",
      "master_sku": "PB-CH-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        386,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-CH-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-CH-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-CH-FS24",
      "master_sku": "PB-CH-FS24",
      "found": true,
      "current_category_ids": [
        4,
        386,
        431
      ],
      "expected_category_ids": [
        4,
        386,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-FS30",
      "master_sku": "PB-CH-FS30",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-FS36",
      "master_sku": "PB-CH-FS36",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-FS60",
      "master_sku": "PB-CH-FS60",
      "found": true,
      "current_category_ids": [
        4,
        386,
        431
      ],
      "expected_category_ids": [
        4,
        386,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-LCVM8",
      "master_sku": "PB-CH-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-LM8",
      "master_sku": "PB-CH-LM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-LRM8",
      "master_sku": "PB-CH-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-OCM8-1",
      "master_sku": "PB-CH-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-REP120",
      "master_sku": "PB-CH-REP120",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-REP96",
      "master_sku": "PB-CH-REP96",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SBM8",
      "master_sku": "PB-CH-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        386,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SC10",
      "master_sku": "PB-CH-SC10",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SDP34 4X4",
      "master_sku": "PB-CH-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SHM8",
      "master_sku": "PB-CH-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        412
      ],
      "expected_category_ids": [
        4,
        386,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SM8",
      "master_sku": "PB-CH-SM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-SSPA34 4X4",
      "master_sku": "PB-CH-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        386,
        430
      ],
      "expected_category_ids": [
        4,
        386,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-TK8",
      "master_sku": "PB-CH-TK8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-TKBM8",
      "master_sku": "PB-CH-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-TLM8",
      "master_sku": "PB-CH-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        386,
        407,
        499
      ],
      "expected_category_ids": [
        4,
        386,
        407,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-TOUCH UP KIT",
      "master_sku": "PB-CH-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        386,
        468
      ],
      "expected_category_ids": [
        4,
        386,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-CH-V54",
      "master_sku": "PB-CH-V54",
      "found": true,
      "current_category_ids": [
        4,
        386,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        386,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B12",
      "master_sku": "PB-HE-B12",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B15",
      "master_sku": "PB-HE-B15",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B18",
      "master_sku": "PB-HE-B18",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B21",
      "master_sku": "PB-HE-B21",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B24",
      "master_sku": "PB-HE-B24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B27",
      "master_sku": "PB-HE-B27",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B30",
      "master_sku": "PB-HE-B30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B33",
      "master_sku": "PB-HE-B33",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-B36",
      "master_sku": "PB-HE-B36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BBC3942",
      "master_sku": "PB-HE-BBC3942",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BBC4548",
      "master_sku": "PB-HE-BBC4548",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BC33",
      "master_sku": "PB-HE-BC33",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BC36",
      "master_sku": "PB-HE-BC36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BDEP24",
      "master_sku": "PB-HE-BDEP24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BFH09",
      "master_sku": "PB-HE-BFH09",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-BM8",
      "master_sku": "PB-HE-BM8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-CMC8",
      "master_sku": "PB-HE-CMC8",
      "found": true,
      "current_category_ids": [
        4,
        414
      ],
      "expected_category_ids": [
        4,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-CMV8",
      "master_sku": "PB-HE-CMV8",
      "found": true,
      "current_category_ids": [
        4,
        492
      ],
      "expected_category_ids": [
        4,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB12",
      "master_sku": "PB-HE-DB12",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB15",
      "master_sku": "PB-HE-DB15",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB18",
      "master_sku": "PB-HE-DB18",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB21",
      "master_sku": "PB-HE-DB21",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB24",
      "master_sku": "PB-HE-DB24",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB30",
      "master_sku": "PB-HE-DB30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB30-2",
      "master_sku": "PB-HE-DB30-2",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB36",
      "master_sku": "PB-HE-DB36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DB36-2",
      "master_sku": "PB-HE-DB36-2",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-DWEP3",
      "master_sku": "PB-HE-DWEP3",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-FB8",
      "master_sku": "PB-HE-FB8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-ICM8",
      "master_sku": "PB-HE-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-LRB8",
      "master_sku": "PB-HE-LRB8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-LRS8",
      "master_sku": "PB-HE-LRS8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-MWB30",
      "master_sku": "PB-HE-MWB30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-OC3384",
      "master_sku": "PB-HE-OC3384",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-OC3390",
      "master_sku": "PB-HE-OC3390",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-OC3396",
      "master_sku": "PB-HE-OC3396",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-OCM8",
      "master_sku": "PB-HE-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-PV4896",
      "master_sku": "PB-HE-PV4896",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-QR8",
      "master_sku": "PB-HE-QR8",
      "found": true,
      "current_category_ids": [
        4,
        412
      ],
      "expected_category_ids": [
        4,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-REP3096-.75",
      "master_sku": "PB-HE-REP3096-.75",
      "found": true,
      "current_category_ids": [
        4,
        419
      ],
      "expected_category_ids": [
        4,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SB30",
      "master_sku": "PB-HE-SB30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SB33",
      "master_sku": "PB-HE-SB33",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SB36",
      "master_sku": "PB-HE-SB36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SBF36",
      "master_sku": "PB-HE-SBF36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SD",
      "master_sku": "PB-HE-SD",
      "found": true,
      "current_category_ids": [
        4,
        407,
        534
      ],
      "expected_category_ids": [
        4,
        407,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SHM8",
      "master_sku": "PB-HE-SHM8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-SM8",
      "master_sku": "PB-HE-SM8",
      "found": true,
      "current_category_ids": [
        4,
        496
      ],
      "expected_category_ids": [
        4,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-TF396",
      "master_sku": "PB-HE-TF396",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-TF696",
      "master_sku": "PB-HE-TF696",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-TKC8",
      "master_sku": "PB-HE-TKC8",
      "found": true,
      "current_category_ids": [
        4,
        535
      ],
      "expected_category_ids": [
        4,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-TUK",
      "master_sku": "PB-HE-TUK",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP1884",
      "master_sku": "PB-HE-UP1884",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP1890",
      "master_sku": "PB-HE-UP1890",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP1896",
      "master_sku": "PB-HE-UP1896",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP2484",
      "master_sku": "PB-HE-UP2484",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP2490",
      "master_sku": "PB-HE-UP2490",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-UP2496",
      "master_sku": "PB-HE-UP2496",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W0930",
      "master_sku": "PB-HE-W0930",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W0936",
      "master_sku": "PB-HE-W0936",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W0942",
      "master_sku": "PB-HE-W0942",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1230",
      "master_sku": "PB-HE-W1230",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1236",
      "master_sku": "PB-HE-W1236",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1242",
      "master_sku": "PB-HE-W1242",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1530",
      "master_sku": "PB-HE-W1530",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1536",
      "master_sku": "PB-HE-W1536",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1542",
      "master_sku": "PB-HE-W1542",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1830",
      "master_sku": "PB-HE-W1830",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1836",
      "master_sku": "PB-HE-W1836",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W1842",
      "master_sku": "PB-HE-W1842",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2130",
      "master_sku": "PB-HE-W2130",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2136",
      "master_sku": "PB-HE-W2136",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2142",
      "master_sku": "PB-HE-W2142",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2418",
      "master_sku": "PB-HE-W2418",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2430",
      "master_sku": "PB-HE-W2430",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2436",
      "master_sku": "PB-HE-W2436",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2442",
      "master_sku": "PB-HE-W2442",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2730",
      "master_sku": "PB-HE-W2730",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2736",
      "master_sku": "PB-HE-W2736",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W2742",
      "master_sku": "PB-HE-W2742",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3012",
      "master_sku": "PB-HE-W3012",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3015",
      "master_sku": "PB-HE-W3015",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3018",
      "master_sku": "PB-HE-W3018",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3024",
      "master_sku": "PB-HE-W3024",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3030",
      "master_sku": "PB-HE-W3030",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3036",
      "master_sku": "PB-HE-W3036",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3042",
      "master_sku": "PB-HE-W3042",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3312",
      "master_sku": "PB-HE-W3312",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3315",
      "master_sku": "PB-HE-W3315",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3318",
      "master_sku": "PB-HE-W3318",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3324",
      "master_sku": "PB-HE-W3324",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3330",
      "master_sku": "PB-HE-W3330",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3336",
      "master_sku": "PB-HE-W3336",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3342",
      "master_sku": "PB-HE-W3342",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3612",
      "master_sku": "PB-HE-W3612",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3615",
      "master_sku": "PB-HE-W3615",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3618",
      "master_sku": "PB-HE-W3618",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W361824",
      "master_sku": "PB-HE-W361824",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3624",
      "master_sku": "PB-HE-W3624",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W362424",
      "master_sku": "PB-HE-W362424",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3630",
      "master_sku": "PB-HE-W3630",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3636",
      "master_sku": "PB-HE-W3636",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-W3642",
      "master_sku": "PB-HE-W3642",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WBC3030",
      "master_sku": "PB-HE-WBC3030",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WBC3036",
      "master_sku": "PB-HE-WBC3036",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WBC3042",
      "master_sku": "PB-HE-WBC3042",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDC2430",
      "master_sku": "PB-HE-WDC2430",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDC2436",
      "master_sku": "PB-HE-WDC2436",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDC2442",
      "master_sku": "PB-HE-WDC2442",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDEP1230",
      "master_sku": "PB-HE-WDEP1230",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDEP1236",
      "master_sku": "PB-HE-WDEP1236",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WDEP1242",
      "master_sku": "PB-HE-WDEP1242",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WEC30",
      "master_sku": "PB-HE-WEC30",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WEC36",
      "master_sku": "PB-HE-WEC36",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WEC42",
      "master_sku": "PB-HE-WEC42",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WF330",
      "master_sku": "PB-HE-WF330",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WF342",
      "master_sku": "PB-HE-WF342",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WF642",
      "master_sku": "PB-HE-WF642",
      "found": true,
      "current_category_ids": [
        4,
        417
      ],
      "expected_category_ids": [
        4,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-HE-WR3015",
      "master_sku": "PB-HE-WR3015",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B12",
      "master_sku": "PB-MW-B12",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B15",
      "master_sku": "PB-MW-B15",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B18",
      "master_sku": "PB-MW-B18",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B21",
      "master_sku": "PB-MW-B21",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B24",
      "master_sku": "PB-MW-B24",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B27",
      "master_sku": "PB-MW-B27",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B30",
      "master_sku": "PB-MW-B30",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B33",
      "master_sku": "PB-MW-B33",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-B36",
      "master_sku": "PB-MW-B36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BBC3942",
      "master_sku": "PB-MW-BBC3942",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BBC4548",
      "master_sku": "PB-MW-BBC4548",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BC33",
      "master_sku": "PB-MW-BC33",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BC36",
      "master_sku": "PB-MW-BC36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BDEP24",
      "master_sku": "PB-MW-BDEP24",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BFH09",
      "master_sku": "PB-MW-BFH09",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-BM8",
      "master_sku": "PB-MW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        412
      ],
      "expected_category_ids": [
        4,
        406,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-CMC8",
      "master_sku": "PB-MW-CMC8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        414
      ],
      "expected_category_ids": [
        4,
        406,
        414
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-CMV8",
      "master_sku": "PB-MW-CMV8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        492
      ],
      "expected_category_ids": [
        4,
        406,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB12",
      "master_sku": "PB-MW-DB12",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB15",
      "master_sku": "PB-MW-DB15",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB18",
      "master_sku": "PB-MW-DB18",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB21",
      "master_sku": "PB-MW-DB21",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB24",
      "master_sku": "PB-MW-DB24",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB30",
      "master_sku": "PB-MW-DB30",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB30-2",
      "master_sku": "PB-MW-DB30-2",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB36",
      "master_sku": "PB-MW-DB36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DB36-2",
      "master_sku": "PB-MW-DB36-2",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-DWEP3",
      "master_sku": "PB-MW-DWEP3",
      "found": true,
      "current_category_ids": [
        4,
        406,
        419
      ],
      "expected_category_ids": [
        4,
        406,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-FB8",
      "master_sku": "PB-MW-FB8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        412
      ],
      "expected_category_ids": [
        4,
        406,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-ICM8",
      "master_sku": "PB-MW-ICM8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        412
      ],
      "expected_category_ids": [
        4,
        406,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-LRB8",
      "master_sku": "PB-MW-LRB8",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-LRS8",
      "master_sku": "PB-MW-LRS8",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-MWB30",
      "master_sku": "PB-MW-MWB30",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-OC3384",
      "master_sku": "PB-MW-OC3384",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-OC3390",
      "master_sku": "PB-MW-OC3390",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-OC3396",
      "master_sku": "PB-MW-OC3396",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-OCM8",
      "master_sku": "PB-MW-OCM8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        412
      ],
      "expected_category_ids": [
        4,
        406,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-PV4896",
      "master_sku": "PB-MW-PV4896",
      "found": true,
      "current_category_ids": [
        4,
        406,
        419
      ],
      "expected_category_ids": [
        4,
        406,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-QR8",
      "master_sku": "PB-MW-QR8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        412
      ],
      "expected_category_ids": [
        4,
        406,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-REP3096-.75",
      "master_sku": "PB-MW-REP3096-.75",
      "found": true,
      "current_category_ids": [
        4,
        406,
        419
      ],
      "expected_category_ids": [
        4,
        406,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SB30",
      "master_sku": "PB-MW-SB30",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SB33",
      "master_sku": "PB-MW-SB33",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SB36",
      "master_sku": "PB-MW-SB36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SBF36",
      "master_sku": "PB-MW-SBF36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SD",
      "master_sku": "PB-MW-SD",
      "found": true,
      "current_category_ids": [
        4,
        407,
        534
      ],
      "expected_category_ids": [
        4,
        407,
        534
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SHM8",
      "master_sku": "PB-MW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-SM8",
      "master_sku": "PB-MW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        496
      ],
      "expected_category_ids": [
        4,
        406,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-TF396",
      "master_sku": "PB-MW-TF396",
      "found": true,
      "current_category_ids": [
        4,
        406,
        417
      ],
      "expected_category_ids": [
        4,
        406,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-TF696",
      "master_sku": "PB-MW-TF696",
      "found": true,
      "current_category_ids": [
        4,
        406,
        417
      ],
      "expected_category_ids": [
        4,
        406,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-TKC8",
      "master_sku": "PB-MW-TKC8",
      "found": true,
      "current_category_ids": [
        4,
        406,
        535
      ],
      "expected_category_ids": [
        4,
        406,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-TUK",
      "master_sku": "PB-MW-TUK",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP1884",
      "master_sku": "PB-MW-UP1884",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP1890",
      "master_sku": "PB-MW-UP1890",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP1896",
      "master_sku": "PB-MW-UP1896",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP2484",
      "master_sku": "PB-MW-UP2484",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP2490",
      "master_sku": "PB-MW-UP2490",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-UP2496",
      "master_sku": "PB-MW-UP2496",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W0930",
      "master_sku": "PB-MW-W0930",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W0936",
      "master_sku": "PB-MW-W0936",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W0942",
      "master_sku": "PB-MW-W0942",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1230",
      "master_sku": "PB-MW-W1230",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1236",
      "master_sku": "PB-MW-W1236",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1242",
      "master_sku": "PB-MW-W1242",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1530",
      "master_sku": "PB-MW-W1530",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1536",
      "master_sku": "PB-MW-W1536",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1542",
      "master_sku": "PB-MW-W1542",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1830",
      "master_sku": "PB-MW-W1830",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1836",
      "master_sku": "PB-MW-W1836",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W1842",
      "master_sku": "PB-MW-W1842",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2130",
      "master_sku": "PB-MW-W2130",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2136",
      "master_sku": "PB-MW-W2136",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2142",
      "master_sku": "PB-MW-W2142",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2418",
      "master_sku": "PB-MW-W2418",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2430",
      "master_sku": "PB-MW-W2430",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2436",
      "master_sku": "PB-MW-W2436",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2442",
      "master_sku": "PB-MW-W2442",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2730",
      "master_sku": "PB-MW-W2730",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2736",
      "master_sku": "PB-MW-W2736",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W2742",
      "master_sku": "PB-MW-W2742",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3012",
      "master_sku": "PB-MW-W3012",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3015",
      "master_sku": "PB-MW-W3015",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3018",
      "master_sku": "PB-MW-W3018",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3024",
      "master_sku": "PB-MW-W3024",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3030",
      "master_sku": "PB-MW-W3030",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3036",
      "master_sku": "PB-MW-W3036",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3042",
      "master_sku": "PB-MW-W3042",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3312",
      "master_sku": "PB-MW-W3312",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3315",
      "master_sku": "PB-MW-W3315",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3318",
      "master_sku": "PB-MW-W3318",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3324",
      "master_sku": "PB-MW-W3324",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3330",
      "master_sku": "PB-MW-W3330",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3336",
      "master_sku": "PB-MW-W3336",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3342",
      "master_sku": "PB-MW-W3342",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3612",
      "master_sku": "PB-MW-W3612",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3615",
      "master_sku": "PB-MW-W3615",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3618",
      "master_sku": "PB-MW-W3618",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W361824",
      "master_sku": "PB-MW-W361824",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3624",
      "master_sku": "PB-MW-W3624",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W362424",
      "master_sku": "PB-MW-W362424",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3630",
      "master_sku": "PB-MW-W3630",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3636",
      "master_sku": "PB-MW-W3636",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-W3642",
      "master_sku": "PB-MW-W3642",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WBC3030",
      "master_sku": "PB-MW-WBC3030",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WBC3036",
      "master_sku": "PB-MW-WBC3036",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WBC3042",
      "master_sku": "PB-MW-WBC3042",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDC2430",
      "master_sku": "PB-MW-WDC2430",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDC2436",
      "master_sku": "PB-MW-WDC2436",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDC2442",
      "master_sku": "PB-MW-WDC2442",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDEP1230",
      "master_sku": "PB-MW-WDEP1230",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDEP1236",
      "master_sku": "PB-MW-WDEP1236",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WDEP1242",
      "master_sku": "PB-MW-WDEP1242",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WEC30",
      "master_sku": "PB-MW-WEC30",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WEC36",
      "master_sku": "PB-MW-WEC36",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WEC42",
      "master_sku": "PB-MW-WEC42",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WF330",
      "master_sku": "PB-MW-WF330",
      "found": true,
      "current_category_ids": [
        4,
        406,
        417
      ],
      "expected_category_ids": [
        4,
        406,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WF342",
      "master_sku": "PB-MW-WF342",
      "found": true,
      "current_category_ids": [
        4,
        406,
        417
      ],
      "expected_category_ids": [
        4,
        406,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WF642",
      "master_sku": "PB-MW-WF642",
      "found": true,
      "current_category_ids": [
        4,
        406,
        417
      ],
      "expected_category_ids": [
        4,
        406,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-MW-WR3015",
      "master_sku": "PB-MW-WR3015",
      "found": true,
      "current_category_ids": [
        4,
        406
      ],
      "expected_category_ids": [
        4,
        406
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-BF3",
      "master_sku": "PB-NRO-BF3",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-BF6",
      "master_sku": "PB-NRO-BF6",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-BM8",
      "master_sku": "PB-NRO-BM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-CB",
      "master_sku": "PB-NRO-CB",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-CLEARANCE KIT",
      "master_sku": "PB-NRO-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        428
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-CLEARANCE KIT TALL",
      "master_sku": "PB-NRO-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        428
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-CVM8",
      "master_sku": "PB-NRO-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-DWR3L/R",
      "master_sku": "PB-NRO-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        387,
        404,
        407,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-NRO-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-NRO-F330",
      "master_sku": "PB-NRO-F330",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F336",
      "master_sku": "PB-NRO-F336",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F342",
      "master_sku": "PB-NRO-F342",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F396",
      "master_sku": "PB-NRO-F396",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F630",
      "master_sku": "PB-NRO-F630",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F642",
      "master_sku": "PB-NRO-F642",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-F696",
      "master_sku": "PB-NRO-F696",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-FPP9648 1/4",
      "master_sku": "PB-NRO-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        387,
        404,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-NRO-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-NRO-FPP9648 3/4",
      "master_sku": "PB-NRO-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        387,
        404,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-NRO-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-NRO-FPP9648GL 1/4",
      "master_sku": "PB-NRO-FPP9648GL 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        387,
        404,
        418
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        418
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-NRO-FPP9648GL 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648GL 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648GL 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPP9648GL 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-NRO-FPPB9648 1/2",
      "master_sku": "PB-NRO-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        387,
        404,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-NRO-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-NRO-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-NRO-FS24",
      "master_sku": "PB-NRO-FS24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        431
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-FS30",
      "master_sku": "PB-NRO-FS30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-FS36",
      "master_sku": "PB-NRO-FS36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-FS60",
      "master_sku": "PB-NRO-FS60",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        431
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-LCVM8",
      "master_sku": "PB-NRO-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-LM8",
      "master_sku": "PB-NRO-LM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-LRM8",
      "master_sku": "PB-NRO-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-M2436",
      "master_sku": "PB-NRO-M2436",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        467
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-OCM8-1",
      "master_sku": "PB-NRO-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-REP120",
      "master_sku": "PB-NRO-REP120",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-REP96",
      "master_sku": "PB-NRO-REP96",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SBM8",
      "master_sku": "PB-NRO-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SC10",
      "master_sku": "PB-NRO-SC10",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SDP34 4X4",
      "master_sku": "PB-NRO-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SHM8",
      "master_sku": "PB-NRO-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        412
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK12",
      "master_sku": "PB-NRO-SK12",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK15",
      "master_sku": "PB-NRO-SK15",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK18",
      "master_sku": "PB-NRO-SK18",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK24",
      "master_sku": "PB-NRO-SK24",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK30",
      "master_sku": "PB-NRO-SK30",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK36",
      "master_sku": "PB-NRO-SK36",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SK42",
      "master_sku": "PB-NRO-SK42",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SKB",
      "master_sku": "PB-NRO-SKB",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        420
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        420
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SM8",
      "master_sku": "PB-NRO-SM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-SSPA34 4X4",
      "master_sku": "PB-NRO-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        430
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-TK8",
      "master_sku": "PB-NRO-TK8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-TKBM8",
      "master_sku": "PB-NRO-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-TOUCH UP KIT",
      "master_sku": "PB-NRO-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        468
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-NRO-V54",
      "master_sku": "PB-NRO-V54",
      "found": true,
      "current_category_ids": [
        4,
        387,
        404,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        387,
        404,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-BF3",
      "master_sku": "PB-OB-BF3",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-BF6",
      "master_sku": "PB-OB-BF6",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-BM8",
      "master_sku": "PB-OB-BM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-CB",
      "master_sku": "PB-OB-CB",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-CVM8",
      "master_sku": "PB-OB-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-DWR3L/R",
      "master_sku": "PB-OB-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        394,
        407,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-OB-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-DWR3L/R",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-OB-F330",
      "master_sku": "PB-OB-F330",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F336",
      "master_sku": "PB-OB-F336",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F342",
      "master_sku": "PB-OB-F342",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F396",
      "master_sku": "PB-OB-F396",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F630",
      "master_sku": "PB-OB-F630",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F642",
      "master_sku": "PB-OB-F642",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-F696",
      "master_sku": "PB-OB-F696",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-FPP9648 1/4",
      "master_sku": "PB-OB-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        394,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-OB-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 1/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-OB-FPP9648 3/4",
      "master_sku": "PB-OB-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        394,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-OB-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-OB-FPPB9648 1/2",
      "master_sku": "PB-OB-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        394,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-OB-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-OB-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-OB-FS24",
      "master_sku": "PB-OB-FS24",
      "found": true,
      "current_category_ids": [
        4,
        394,
        431
      ],
      "expected_category_ids": [
        4,
        394,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-FS30",
      "master_sku": "PB-OB-FS30",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-FS36",
      "master_sku": "PB-OB-FS36",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-FS60",
      "master_sku": "PB-OB-FS60",
      "found": true,
      "current_category_ids": [
        4,
        394,
        431
      ],
      "expected_category_ids": [
        4,
        394,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-GALLON OF PAINT",
      "master_sku": "PB-OB-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-LCVM8",
      "master_sku": "PB-OB-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-LM8",
      "master_sku": "PB-OB-LM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-LRM8",
      "master_sku": "PB-OB-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-OCM8-1",
      "master_sku": "PB-OB-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-PINT OF PAINT",
      "master_sku": "PB-OB-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-QUART OF PAINT",
      "master_sku": "PB-OB-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-REP120",
      "master_sku": "PB-OB-REP120",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-REP96",
      "master_sku": "PB-OB-REP96",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SBM8",
      "master_sku": "PB-OB-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        394,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SC10",
      "master_sku": "PB-OB-SC10",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SDP34 4X4",
      "master_sku": "PB-OB-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SHM8",
      "master_sku": "PB-OB-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        412
      ],
      "expected_category_ids": [
        4,
        394,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SM8",
      "master_sku": "PB-OB-SM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SPRAY CAN",
      "master_sku": "PB-OB-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-SSPA34 4X4",
      "master_sku": "PB-OB-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        394,
        430
      ],
      "expected_category_ids": [
        4,
        394,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-TK8",
      "master_sku": "PB-OB-TK8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-TKBM8",
      "master_sku": "PB-OB-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-TLM8",
      "master_sku": "PB-OB-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        394,
        407,
        499
      ],
      "expected_category_ids": [
        4,
        394,
        407,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-TOUCH UP KIT",
      "master_sku": "PB-OB-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        394,
        468
      ],
      "expected_category_ids": [
        4,
        394,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-OB-V54",
      "master_sku": "PB-OB-V54",
      "found": true,
      "current_category_ids": [
        4,
        394,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        394,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-BF3",
      "master_sku": "PB-PW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        500
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-BF6",
      "master_sku": "PB-PW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        500
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-BM8",
      "master_sku": "PB-PW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        493
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-CB",
      "master_sku": "PB-PW-CB",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-CVM8",
      "master_sku": "PB-PW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        492
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-DWR3L/R",
      "master_sku": "PB-PW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        390,
        399,
        406,
        407,
        409,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-PW-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-PW-F330",
      "master_sku": "PB-PW-F330",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F336",
      "master_sku": "PB-PW-F336",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F342",
      "master_sku": "PB-PW-F342",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F396",
      "master_sku": "PB-PW-F396",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F630",
      "master_sku": "PB-PW-F630",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F642",
      "master_sku": "PB-PW-F642",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-F696",
      "master_sku": "PB-PW-F696",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-FPP9648 1/4",
      "master_sku": "PB-PW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        390,
        399,
        406,
        407,
        409,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-PW-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-PW-FPP9648 3/4",
      "master_sku": "PB-PW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        390,
        399,
        406,
        407,
        409,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-PW-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-PW-FPPB9648 1/2",
      "master_sku": "PB-PW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        390,
        399,
        406,
        407,
        409,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-PW-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-PW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-PW-FS24",
      "master_sku": "PB-PW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        431
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-FS30",
      "master_sku": "PB-PW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-FS36",
      "master_sku": "PB-PW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        442
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-FS60",
      "master_sku": "PB-PW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        431
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-GALLON OF PAINT",
      "master_sku": "PB-PW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-LCVM8",
      "master_sku": "PB-PW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        492
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-LM8",
      "master_sku": "PB-PW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        532
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-LRM8",
      "master_sku": "PB-PW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        532
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-OCM8-1",
      "master_sku": "PB-PW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        495
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-PINT OF PAINT",
      "master_sku": "PB-PW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-QUART OF PAINT",
      "master_sku": "PB-PW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-REP120",
      "master_sku": "PB-PW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-REP96",
      "master_sku": "PB-PW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SBM8",
      "master_sku": "PB-PW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SC10",
      "master_sku": "PB-PW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SDP34 4X4",
      "master_sku": "PB-PW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SHM8",
      "master_sku": "PB-PW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        412
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SM8",
      "master_sku": "PB-PW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        496
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SPRAY CAN",
      "master_sku": "PB-PW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-SSPA34 4X4",
      "master_sku": "PB-PW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-TK8",
      "master_sku": "PB-PW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        535
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-TKBM8",
      "master_sku": "PB-PW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        493
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-TLM8",
      "master_sku": "PB-PW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        499
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        407,
        409,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-TOUCH UP KIT",
      "master_sku": "PB-PW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-PW-V54",
      "master_sku": "PB-PW-V54",
      "found": true,
      "current_category_ids": [
        4,
        390,
        399,
        406,
        409,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        390,
        399,
        406,
        409,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-BF3",
      "master_sku": "PB-SG-BF3",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        500
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-BF6",
      "master_sku": "PB-SG-BF6",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        500
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-BM8",
      "master_sku": "PB-SG-BM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        493
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-CB",
      "master_sku": "PB-SG-CB",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-CVM8",
      "master_sku": "PB-SG-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        492
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-DWR3L/R",
      "master_sku": "PB-SG-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        389,
        407,
        410,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SG-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SG-F330",
      "master_sku": "PB-SG-F330",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F336",
      "master_sku": "PB-SG-F336",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F342",
      "master_sku": "PB-SG-F342",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F396",
      "master_sku": "PB-SG-F396",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F630",
      "master_sku": "PB-SG-F630",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F642",
      "master_sku": "PB-SG-F642",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-F696",
      "master_sku": "PB-SG-F696",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-FPP9648 1/4",
      "master_sku": "PB-SG-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        389,
        407,
        410,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SG-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SG-FPP9648 3/4",
      "master_sku": "PB-SG-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        389,
        407,
        410,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SG-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SG-FPPB9648 1/2",
      "master_sku": "PB-SG-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        389,
        407,
        410,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SG-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SG-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SG-FS24",
      "master_sku": "PB-SG-FS24",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        431
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-FS30",
      "master_sku": "PB-SG-FS30",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-FS36",
      "master_sku": "PB-SG-FS36",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        442
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-FS60",
      "master_sku": "PB-SG-FS60",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        431
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-GALLON OF PAINT",
      "master_sku": "PB-SG-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-LCVM8",
      "master_sku": "PB-SG-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        492
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-LM8",
      "master_sku": "PB-SG-LM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        532
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-LRM8",
      "master_sku": "PB-SG-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        532
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-M2436",
      "master_sku": "PB-SG-M2436",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        467
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        467
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-OCM8-1",
      "master_sku": "PB-SG-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        495
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-PINT OF PAINT",
      "master_sku": "PB-SG-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-QUART OF PAINT",
      "master_sku": "PB-SG-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-REP120",
      "master_sku": "PB-SG-REP120",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-REP96",
      "master_sku": "PB-SG-REP96",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SBM8",
      "master_sku": "PB-SG-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        409,
        410,
        413
      ],
      "expected_category_ids": [
        4,
        389,
        409,
        410,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SC10",
      "master_sku": "PB-SG-SC10",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SDP34 4X4",
      "master_sku": "PB-SG-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SHM8",
      "master_sku": "PB-SG-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        412
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SM8",
      "master_sku": "PB-SG-SM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        496
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SPRAY CAN",
      "master_sku": "PB-SG-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-SSPA34 4X4",
      "master_sku": "PB-SG-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        430
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-TK8",
      "master_sku": "PB-SG-TK8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        535
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-TKBM8",
      "master_sku": "PB-SG-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        493
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-TLM8",
      "master_sku": "PB-SG-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        389,
        407,
        410,
        499
      ],
      "expected_category_ids": [
        4,
        389,
        407,
        410,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-TOUCH UP KIT",
      "master_sku": "PB-SG-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        468
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SG-V54",
      "master_sku": "PB-SG-V54",
      "found": true,
      "current_category_ids": [
        4,
        389,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        389,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-BF3",
      "master_sku": "PB-SW-BF3",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-BF6",
      "master_sku": "PB-SW-BF6",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        500
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        500
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-BM8",
      "master_sku": "PB-SW-BM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-CB",
      "master_sku": "PB-SW-CB",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-CLEARANCE KIT",
      "master_sku": "PB-SW-CLEARANCE KIT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        428
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-CLEARANCE KIT TALL",
      "master_sku": "PB-SW-CLEARANCE KIT TALL",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        428
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        428
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-CVM8",
      "master_sku": "PB-SW-CVM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-DWR3L/R",
      "master_sku": "PB-SW-DWR3L/R",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        388,
        397,
        405,
        407,
        416,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        416
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SW-DWR3L/R",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-DWR3L/R",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-DWR3L/R",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-DWR3L/R",
          "category_id": 416,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SW-F330",
      "master_sku": "PB-SW-F330",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F336",
      "master_sku": "PB-SW-F336",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F342",
      "master_sku": "PB-SW-F342",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F396",
      "master_sku": "PB-SW-F396",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F630",
      "master_sku": "PB-SW-F630",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F642",
      "master_sku": "PB-SW-F642",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-F696",
      "master_sku": "PB-SW-F696",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        417
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-FPP9648 1/4",
      "master_sku": "PB-SW-FPP9648 1/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        370,
        388,
        397,
        405,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SW-FPP9648 1/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 1/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 1/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 1/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SW-FPP9648 3/4",
      "master_sku": "PB-SW-FPP9648 3/4",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        388,
        397,
        405,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SW-FPP9648 3/4",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 3/4",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 3/4",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 3/4",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPP9648 3/4",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SW-FPPB9648 1/2",
      "master_sku": "PB-SW-FPPB9648 1/2",
      "found": true,
      "current_category_ids": [
        2,
        4,
        5,
        221,
        370,
        388,
        397,
        405,
        407,
        418,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [
        2,
        5,
        221,
        370,
        418
      ],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": [
        {
          "sku": "PB-SW-FPPB9648 1/2",
          "category_id": 2,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPPB9648 1/2",
          "category_id": 5,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPPB9648 1/2",
          "category_id": 221,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPPB9648 1/2",
          "category_id": 370,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        },
        {
          "sku": "PB-SW-FPPB9648 1/2",
          "category_id": 418,
          "status": 404,
          "error": "{\"message\":\"Request does not match any route.\"}"
        }
      ]
    },
    {
      "sku": "PB-SW-FS24",
      "master_sku": "PB-SW-FS24",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        431
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-FS30",
      "master_sku": "PB-SW-FS30",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-FS36",
      "master_sku": "PB-SW-FS36",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        442
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        442
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-FS60",
      "master_sku": "PB-SW-FS60",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        431
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        431
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-GALLON OF PAINT",
      "master_sku": "PB-SW-GALLON OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-LCVM8",
      "master_sku": "PB-SW-LCVM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        492
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        492
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-LM8",
      "master_sku": "PB-SW-LM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-LRM8",
      "master_sku": "PB-SW-LRM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        532
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        532
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-OCM8-1",
      "master_sku": "PB-SW-OCM8-1",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        495
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        495
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-PINT OF PAINT",
      "master_sku": "PB-SW-PINT OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-QUART OF PAINT",
      "master_sku": "PB-SW-QUART OF PAINT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-REP120",
      "master_sku": "PB-SW-REP120",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-REP96",
      "master_sku": "PB-SW-REP96",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        419
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SBM8",
      "master_sku": "PB-SW-SBM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        409,
        413
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        409,
        413
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SC10",
      "master_sku": "PB-SW-SC10",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SDP34 4X4",
      "master_sku": "PB-SW-SDP34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SHM8",
      "master_sku": "PB-SW-SHM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        412
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        412
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SM8",
      "master_sku": "PB-SW-SM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        496
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        496
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SPRAY CAN",
      "master_sku": "PB-SW-SPRAY CAN",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-SSPA34 4X4",
      "master_sku": "PB-SW-SSPA34 4X4",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        430
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-TK8",
      "master_sku": "PB-SW-TK8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        535
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        535
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-TKBM8",
      "master_sku": "PB-SW-TKBM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        493
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        493
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-TLM8",
      "master_sku": "PB-SW-TLM8",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        407,
        499
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        407,
        499
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-TOUCH UP KIT",
      "master_sku": "PB-SW-TOUCH UP KIT",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        468
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PB-SW-V54",
      "master_sku": "PB-SW-V54",
      "found": true,
      "current_category_ids": [
        4,
        388,
        397,
        405,
        410,
        505
      ],
      "expected_category_ids": [
        4,
        388,
        397,
        405,
        410,
        505
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-BED-18GR",
      "master_sku": "PBV-BED-18GR",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-BED-18WH",
      "master_sku": "PBV-BED-18WH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-BED-24GR",
      "master_sku": "PBV-BED-24GR",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-BED-24WH",
      "master_sku": "PBV-BED-24WH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-24NB",
      "master_sku": "PBV-DAY-24NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-24W",
      "master_sku": "PBV-DAY-24W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-30NB",
      "master_sku": "PBV-DAY-30NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-30W",
      "master_sku": "PBV-DAY-30W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-36NB",
      "master_sku": "PBV-DAY-36NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-36W",
      "master_sku": "PBV-DAY-36W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-42NB",
      "master_sku": "PBV-DAY-42NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-42W",
      "master_sku": "PBV-DAY-42W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-48NB",
      "master_sku": "PBV-DAY-48NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-48W",
      "master_sku": "PBV-DAY-48W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-60NB",
      "master_sku": "PBV-DAY-60NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-60W",
      "master_sku": "PBV-DAY-60W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-72NB",
      "master_sku": "PBV-DAY-72NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-DAY-72W",
      "master_sku": "PBV-DAY-72W",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-18GR",
      "master_sku": "PBV-MCH-18GR",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-18NB",
      "master_sku": "PBV-MCH-18NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-18WH",
      "master_sku": "PBV-MCH-18WH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-24GR",
      "master_sku": "PBV-MCH-24GR",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-24NB",
      "master_sku": "PBV-MCH-24NB",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "PBV-MCH-24WH",
      "master_sku": "PBV-MCH-24WH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-ARU-GLA-6062",
      "master_sku": "SHO-ARU-GLA-6062",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-ARU-GLA-6076",
      "master_sku": "SHO-ARU-GLA-6076",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-ARU-HW-CH60",
      "master_sku": "SHO-ARU-HW-CH60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-ARU-HW-MB60",
      "master_sku": "SHO-ARU-HW-MB60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-ARU-HW-SN60",
      "master_sku": "SHO-ARU-HW-SN60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-GLA-4876",
      "master_sku": "SHO-BER-GLA-4876",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-GLA-6062",
      "master_sku": "SHO-BER-GLA-6062",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-GLA-6076",
      "master_sku": "SHO-BER-GLA-6076",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-CH48",
      "master_sku": "SHO-BER-HW-CH48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-CH60",
      "master_sku": "SHO-BER-HW-CH60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-MB48",
      "master_sku": "SHO-BER-HW-MB48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-MB60",
      "master_sku": "SHO-BER-HW-MB60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-SN48",
      "master_sku": "SHO-BER-HW-SN48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-BER-HW-SN60",
      "master_sku": "SHO-BER-HW-SN60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-GLA-4876",
      "master_sku": "SHO-CAY-GLA-4876",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-GLA-6062",
      "master_sku": "SHO-CAY-GLA-6062",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-GLA-6076",
      "master_sku": "SHO-CAY-GLA-6076",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-GLA-7276",
      "master_sku": "SHO-CAY-GLA-7276",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-BG60",
      "master_sku": "SHO-CAY-HW-BG60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-CH48",
      "master_sku": "SHO-CAY-HW-CH48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-CH60",
      "master_sku": "SHO-CAY-HW-CH60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-CH72",
      "master_sku": "SHO-CAY-HW-CH72",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-MB48",
      "master_sku": "SHO-CAY-HW-MB48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-MB60",
      "master_sku": "SHO-CAY-HW-MB60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-MB72",
      "master_sku": "SHO-CAY-HW-MB72",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-SN48",
      "master_sku": "SHO-CAY-HW-SN48",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-SN60",
      "master_sku": "SHO-CAY-HW-SN60",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-HW-SN72",
      "master_sku": "SHO-CAY-HW-SN72",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-RET-3476",
      "master_sku": "SHO-CAY-RET-3476",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-CAY-RET-3676",
      "master_sku": "SHO-CAY-RET-3676",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-GLA-2472",
      "master_sku": "SHO-EAS-GLA-2472",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-GLA-2872",
      "master_sku": "SHO-EAS-GLA-2872",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-GLA-3072",
      "master_sku": "SHO-EAS-GLA-3072",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-GLA-3672",
      "master_sku": "SHO-EAS-GLA-3672",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-HW-CH",
      "master_sku": "SHO-EAS-HW-CH",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-HW-MB",
      "master_sku": "SHO-EAS-HW-MB",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-HW-SN",
      "master_sku": "SHO-EAS-HW-SN",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-RET-3472-TRI",
      "master_sku": "SHO-EAS-RET-3472-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-RET-3672-TRI",
      "master_sku": "SHO-EAS-RET-3672-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-0672-TRI",
      "master_sku": "SHO-EAS-SP-0672-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-0872-TRI",
      "master_sku": "SHO-EAS-SP-0872-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-1072-TRI",
      "master_sku": "SHO-EAS-SP-1072-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-1272-TRI",
      "master_sku": "SHO-EAS-SP-1272-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-1872-TRI",
      "master_sku": "SHO-EAS-SP-1872-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-2472-TRI",
      "master_sku": "SHO-EAS-SP-2472-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-EAS-SP-3072-TRI",
      "master_sku": "SHO-EAS-SP-3072-TRI",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-HAW-GLA-6062",
      "master_sku": "SHO-HAW-GLA-6062",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-HAW-GLA-6076",
      "master_sku": "SHO-HAW-GLA-6076",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-HAW-HW-CH",
      "master_sku": "SHO-HAW-HW-CH",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-HAW-HW-MB",
      "master_sku": "SHO-HAW-HW-MB",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "SHO-HAW-HW-SN",
      "master_sku": "SHO-HAW-HW-SN",
      "found": true,
      "current_category_ids": [
        4,
        374
      ],
      "expected_category_ids": [
        4,
        374
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-25-BS",
      "master_sku": "VT-MCQ-25-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-2522-1R8",
      "master_sku": "VT-MCQ-2522-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-31-BS",
      "master_sku": "VT-MCQ-31-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-3122-1R8",
      "master_sku": "VT-MCQ-3122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-37-BS",
      "master_sku": "VT-MCQ-37-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-3722-1R8",
      "master_sku": "VT-MCQ-3722-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-3722O-1R8",
      "master_sku": "VT-MCQ-3722O-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-43-BS",
      "master_sku": "VT-MCQ-43-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-4322-1R8",
      "master_sku": "VT-MCQ-4322-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-49-BS",
      "master_sku": "VT-MCQ-49-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-4922-1R8",
      "master_sku": "VT-MCQ-4922-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-4922-2R8",
      "master_sku": "VT-MCQ-4922-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-61-BS",
      "master_sku": "VT-MCQ-61-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-6122-1R8",
      "master_sku": "VT-MCQ-6122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-6122-2R8",
      "master_sku": "VT-MCQ-6122-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-73-BS",
      "master_sku": "VT-MCQ-73-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-7322-2R8",
      "master_sku": "VT-MCQ-7322-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-SAMPLE",
      "master_sku": "VT-MCQ-SAMPLE",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-MCQ-SS",
      "master_sku": "VT-MCQ-SS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-NWC-1917-1O4",
      "master_sku": "VT-NWC-1917-1O4",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-NWC-2522-1O4",
      "master_sku": "VT-NWC-2522-1O4",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-NWC-3122-1O4",
      "master_sku": "VT-NWC-3122-1O4",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-NWC-3722-1O4",
      "master_sku": "VT-NWC-3722-1O4",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-NWC-422-SPLASH",
      "master_sku": "VT-NWC-422-SPLASH",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-PWC-2522-1R8",
      "master_sku": "VT-PWC-2522-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-PWC-3122-1R8",
      "master_sku": "VT-PWC-3122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-PWC-3722-1R8",
      "master_sku": "VT-PWC-3722-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-PWC-4922-1R8",
      "master_sku": "VT-PWC-4922-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-25-BS",
      "master_sku": "VT-SWQ-25-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-2522-1R8",
      "master_sku": "VT-SWQ-2522-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-31-BS",
      "master_sku": "VT-SWQ-31-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-3122-1R8",
      "master_sku": "VT-SWQ-3122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-37-BS",
      "master_sku": "VT-SWQ-37-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-3722-1R8",
      "master_sku": "VT-SWQ-3722-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-3722O-1R8",
      "master_sku": "VT-SWQ-3722O-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-43-BS",
      "master_sku": "VT-SWQ-43-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-4322-1R8",
      "master_sku": "VT-SWQ-4322-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-49-BS",
      "master_sku": "VT-SWQ-49-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-4922-1R8",
      "master_sku": "VT-SWQ-4922-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-4922-2R8",
      "master_sku": "VT-SWQ-4922-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-61-BS",
      "master_sku": "VT-SWQ-61-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-6122-1R8",
      "master_sku": "VT-SWQ-6122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-6122-2R8",
      "master_sku": "VT-SWQ-6122-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-73-BS",
      "master_sku": "VT-SWQ-73-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-7322-2R8",
      "master_sku": "VT-SWQ-7322-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-SAMPLE",
      "master_sku": "VT-SWQ-SAMPLE",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-SWQ-SS",
      "master_sku": "VT-SWQ-SS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-25-BS",
      "master_sku": "VT-TCM-25-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-2522-1R8",
      "master_sku": "VT-TCM-2522-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-31-BS",
      "master_sku": "VT-TCM-31-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-3122-1R8",
      "master_sku": "VT-TCM-3122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-37-BS",
      "master_sku": "VT-TCM-37-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-3722-1R8",
      "master_sku": "VT-TCM-3722-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-3722O-1R8",
      "master_sku": "VT-TCM-3722O-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-43-BS",
      "master_sku": "VT-TCM-43-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-4322-1R8",
      "master_sku": "VT-TCM-4322-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-49-BS",
      "master_sku": "VT-TCM-49-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-4922-1R8",
      "master_sku": "VT-TCM-4922-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-61-BS",
      "master_sku": "VT-TCM-61-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-6122-1R8",
      "master_sku": "VT-TCM-6122-1R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-6122-2R8",
      "master_sku": "VT-TCM-6122-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-73-BS",
      "master_sku": "VT-TCM-73-BS",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    },
    {
      "sku": "VT-TCM-7322-2R8",
      "master_sku": "VT-TCM-7322-2R8",
      "found": true,
      "current_category_ids": [
        4
      ],
      "expected_category_ids": [
        4
      ],
      "keep_category_ids": [],
      "would_remove": [],
      "would_add": [],
      "removed": [],
      "added": [],
      "errors": []
    }
  ]
}
FAILED step=repair_magento_product_category_links exit=1
